Uses of Interface
org.infinispan.commons.util.CloseableIteratorCollection
-
Packages that use CloseableIteratorCollection Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of CloseableIteratorCollection in org.infinispan
Subinterfaces of CloseableIteratorCollection in org.infinispan Modifier and Type Interface Description interface
CacheCollection<E>
A collection type that returns special Cache based streams that have additional options to tweak behavior.interface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams. -
Uses of CloseableIteratorCollection in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CloseableIteratorCollection Modifier and Type Method Description default CloseableIteratorCollection<V>
RemoteCache. values()
CloseableIteratorCollection<V>
RemoteCache. values(IntSet segments)
This method is identical toRemoteCache.values()
except that it will only return values that map to the given segments. -
Uses of CloseableIteratorCollection in org.infinispan.commons.util
Subinterfaces of CloseableIteratorCollection in org.infinispan.commons.util Modifier and Type Interface Description interface
CloseableIteratorSet<E>
A set that defines an iterator method that returns aCloseableIterator
instead of a non closeable one.Classes in org.infinispan.commons.util that implement CloseableIteratorCollection Modifier and Type Class Description class
CloseableIteratorCollectionAdapter<E>
AdaptsCollection
toCloseableIteratorCollection
class
CloseableIteratorSetAdapter<E>
AdaptsSet
toCloseableIteratorSet
-