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