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 classDistributionBulkInterceptor.BackingEntrySet<K,V>protected static classDistributionBulkInterceptor.BackingKeySet<K,V>protected static classDistributionBulkInterceptor.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 classValueCacheCollection<K,V>CacheCollection that can be used for the values method of a cache.
-