Uses of Interface
com.hazelcast.ringbuffer.ReadResultSet

Packages that use ReadResultSet
com.hazelcast.ringbuffer Contains the API for the Ringbuffer
com.hazelcast.ringbuffer.impl Contains the Ringbuffer implementation classes. 
 

Uses of ReadResultSet in com.hazelcast.ringbuffer
 

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

Uses of ReadResultSet in com.hazelcast.ringbuffer.impl
 

Classes in com.hazelcast.ringbuffer.impl that implement ReadResultSet
 class ReadResultSetImpl<E>
          A list for the ReadManyOperation.
 

Methods in com.hazelcast.ringbuffer.impl that return types with arguments of type ReadResultSet
 ICompletableFuture<ReadResultSet<E>> RingbufferProxy.readManyAsync(long startSequence, int minCount, int maxCount, IFunction<E,Boolean> filter)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.