Class SchemaNodeManagementResp
java.lang.Object
org.apache.iotdb.confignode.consensus.response.partition.SchemaNodeManagementResp
- All Implemented Interfaces:
DataSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToRpcSchemaNodeManagementPartitionResp(Map<TConsensusGroupId, TRegionReplicaSet> replicaSetMap) voidsetMatchedNode(Set<TSchemaNode> matchedNode) voidsetSchemaPartition(Map<String, SchemaPartitionTable> schemaPartition) void
-
Constructor Details
-
SchemaNodeManagementResp
public SchemaNodeManagementResp()
-
-
Method Details
-
getStatus
-
setStatus
-
setSchemaPartition
-
setMatchedNode
-
convertToRpcSchemaNodeManagementPartitionResp
public TSchemaNodeManagementResp convertToRpcSchemaNodeManagementPartitionResp(Map<TConsensusGroupId, TRegionReplicaSet> replicaSetMap)
-