Uses of Class
org.infinispan.commands.read.AbstractCloseableIteratorCollection
-
Packages that use AbstractCloseableIteratorCollection Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.stream.impl.local -
-
Uses of AbstractCloseableIteratorCollection in org.infinispan.interceptors.distribution
Subclasses of AbstractCloseableIteratorCollection in org.infinispan.interceptors.distribution 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 AbstractCloseableIteratorCollection in org.infinispan.stream.impl.local
Subclasses of AbstractCloseableIteratorCollection in org.infinispan.stream.impl.local Modifier and Type Class Description class
ValueCacheCollection<K,V>
CacheCollection that can be used for the values method of a cache.
-