Class SyncThrottleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.zookeeper.server.quorum.SyncThrottleException
- All Implemented Interfaces:
Serializable
Thrown when a
Leader
has too many concurrent syncs being sent
to observers.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyncThrottleException
(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyncThrottleException
public SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)
-