Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetRegionIdReq
-
-
Uses of TGetRegionIdReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetRegionIdReq Modifier and Type Field Description TGetRegionIdReqIConfigNodeRPCService.getRegionId_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetRegionIdReq Modifier and Type Method Description TGetRegionIdReqTGetRegionIdReq. deepCopy()TGetRegionIdReqIConfigNodeRPCService.getRegionId_args. getReq()TGetRegionIdReqTGetRegionIdReq. setDatabase(String database)TGetRegionIdReqTGetRegionIdReq. setDevice(String device)TGetRegionIdReqTGetRegionIdReq. setEndTimeSlot(TTimePartitionSlot endTimeSlot)TGetRegionIdReqTGetRegionIdReq. setStartTimeSlot(TTimePartitionSlot startTimeSlot)TGetRegionIdReqTGetRegionIdReq. setType(TConsensusGroupType type)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetRegionIdReq Modifier and Type Method Description intTGetRegionIdReq. compareTo(TGetRegionIdReq other)booleanTGetRegionIdReq. equals(TGetRegionIdReq that)voidIConfigNodeRPCService.AsyncClient. getRegionId(TGetRegionIdReq req, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getRegionId(TGetRegionIdReq req, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)TGetRegionIdRespIConfigNodeRPCService.Client. getRegionId(TGetRegionIdReq req)TGetRegionIdRespIConfigNodeRPCService.Iface. getRegionId(TGetRegionIdReq req)Get a particular DataPartition's corresponding RegionsvoidIConfigNodeRPCService.Client. send_getRegionId(TGetRegionIdReq req)IConfigNodeRPCService.getRegionId_argsIConfigNodeRPCService.getRegionId_args. setReq(TGetRegionIdReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetRegionIdReq Constructor Description getRegionId_args(TGetRegionIdReq req)getRegionId_call(TGetRegionIdReq req, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetRegionIdReq(TGetRegionIdReq other)Performs a deep copy on other.
-