Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowRegionReq
-
-
Uses of TShowRegionReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowRegionReq Modifier and Type Field Description TShowRegionReqIConfigNodeRPCService.showRegion_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowRegionReq Modifier and Type Method Description TShowRegionReqTShowRegionReq. deepCopy()TShowRegionReqIConfigNodeRPCService.showRegion_args. getReq()TShowRegionReqTShowRegionReq. setConsensusGroupType(TConsensusGroupType consensusGroupType)TShowRegionReqTShowRegionReq. setDatabases(List<String> databases)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowRegionReq Modifier and Type Method Description intTShowRegionReq. compareTo(TShowRegionReq other)booleanTShowRegionReq. equals(TShowRegionReq that)voidIConfigNodeRPCService.Client. send_showRegion(TShowRegionReq req)IConfigNodeRPCService.showRegion_argsIConfigNodeRPCService.showRegion_args. setReq(TShowRegionReq req)voidIConfigNodeRPCService.AsyncClient. showRegion(TShowRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showRegion(TShowRegionReq req, org.apache.thrift.async.AsyncMethodCallback<TShowRegionResp> resultHandler)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 rulesConstructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowRegionReq Constructor Description showRegion_args(TShowRegionReq req)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)TShowRegionReq(TShowRegionReq other)Performs a deep copy on other.
-