Uses of Interface
org.infinispan.commons.util.CloseableIteratorSet
-
Packages that use CloseableIteratorSet Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.util 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.infinispan Modifier and Type Interface Description interface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams. -
Uses of CloseableIteratorSet in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement CloseableIteratorSet Modifier and Type Class Description class
CloseableIteratorSetAdapter<E>
AdaptsSet
toCloseableIteratorSet
-
Uses of CloseableIteratorSet in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement CloseableIteratorSet Modifier and Type Class Description protected static class
DistributionBulkInterceptor.BackingEntrySet<K,V>
protected static class
DistributionBulkInterceptor.BackingKeySet<K,V>
protected static class
DistributionBulkInterceptor.TxBackingEntrySet<K,V>
-
Uses of CloseableIteratorSet in org.infinispan.util
Classes in org.infinispan.util that implement CloseableIteratorSet Modifier and Type Class Description class
AbstractDelegatingCacheSet<E>
Same asAbstractDelegatingCacheCollection
except this method implements Set as well.class
AbstractDelegatingCloseableIteratorSet<E>
class
CacheSetMapper<E,R>
ACacheSet
that allows for a different set to be mapped as a different instance wtih values replaced on request.class
WriteableCacheSetMapper<E,R>
A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.Methods in org.infinispan.util that return CloseableIteratorSet Modifier and Type Method Description protected abstract CloseableIteratorSet<E>
AbstractDelegatingCloseableIteratorSet. delegate()
-