GigaSpaces XAP.NET Documentation
RedoLogCapacityExceededPolicy Enumeration
Class LibraryGigaSpaces.Core.ReplicationRedoLogCapacityExceededPolicy
Dictates which action to take when the redo log capacity is exceeded.
Declaration Syntax
C#Visual BasicVisual C++J#
public enum RedoLogCapacityExceededPolicy
Public Enumeration RedoLogCapacityExceededPolicy
public enum class RedoLogCapacityExceededPolicy
public enum RedoLogCapacityExceededPolicy
Members
MemberDescription
BlockOperations
Block operations until redo log size will decrease.

DropOldest
Drop oldest pending item in the redo log.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)