Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetRegionIdResp
-
-
Uses of TGetRegionIdResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetRegionIdResp Modifier and Type Field Description TGetRegionIdRespIConfigNodeRPCService.getRegionId_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetRegionIdResp Modifier and Type Method Description TGetRegionIdRespTGetRegionIdResp. deepCopy()TGetRegionIdRespIConfigNodeRPCService.Client. getRegionId(TGetRegionIdReq req)TGetRegionIdRespIConfigNodeRPCService.Iface. getRegionId(TGetRegionIdReq req)Get a particular DataPartition's corresponding RegionsTGetRegionIdRespIConfigNodeRPCService.AsyncClient.getRegionId_call. getResult()TGetRegionIdRespIConfigNodeRPCService.getRegionId_result. getSuccess()TGetRegionIdRespIConfigNodeRPCService.Client. recv_getRegionId()TGetRegionIdRespTGetRegionIdResp. setDataRegionIdList(List<TConsensusGroupId> dataRegionIdList)TGetRegionIdRespTGetRegionIdResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetRegionIdResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp>IConfigNodeRPCService.AsyncProcessor.getRegionId. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetRegionIdResp Modifier and Type Method Description intTGetRegionIdResp. compareTo(TGetRegionIdResp other)booleanTGetRegionIdResp. equals(TGetRegionIdResp that)IConfigNodeRPCService.getRegionId_resultIConfigNodeRPCService.getRegionId_result. setSuccess(TGetRegionIdResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetRegionIdResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getRegionId(TGetRegionIdReq req, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getRegionId(TGetRegionIdReq req, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getRegionId. start(I iface, IConfigNodeRPCService.getRegionId_args args, org.apache.thrift.async.AsyncMethodCallback<TGetRegionIdResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetRegionIdResp Constructor Description getRegionId_result(TGetRegionIdResp success)TGetRegionIdResp(TGetRegionIdResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetRegionIdResp Constructor Description 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)
-