Class SubmitTestConnectionTaskRPCHandler
java.lang.Object
org.apache.iotdb.commons.client.request.AsyncRequestRPCHandler<Response,CnToDnAsyncRequestType,TDataNodeLocation>
org.apache.iotdb.confignode.client.async.handlers.rpc.DataNodeAsyncRequestRPCHandler<TTestConnectionResp>
org.apache.iotdb.confignode.client.async.handlers.rpc.SubmitTestConnectionTaskRPCHandler
- All Implemented Interfaces:
org.apache.thrift.async.AsyncMethodCallback<TTestConnectionResp>
public class SubmitTestConnectionTaskRPCHandler
extends DataNodeAsyncRequestRPCHandler<TTestConnectionResp>
-
Field Summary
Fields inherited from class org.apache.iotdb.commons.client.request.AsyncRequestRPCHandler
countDownLatch, formattedTargetLocation, nodeLocationMap, requestId, requestType, responseMap, targetNode -
Constructor Summary
ConstructorsConstructorDescriptionSubmitTestConnectionTaskRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TTestConnectionResp> responseMap, CountDownLatch countDownLatch) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.apache.iotdb.confignode.client.async.handlers.rpc.DataNodeAsyncRequestRPCHandler
buildHandler, generateFormattedTargetLocation
-
Constructor Details
-
SubmitTestConnectionTaskRPCHandler
public SubmitTestConnectionTaskRPCHandler(CnToDnAsyncRequestType requestType, int requestId, TDataNodeLocation targetDataNode, Map<Integer, TDataNodeLocation> dataNodeLocationMap, Map<Integer, TTestConnectionResp> responseMap, CountDownLatch countDownLatch)
-
-
Method Details
-
onComplete
-
onError
-