Uses of Interface
com.hazelcast.ringbuffer.ReadResultSet
-
Uses of ReadResultSet in com.hazelcast.ringbuffer
Modifier and TypeMethodDescriptionRingbuffer.readManyAsync
(long startSequence, int minCount, int maxCount, IFunction<E, Boolean> filter) Reads a batch of items from the Ringbuffer.