Uses of Interface
org.infinispan.stream.impl.IteratorResponse
-
Packages that use IteratorResponse Package Description org.infinispan.stream.impl -
-
Uses of IteratorResponse in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement IteratorResponse Modifier and Type Class Description class
IteratorResponses
Response object used when an iterator is the response value and it is unknown if the iterator has enough entries for the given batch size.Methods in org.infinispan.stream.impl that return IteratorResponse Modifier and Type Method Description IteratorResponse
LocalStreamManager. continueIterator(Object requestId, long batchSize)
Continues an existing iterator by retrieving the next batchSize of elementsIteratorResponse
LocalStreamManagerImpl. continueIterator(Object requestId, long batchSize)
IteratorResponse
LocalStreamManager. startIterator(Object requestId, Address origin, org.infinispan.commons.util.IntSet segments, Set<K> keysToInclude, Set<K> keysToExclude, boolean includeLoader, boolean entryStream, Iterable<IntermediateOperation> intermediateOperations, long batchSize)
Signals that a new iterator is created using the given arguments.IteratorResponse
LocalStreamManagerImpl. startIterator(Object requestId, Address origin, org.infinispan.commons.util.IntSet segments, Set<K> keysToInclude, Set<K> keysToExclude, boolean includeLoader, boolean entryStream, Iterable<IntermediateOperation> intermediateOperations, long batchSize)
-