Using this policy one can control the behavior what should to be done when an item is about to be added to the ringbuffer,
but there is 0 remaining capacity.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Overwrite | 0 | Using this policy the oldest item is overwritten no matter it is not old enough to retire. | |
Fail | 1 | Using this policy the call will fail immediately and the oldest item will not be overwritten before it is old enough to retire. |
Remarks
See Also