Class SyncThrottleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.zookeeper.server.quorum.SyncThrottleException
-
- All Implemented Interfaces:
java.io.Serializable
public class SyncThrottleException extends java.lang.Exception
Thrown when aLeader
has too many concurrent syncs being sent to observers.- See Also:
LearnerSyncThrottler
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)
-
-
-
Constructor Detail
-
SyncThrottleException
public SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)
-
-