Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowRegionResp
-
-
Uses of TShowRegionResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowRegionResp Modifier and Type Field Description TShowRegionRespIConfigNodeRPCService.showRegion_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowRegionResp Modifier and Type Method Description TShowRegionRespTShowRegionResp. deepCopy()TShowRegionRespIConfigNodeRPCService.AsyncClient.showRegion_call. getResult()TShowRegionRespIConfigNodeRPCService.showRegion_result. getSuccess()TShowRegionRespIConfigNodeRPCService.Client. recv_showRegion()TShowRegionRespTShowRegionResp. setRegionInfoList(List<TRegionInfo> regionInfoList)TShowRegionRespTShowRegionResp. setStatus(TSStatus status)TShowRegionRespIConfigNodeRPCService.Client. showRegion(TShowRegionReq req)TShowRegionRespIConfigNodeRPCService.Iface. showRegion(TShowRegionReq req)Show the matched cluster Regions' information See https://apache-iotdb.feishu.cn/docx/doxcnOzmIlaE2MX5tKjmYWuMSRg for detailed matching rulesMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowRegionResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp>IConfigNodeRPCService.AsyncProcessor.showRegion. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowRegionResp Modifier and Type Method Description intTShowRegionResp. compareTo(TShowRegionResp other)booleanTShowRegionResp. equals(TShowRegionResp that)IConfigNodeRPCService.showRegion_resultIConfigNodeRPCService.showRegion_result. setSuccess(TShowRegionResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowRegionResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showRegion(TShowRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showRegion(TShowRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showRegion. start(I iface, IConfigNodeRPCService.showRegion_args args, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowRegionResp Constructor Description showRegion_result(TShowRegionResp success)TShowRegionResp(TShowRegionResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowRegionResp Constructor Description showRegion_call(TShowRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-