Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataPartitionReq
-
-
Uses of TDataPartitionReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDataPartitionReq Modifier and Type Field Description TDataPartitionReqIConfigNodeRPCService.getDataPartitionTable_args. reqTDataPartitionReqIConfigNodeRPCService.getOrCreateDataPartitionTable_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataPartitionReq Modifier and Type Method Description TDataPartitionReqTDataPartitionReq. deepCopy()TDataPartitionReqIConfigNodeRPCService.getDataPartitionTable_args. getReq()TDataPartitionReqIConfigNodeRPCService.getOrCreateDataPartitionTable_args. getReq()TDataPartitionReqTDataPartitionReq. setPartitionSlotsMap(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataPartitionReq Modifier and Type Method Description intTDataPartitionReq. compareTo(TDataPartitionReq other)booleanTDataPartitionReq. equals(TDataPartitionReq that)voidIConfigNodeRPCService.AsyncClient. getDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)TDataPartitionTableRespIConfigNodeRPCService.Client. getDataPartitionTable(TDataPartitionReq req)TDataPartitionTableRespIConfigNodeRPCService.Iface. getDataPartitionTable(TDataPartitionReq req)Get DataPartitionTable by specific PartitionSlotsMap, the returned DataPartitionTable will not contain the unallocated SeriesPartitionSlots and TimePartitionSlotsvoidIConfigNodeRPCService.AsyncClient. getOrCreateDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getOrCreateDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)TDataPartitionTableRespIConfigNodeRPCService.Client. getOrCreateDataPartitionTable(TDataPartitionReq req)TDataPartitionTableRespIConfigNodeRPCService.Iface. getOrCreateDataPartitionTable(TDataPartitionReq req)Get or create DataPartitionTable by specific PartitionSlotsMap, the returned SchemaPartitionTable always contains all the SeriesPartitionSlots and TimePartitionSlots since the unallocated SeriesPartitionSlots and TimePartitionSlots will be allocated by the wayvoidIConfigNodeRPCService.Client. send_getDataPartitionTable(TDataPartitionReq req)voidIConfigNodeRPCService.Client. send_getOrCreateDataPartitionTable(TDataPartitionReq req)IConfigNodeRPCService.getDataPartitionTable_argsIConfigNodeRPCService.getDataPartitionTable_args. setReq(TDataPartitionReq req)IConfigNodeRPCService.getOrCreateDataPartitionTable_argsIConfigNodeRPCService.getOrCreateDataPartitionTable_args. setReq(TDataPartitionReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataPartitionReq Constructor Description getDataPartitionTable_args(TDataPartitionReq req)getDataPartitionTable_call(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getOrCreateDataPartitionTable_args(TDataPartitionReq req)getOrCreateDataPartitionTable_call(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TDataPartitionReq(TDataPartitionReq other)Performs a deep copy on other.
-