Class RedoLogCapacityExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.client.ResourceCapacityExceededException
com.gigaspaces.cluster.replication.RedoLogCapacityExceededException
- All Implemented Interfaces:
Serializable
Thrown when the redo log reach its planned capacity and operations should be blocked until the
redolog size is reduced
- Since:
- 7.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRedoLogCapacityExceededException(long redoLogSize, long maxBacklogAllowed, String targetName, String spaceName) RedoLogCapacityExceededException(String message, String targetName, String spaceName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedoLogCapacityExceededException
-
RedoLogCapacityExceededException
-
-
Method Details
-
getTargetName
- Returns:
- name of the target that the redo log is kept for
-
getSpaceName
- Returns:
- name of the space that is keeping the redo log
-