Uses of Interface
com.hazelcast.ringbuffer.ReadResultSet
Packages that use ReadResultSet
-
Uses of ReadResultSet in com.hazelcast.ringbuffer
Methods in com.hazelcast.ringbuffer that return types with arguments of type ReadResultSetModifier and TypeMethodDescriptionRingbuffer.readManyAsync
(long startSequence, int minCount, int maxCount, IFunction<E, Boolean> filter) Reads a batch of items from the Ringbuffer.