Uses of Enum
org.apache.iotdb.confignode.client.sync.CnToDnSyncRequestType
Packages that use CnToDnSyncRequestType
-
Uses of CnToDnSyncRequestType in org.apache.iotdb.confignode.client.sync
Fields in org.apache.iotdb.confignode.client.sync with type parameters of type CnToDnSyncRequestTypeModifier and TypeFieldDescriptionprotected com.google.common.collect.ImmutableMap<CnToDnSyncRequestType,org.apache.ratis.util.function.CheckedBiFunction<Object, SyncDataNodeInternalServiceClient, Object, Exception>> SyncDataNodeClientPool.actionMapMethods in org.apache.iotdb.confignode.client.sync that return CnToDnSyncRequestTypeModifier and TypeMethodDescriptionstatic CnToDnSyncRequestTypeReturns the enum constant of this type with the specified name.static CnToDnSyncRequestType[]CnToDnSyncRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.confignode.client.sync with parameters of type CnToDnSyncRequestTypeModifier and TypeMethodDescriptionSyncDataNodeClientPool.sendSyncRequestToDataNodeWithGivenRetry(TEndPoint endPoint, Object req, CnToDnSyncRequestType requestType, int retryNum) SyncDataNodeClientPool.sendSyncRequestToDataNodeWithRetry(TEndPoint endPoint, Object req, CnToDnSyncRequestType requestType)