Click or drag to resize

IRingbufferTHeadSequence Method

Returns the sequence of the head.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
long HeadSequence()

Return Value

Type: Int64
the sequence of the head.
Remarks
Returns the sequence of the head. The head is the side of the ringbuffer where the oldest items in the ringbuffer are found. If the RingBuffer is empty, the head will be one more than the tail. The initial value of the head is 0 (1 more than tail).
See Also