Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetSeriesSlotListReq
-
-
Uses of TGetSeriesSlotListReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetSeriesSlotListReq Modifier and Type Field Description TGetSeriesSlotListReqIConfigNodeRPCService.getSeriesSlotList_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetSeriesSlotListReq Modifier and Type Method Description TGetSeriesSlotListReqTGetSeriesSlotListReq. deepCopy()TGetSeriesSlotListReqIConfigNodeRPCService.getSeriesSlotList_args. getReq()TGetSeriesSlotListReqTGetSeriesSlotListReq. setDatabase(String database)TGetSeriesSlotListReqTGetSeriesSlotListReq. setType(TConsensusGroupType type)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetSeriesSlotListReq Modifier and Type Method Description intTGetSeriesSlotListReq. compareTo(TGetSeriesSlotListReq other)booleanTGetSeriesSlotListReq. equals(TGetSeriesSlotListReq that)voidIConfigNodeRPCService.AsyncClient. getSeriesSlotList(TGetSeriesSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSeriesSlotList(TGetSeriesSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)TGetSeriesSlotListRespIConfigNodeRPCService.Client. getSeriesSlotList(TGetSeriesSlotListReq req)TGetSeriesSlotListRespIConfigNodeRPCService.Iface. getSeriesSlotList(TGetSeriesSlotListReq req)Get the given database's assigned SeriesSlotsvoidIConfigNodeRPCService.Client. send_getSeriesSlotList(TGetSeriesSlotListReq req)IConfigNodeRPCService.getSeriesSlotList_argsIConfigNodeRPCService.getSeriesSlotList_args. setReq(TGetSeriesSlotListReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetSeriesSlotListReq Constructor Description getSeriesSlotList_args(TGetSeriesSlotListReq req)getSeriesSlotList_call(TGetSeriesSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetSeriesSlotListReq(TGetSeriesSlotListReq other)Performs a deep copy on other.
-