Class ConfigNodeTSStatusRPCHandler
java.lang.Object
org.apache.iotdb.commons.client.request.AsyncRequestRPCHandler<Response,CnToCnNodeRequestType,TConfigNodeLocation>
org.apache.iotdb.confignode.client.async.handlers.rpc.ConfigNodeAsyncRequestRPCHandler<TSStatus>
org.apache.iotdb.confignode.client.async.handlers.rpc.ConfigNodeTSStatusRPCHandler
- All Implemented Interfaces:
org.apache.thrift.async.AsyncMethodCallback<TSStatus>
General RPC handler for TSStatus response type.
-
Field Summary
Fields inherited from class org.apache.iotdb.commons.client.request.AsyncRequestRPCHandler
countDownLatch, formattedTargetLocation, nodeLocationMap, requestId, requestType, responseMap, targetNode -
Constructor Summary
ConstructorsConstructorDescriptionConfigNodeTSStatusRPCHandler(CnToCnNodeRequestType requestType, int requestId, TConfigNodeLocation targetConfigNode, Map<Integer, TConfigNodeLocation> configNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch) -
Method Summary
Methods inherited from class org.apache.iotdb.confignode.client.async.handlers.rpc.ConfigNodeAsyncRequestRPCHandler
buildHandler, generateFormattedTargetLocation
-
Constructor Details
-
ConfigNodeTSStatusRPCHandler
public ConfigNodeTSStatusRPCHandler(CnToCnNodeRequestType requestType, int requestId, TConfigNodeLocation targetConfigNode, Map<Integer, TConfigNodeLocation> configNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch)
-
-
Method Details
-
onComplete
-
onError
-