Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TCreateSchemaRegionReq
-
Packages that use TCreateSchemaRegionReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TCreateSchemaRegionReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TCreateSchemaRegionReq Modifier and Type Field Description TCreateSchemaRegionReqIDataNodeRPCService.createSchemaRegion_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TCreateSchemaRegionReq Modifier and Type Method Description TCreateSchemaRegionReqTCreateSchemaRegionReq. deepCopy()TCreateSchemaRegionReqIDataNodeRPCService.createSchemaRegion_args. getReq()TCreateSchemaRegionReqTCreateSchemaRegionReq. setRegionReplicaSet(TRegionReplicaSet regionReplicaSet)TCreateSchemaRegionReqTCreateSchemaRegionReq. setStorageGroup(String storageGroup)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCreateSchemaRegionReq Modifier and Type Method Description intTCreateSchemaRegionReq. compareTo(TCreateSchemaRegionReq other)voidIDataNodeRPCService.AsyncClient. createSchemaRegion(TCreateSchemaRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. createSchemaRegion(TCreateSchemaRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. createSchemaRegion(TCreateSchemaRegionReq req)TSStatusIDataNodeRPCService.Iface. createSchemaRegion(TCreateSchemaRegionReq req)Config node will create a schema region on a list of data nodes.booleanTCreateSchemaRegionReq. equals(TCreateSchemaRegionReq that)voidIDataNodeRPCService.Client. send_createSchemaRegion(TCreateSchemaRegionReq req)IDataNodeRPCService.createSchemaRegion_argsIDataNodeRPCService.createSchemaRegion_args. setReq(TCreateSchemaRegionReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCreateSchemaRegionReq Constructor Description createSchemaRegion_args(TCreateSchemaRegionReq req)createSchemaRegion_call(TCreateSchemaRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCreateSchemaRegionReq(TCreateSchemaRegionReq other)Performs a deep copy on other.
-