Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataPartitionTableResp
-
-
Uses of TDataPartitionTableResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDataPartitionTableResp Modifier and Type Field Description TDataPartitionTableRespIConfigNodeRPCService.getDataPartitionTable_result. successTDataPartitionTableRespIConfigNodeRPCService.getOrCreateDataPartitionTable_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataPartitionTableResp Modifier and Type Method Description TDataPartitionTableRespTDataPartitionTableResp. deepCopy()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 TimePartitionSlotsTDataPartitionTableRespIConfigNodeRPCService.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 wayTDataPartitionTableRespIConfigNodeRPCService.AsyncClient.getDataPartitionTable_call. getResult()TDataPartitionTableRespIConfigNodeRPCService.AsyncClient.getOrCreateDataPartitionTable_call. getResult()TDataPartitionTableRespIConfigNodeRPCService.getDataPartitionTable_result. getSuccess()TDataPartitionTableRespIConfigNodeRPCService.getOrCreateDataPartitionTable_result. getSuccess()TDataPartitionTableRespIConfigNodeRPCService.Client. recv_getDataPartitionTable()TDataPartitionTableRespIConfigNodeRPCService.Client. recv_getOrCreateDataPartitionTable()TDataPartitionTableRespTDataPartitionTableResp. setDataPartitionTable(Map<String,Map<TSeriesPartitionSlot,Map<TTimePartitionSlot,List<TConsensusGroupId>>>> dataPartitionTable)TDataPartitionTableRespTDataPartitionTableResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDataPartitionTableResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp>IConfigNodeRPCService.AsyncProcessor.getDataPartitionTable. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp>IConfigNodeRPCService.AsyncProcessor.getOrCreateDataPartitionTable. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataPartitionTableResp Modifier and Type Method Description intTDataPartitionTableResp. compareTo(TDataPartitionTableResp other)booleanTDataPartitionTableResp. equals(TDataPartitionTableResp that)IConfigNodeRPCService.getDataPartitionTable_resultIConfigNodeRPCService.getDataPartitionTable_result. setSuccess(TDataPartitionTableResp success)IConfigNodeRPCService.getOrCreateDataPartitionTable_resultIConfigNodeRPCService.getOrCreateDataPartitionTable_result. setSuccess(TDataPartitionTableResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataPartitionTableResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. getOrCreateDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getOrCreateDataPartitionTable(TDataPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getDataPartitionTable. start(I iface, IConfigNodeRPCService.getDataPartitionTable_args args, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getOrCreateDataPartitionTable. start(I iface, IConfigNodeRPCService.getOrCreateDataPartitionTable_args args, org.apache.thrift.async.AsyncMethodCallback<TDataPartitionTableResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataPartitionTableResp Constructor Description getDataPartitionTable_result(TDataPartitionTableResp success)getOrCreateDataPartitionTable_result(TDataPartitionTableResp success)TDataPartitionTableResp(TDataPartitionTableResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataPartitionTableResp Constructor Description 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_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)
-