Click or drag to resize

IRingbufferTSize Method

Returns number of items in the ringbuffer.

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

Return Value

Type: Int64
the size.
Remarks
Returns number of items in the ringbuffer. If no ttl is set, the size will always be equal to capacity after the head completed the first loop around the ring. This is because no items are getting retired.
See Also