Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetSeriesSlotListResp
-
-
Uses of TGetSeriesSlotListResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetSeriesSlotListResp Modifier and Type Field Description TGetSeriesSlotListRespIConfigNodeRPCService.getSeriesSlotList_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetSeriesSlotListResp Modifier and Type Method Description TGetSeriesSlotListRespTGetSeriesSlotListResp. deepCopy()TGetSeriesSlotListRespIConfigNodeRPCService.AsyncClient.getSeriesSlotList_call. getResult()TGetSeriesSlotListRespIConfigNodeRPCService.Client. getSeriesSlotList(TGetSeriesSlotListReq req)TGetSeriesSlotListRespIConfigNodeRPCService.Iface. getSeriesSlotList(TGetSeriesSlotListReq req)Get the given database's assigned SeriesSlotsTGetSeriesSlotListRespIConfigNodeRPCService.getSeriesSlotList_result. getSuccess()TGetSeriesSlotListRespIConfigNodeRPCService.Client. recv_getSeriesSlotList()TGetSeriesSlotListRespTGetSeriesSlotListResp. setSeriesSlotList(List<TSeriesPartitionSlot> seriesSlotList)TGetSeriesSlotListRespTGetSeriesSlotListResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetSeriesSlotListResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp>IConfigNodeRPCService.AsyncProcessor.getSeriesSlotList. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetSeriesSlotListResp Modifier and Type Method Description intTGetSeriesSlotListResp. compareTo(TGetSeriesSlotListResp other)booleanTGetSeriesSlotListResp. equals(TGetSeriesSlotListResp that)IConfigNodeRPCService.getSeriesSlotList_resultIConfigNodeRPCService.getSeriesSlotList_result. setSuccess(TGetSeriesSlotListResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetSeriesSlotListResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getSeriesSlotList(TGetSeriesSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getSeriesSlotList(TGetSeriesSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getSeriesSlotList. start(I iface, IConfigNodeRPCService.getSeriesSlotList_args args, org.apache.thrift.async.AsyncMethodCallback<TGetSeriesSlotListResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetSeriesSlotListResp Constructor Description getSeriesSlotList_result(TGetSeriesSlotListResp success)TGetSeriesSlotListResp(TGetSeriesSlotListResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetSeriesSlotListResp Constructor Description 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)
-