Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSchemaPartitionTableResp
-
-
Uses of TSchemaPartitionTableResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSchemaPartitionTableResp Modifier and Type Field Description TSchemaPartitionTableRespIConfigNodeRPCService.getOrCreateSchemaPartitionTable_result. successTSchemaPartitionTableRespIConfigNodeRPCService.getSchemaPartitionTable_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TSchemaPartitionTableResp Modifier and Type Method Description TSchemaPartitionTableRespTSchemaPartitionTableResp. deepCopy()TSchemaPartitionTableRespIConfigNodeRPCService.Client. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req)TSchemaPartitionTableRespIConfigNodeRPCService.Iface. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req)Get or create SchemaPartitionTable by specific PathPatternTree, the returned SchemaPartitionTable always contains all the SeriesPartitionSlots since the unallocated SeriesPartitionSlots will be allocated by the wayTSchemaPartitionTableRespIConfigNodeRPCService.AsyncClient.getOrCreateSchemaPartitionTable_call. getResult()TSchemaPartitionTableRespIConfigNodeRPCService.AsyncClient.getSchemaPartitionTable_call. getResult()TSchemaPartitionTableRespIConfigNodeRPCService.Client. getSchemaPartitionTable(TSchemaPartitionReq req)TSchemaPartitionTableRespIConfigNodeRPCService.Iface. getSchemaPartitionTable(TSchemaPartitionReq req)Get SchemaPartitionTable by specific PathPatternTree, the returned SchemaPartitionTable will not contain the unallocated SeriesPartitionSlots See https://apache-iotdb.feishu.cn/docs/doccnqe3PLPEKwsCX1xadXQ2JOg for detailed matching rulesTSchemaPartitionTableRespIConfigNodeRPCService.getOrCreateSchemaPartitionTable_result. getSuccess()TSchemaPartitionTableRespIConfigNodeRPCService.getSchemaPartitionTable_result. getSuccess()TSchemaPartitionTableRespIConfigNodeRPCService.Client. recv_getOrCreateSchemaPartitionTable()TSchemaPartitionTableRespIConfigNodeRPCService.Client. recv_getSchemaPartitionTable()TSchemaPartitionTableRespTSchemaPartitionTableResp. setSchemaPartitionTable(Map<String,Map<TSeriesPartitionSlot,TConsensusGroupId>> schemaPartitionTable)TSchemaPartitionTableRespTSchemaPartitionTableResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TSchemaPartitionTableResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp>IConfigNodeRPCService.AsyncProcessor.getOrCreateSchemaPartitionTable. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp>IConfigNodeRPCService.AsyncProcessor.getSchemaPartitionTable. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSchemaPartitionTableResp Modifier and Type Method Description intTSchemaPartitionTableResp. compareTo(TSchemaPartitionTableResp other)booleanTSchemaPartitionTableResp. equals(TSchemaPartitionTableResp that)IConfigNodeRPCService.getOrCreateSchemaPartitionTable_resultIConfigNodeRPCService.getOrCreateSchemaPartitionTable_result. setSuccess(TSchemaPartitionTableResp success)IConfigNodeRPCService.getSchemaPartitionTable_resultIConfigNodeRPCService.getSchemaPartitionTable_result. setSuccess(TSchemaPartitionTableResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSchemaPartitionTableResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. getSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getOrCreateSchemaPartitionTable. start(I iface, IConfigNodeRPCService.getOrCreateSchemaPartitionTable_args args, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getSchemaPartitionTable. start(I iface, IConfigNodeRPCService.getSchemaPartitionTable_args args, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSchemaPartitionTableResp Constructor Description getOrCreateSchemaPartitionTable_result(TSchemaPartitionTableResp success)getSchemaPartitionTable_result(TSchemaPartitionTableResp success)TSchemaPartitionTableResp(TSchemaPartitionTableResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TSchemaPartitionTableResp Constructor Description getOrCreateSchemaPartitionTable_call(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getSchemaPartitionTable_call(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-