Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetTimeSlotListResp
-
-
Uses of TGetTimeSlotListResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetTimeSlotListResp Modifier and Type Field Description TGetTimeSlotListRespIConfigNodeRPCService.getTimeSlotList_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetTimeSlotListResp Modifier and Type Method Description TGetTimeSlotListRespTGetTimeSlotListResp. deepCopy()TGetTimeSlotListRespIConfigNodeRPCService.AsyncClient.getTimeSlotList_call. getResult()TGetTimeSlotListRespIConfigNodeRPCService.getTimeSlotList_result. getSuccess()TGetTimeSlotListRespIConfigNodeRPCService.Client. getTimeSlotList(TGetTimeSlotListReq req)TGetTimeSlotListRespIConfigNodeRPCService.Iface. getTimeSlotList(TGetTimeSlotListReq req)Get a specific SeriesSlot's TimeSlots by start time and end timeTGetTimeSlotListRespIConfigNodeRPCService.Client. recv_getTimeSlotList()TGetTimeSlotListRespTGetTimeSlotListResp. setStatus(TSStatus status)TGetTimeSlotListRespTGetTimeSlotListResp. setTimeSlotList(List<TTimePartitionSlot> timeSlotList)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetTimeSlotListResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp>IConfigNodeRPCService.AsyncProcessor.getTimeSlotList. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTimeSlotListResp Modifier and Type Method Description intTGetTimeSlotListResp. compareTo(TGetTimeSlotListResp other)booleanTGetTimeSlotListResp. equals(TGetTimeSlotListResp that)IConfigNodeRPCService.getTimeSlotList_resultIConfigNodeRPCService.getTimeSlotList_result. setSuccess(TGetTimeSlotListResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetTimeSlotListResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getTimeSlotList(TGetTimeSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getTimeSlotList(TGetTimeSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getTimeSlotList. start(I iface, IConfigNodeRPCService.getTimeSlotList_args args, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTimeSlotListResp Constructor Description getTimeSlotList_result(TGetTimeSlotListResp success)TGetTimeSlotListResp(TGetTimeSlotListResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetTimeSlotListResp Constructor Description getTimeSlotList_call(TGetTimeSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-