Uses of Interface
org.infinispan.commons.util.CloseableIteratorCollection
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Hot Rod client API.
Commons package providing various utility classes
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of CloseableIteratorCollection in org.infinispan
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeClassDescriptionclass
Base class for internal classes used in cache collections. -
Uses of CloseableIteratorCollection in org.infinispan.cache.impl
Modifier and TypeClassDescriptionclass
AbstractCacheBackedSet<K,
V, E> Entry or key set backed by a cache.class
CacheBackedEntrySet<K,
V> Entry set backed by a cache.class
CacheBackedKeySet<K,
V> Key set backed by a cache.protected class
protected class
protected class
SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,
V>> protected class
protected class
-
Uses of CloseableIteratorCollection in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptiondefault CloseableIteratorCollection<V>
RemoteCache.values()
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.client.hotrod.impl
Modifier and TypeMethodDescription -
Uses of CloseableIteratorCollection in org.infinispan.commons.util
Modifier and TypeInterfaceDescriptioninterface
A set that defines an iterator method that returns aCloseableIterator
instead of a non closeable one.Modifier and TypeClassDescriptionclass
AdaptsCollection
toCloseableIteratorCollection
class
AdaptsSet
toCloseableIteratorSet
-
Uses of CloseableIteratorCollection in org.infinispan.util
Modifier and TypeClassDescriptionclass
CacheSetMapper<E,
R> ACacheSet
that allows for a different set to be mapped as a different instance wtih values replaced on request.class
A writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Collection does.class
A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.