Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetTimeSlotListReq
-
-
Uses of TGetTimeSlotListReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetTimeSlotListReq Modifier and Type Field Description TGetTimeSlotListReqIConfigNodeRPCService.getTimeSlotList_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetTimeSlotListReq Modifier and Type Method Description TGetTimeSlotListReqTGetTimeSlotListReq. deepCopy()TGetTimeSlotListReqIConfigNodeRPCService.getTimeSlotList_args. getReq()TGetTimeSlotListReqTGetTimeSlotListReq. setDatabase(String database)TGetTimeSlotListReqTGetTimeSlotListReq. setDevice(String device)TGetTimeSlotListReqTGetTimeSlotListReq. setEndTime(long endTime)TGetTimeSlotListReqTGetTimeSlotListReq. setRegionId(long regionId)TGetTimeSlotListReqTGetTimeSlotListReq. setStartTime(long startTime)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTimeSlotListReq Modifier and Type Method Description intTGetTimeSlotListReq. compareTo(TGetTimeSlotListReq other)booleanTGetTimeSlotListReq. equals(TGetTimeSlotListReq that)voidIConfigNodeRPCService.AsyncClient. getTimeSlotList(TGetTimeSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getTimeSlotList(TGetTimeSlotListReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTimeSlotListResp> resultHandler)TGetTimeSlotListRespIConfigNodeRPCService.Client. getTimeSlotList(TGetTimeSlotListReq req)TGetTimeSlotListRespIConfigNodeRPCService.Iface. getTimeSlotList(TGetTimeSlotListReq req)Get a specific SeriesSlot's TimeSlots by start time and end timevoidIConfigNodeRPCService.Client. send_getTimeSlotList(TGetTimeSlotListReq req)IConfigNodeRPCService.getTimeSlotList_argsIConfigNodeRPCService.getTimeSlotList_args. setReq(TGetTimeSlotListReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetTimeSlotListReq Constructor Description getTimeSlotList_args(TGetTimeSlotListReq req)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)TGetTimeSlotListReq(TGetTimeSlotListReq other)Performs a deep copy on other.
-