Class ConfigNodeAsyncRequestContext<Q,R>

java.lang.Object
org.apache.iotdb.commons.client.request.AsyncRequestContext<Q,R,CnToCnNodeRequestType,TConfigNodeLocation>
org.apache.iotdb.confignode.client.async.handlers.ConfigNodeAsyncRequestContext<Q,R>
Type Parameters:
Q - ClassName of RPC request
R - ClassName of RPC response

public class ConfigNodeAsyncRequestContext<Q,R> extends AsyncRequestContext<Q,R,CnToCnNodeRequestType,TConfigNodeLocation>
Asynchronous Client handler.