Uses of Interface
org.infinispan.commons.util.CloseableIteratorSet
Packages that use CloseableIteratorSet
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 CloseableIteratorSet in org.infinispan
Subinterfaces of CloseableIteratorSet in org.infinispanModifier and TypeInterfaceDescriptioninterface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams.Classes in org.infinispan that implement CloseableIteratorSetModifier and TypeClassDescriptionclass
Base class for internal classes used in cache collections. -
Uses of CloseableIteratorSet in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement CloseableIteratorSetModifier 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
-
Uses of CloseableIteratorSet in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CloseableIteratorSetModifier and TypeMethodDescriptiondefault CloseableIteratorSet<Map.Entry<K,
V>> RemoteCache.entrySet()
This method is identical toRemoteCache.entrySet()
except that it will only return entries that map to the given segments.default CloseableIteratorSet<K>
RemoteCache.keySet()
This method is identical toRemoteCache.keySet()
except that it will only return keys that map to the given segments. -
Uses of CloseableIteratorSet in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return CloseableIteratorSetModifier and TypeMethodDescription -
Uses of CloseableIteratorSet in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement CloseableIteratorSet -
Uses of CloseableIteratorSet in org.infinispan.util
Classes in org.infinispan.util that implement CloseableIteratorSetModifier 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 set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.