IRingBufferResultSet<T> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
It is a IReadOnlyList<T> extension with ring buffer sequence abilities.
public interface IRingBufferResultSet<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Inherited Members
Type Parameters
T | Item type. |
Properties
Name | Description |
---|---|
NextSequence | Gets sequence number of the item following the last read item. |
Methods
Name | Description |
---|---|
GetSequence(int) | Determine sequence of item at given index. |