Uses of Enum
org.apache.zookeeper.server.quorum.LearnerSyncThrottler.SyncType
Packages that use LearnerSyncThrottler.SyncType
-
Uses of LearnerSyncThrottler.SyncType in org.apache.zookeeper.server.quorum
Subclasses with type arguments of type LearnerSyncThrottler.SyncType in org.apache.zookeeper.server.quorumMethods in org.apache.zookeeper.server.quorum that return LearnerSyncThrottler.SyncTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LearnerSyncThrottler.SyncType[]LearnerSyncThrottler.SyncType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.zookeeper.server.quorum with parameters of type LearnerSyncThrottler.SyncTypeModifierConstructorDescriptionLearnerSyncThrottler(int maxConcurrentSyncs, LearnerSyncThrottler.SyncType syncType) Constructs a new instance limiting the concurrent number of syncs tomaxConcurrentSyncs.SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)