Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSchemaPartitionReq
-
-
Uses of TSchemaPartitionReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSchemaPartitionReq Modifier and Type Field Description TSchemaPartitionReqIConfigNodeRPCService.getOrCreateSchemaPartitionTable_args. reqTSchemaPartitionReqIConfigNodeRPCService.getSchemaPartitionTable_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TSchemaPartitionReq Modifier and Type Method Description TSchemaPartitionReqTSchemaPartitionReq. deepCopy()TSchemaPartitionReqIConfigNodeRPCService.getOrCreateSchemaPartitionTable_args. getReq()TSchemaPartitionReqIConfigNodeRPCService.getSchemaPartitionTable_args. getReq()TSchemaPartitionReqTSchemaPartitionReq. setPathPatternTree(byte[] pathPatternTree)TSchemaPartitionReqTSchemaPartitionReq. setPathPatternTree(ByteBuffer pathPatternTree)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSchemaPartitionReq Modifier and Type Method Description intTSchemaPartitionReq. compareTo(TSchemaPartitionReq other)booleanTSchemaPartitionReq. equals(TSchemaPartitionReq that)voidIConfigNodeRPCService.AsyncClient. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getOrCreateSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)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 wayvoidIConfigNodeRPCService.AsyncClient. getSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSchemaPartitionTable(TSchemaPartitionReq req, org.apache.thrift.async.AsyncMethodCallback<TSchemaPartitionTableResp> resultHandler)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 rulesvoidIConfigNodeRPCService.Client. send_getOrCreateSchemaPartitionTable(TSchemaPartitionReq req)voidIConfigNodeRPCService.Client. send_getSchemaPartitionTable(TSchemaPartitionReq req)IConfigNodeRPCService.getOrCreateSchemaPartitionTable_argsIConfigNodeRPCService.getOrCreateSchemaPartitionTable_args. setReq(TSchemaPartitionReq req)IConfigNodeRPCService.getSchemaPartitionTable_argsIConfigNodeRPCService.getSchemaPartitionTable_args. setReq(TSchemaPartitionReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSchemaPartitionReq Constructor Description getOrCreateSchemaPartitionTable_args(TSchemaPartitionReq req)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_args(TSchemaPartitionReq req)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)TSchemaPartitionReq(TSchemaPartitionReq other)Performs a deep copy on other.
-