Class DataNodeTSStatusRPCHandler
java.lang.Object
org.apache.iotdb.commons.client.request.AsyncRequestRPCHandler<Response,CnToDnAsyncRequestType,TDataNodeLocation>
org.apache.iotdb.confignode.client.async.handlers.rpc.DataNodeAsyncRequestRPCHandler<TSStatus>
org.apache.iotdb.confignode.client.async.handlers.rpc.DataNodeTSStatusRPCHandler
- All Implemented Interfaces:
org.apache.thrift.async.AsyncMethodCallback<TSStatus>
- Direct Known Subclasses:
SchemaUpdateRPCHandler
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
ConstructorsConstructorDescriptionDataNodeTSStatusRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch) -
Method Summary
Methods inherited from class org.apache.iotdb.confignode.client.async.handlers.rpc.DataNodeAsyncRequestRPCHandler
buildHandler, generateFormattedTargetLocation
-
Constructor Details
-
DataNodeTSStatusRPCHandler
public DataNodeTSStatusRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TSStatus> responseMap, CountDownLatch countDownLatch)
-
-
Method Details
-
onComplete
-
onError
-