Class CnToCnInternalServiceAsyncRequestManager
java.lang.Object
org.apache.iotdb.commons.client.request.AsyncRequestManager<RequestType,TConfigNodeLocation,AsyncConfigNodeInternalServiceClient>
org.apache.iotdb.commons.client.request.ConfigNodeInternalServiceAsyncRequestManager<CnToCnNodeRequestType>
org.apache.iotdb.confignode.client.async.CnToCnInternalServiceAsyncRequestManager
public class CnToCnInternalServiceAsyncRequestManager
extends ConfigNodeInternalServiceAsyncRequestManager<CnToCnNodeRequestType>
-
Field Summary
Fields inherited from class org.apache.iotdb.commons.client.request.AsyncRequestManager
actionMap, actionMapBuilder, clientManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustClientTimeoutIfNecessary(CnToCnNodeRequestType cnToCnNodeRequestType, AsyncConfigNodeInternalServiceClient client) buildHandler(AsyncRequestContext<?, ?, CnToCnNodeRequestType, TConfigNodeLocation> requestContext, int requestId, TConfigNodeLocation targetNode) protected voidMethods inherited from class org.apache.iotdb.commons.client.request.ConfigNodeInternalServiceAsyncRequestManager
initClientManager, nodeLocationToEndPointMethods inherited from class org.apache.iotdb.commons.client.request.AsyncRequestManager
checkActionMapCompleteness, getAsyncClient, resetClient, sendAsyncRequest, sendAsyncRequest, sendAsyncRequest, sendAsyncRequestToNodeWithRetryAndTimeoutInMs, sendAsyncRequestWithRetry
-
Constructor Details
-
CnToCnInternalServiceAsyncRequestManager
public CnToCnInternalServiceAsyncRequestManager()
-
-
Method Details
-
initActionMapBuilder
protected void initActionMapBuilder() -
buildHandler
protected AsyncRequestRPCHandler<?,CnToCnNodeRequestType, buildHandlerTConfigNodeLocation> (AsyncRequestContext<?, ?, CnToCnNodeRequestType, TConfigNodeLocation> requestContext, int requestId, TConfigNodeLocation targetNode) - Specified by:
buildHandlerin classAsyncRequestManager<CnToCnNodeRequestType,TConfigNodeLocation, AsyncConfigNodeInternalServiceClient>
-
adjustClientTimeoutIfNecessary
protected void adjustClientTimeoutIfNecessary(CnToCnNodeRequestType cnToCnNodeRequestType, AsyncConfigNodeInternalServiceClient client) -
getInstance
-