Class DistributionBulkInterceptor.TxBackingEntrySet<K,V>
- java.lang.Object
-
- java.util.AbstractCollection<O>
-
- org.infinispan.commands.read.AbstractCloseableIteratorCollection<CacheEntry<K,V>,K,V>
-
- org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet<K,V>
-
- org.infinispan.interceptors.distribution.DistributionBulkInterceptor.TxBackingEntrySet<K,V>
-
- All Implemented Interfaces:
java.lang.Iterable<CacheEntry<K,V>>,java.util.Collection<CacheEntry<K,V>>,java.util.Set<CacheEntry<K,V>>,CacheCollection<CacheEntry<K,V>>,CacheSet<CacheEntry<K,V>>,CloseableIteratorCollection<CacheEntry<K,V>>,CloseableIteratorSet<CacheEntry<K,V>>
- Enclosing class:
- DistributionBulkInterceptor<K,V>
protected static class DistributionBulkInterceptor.TxBackingEntrySet<K,V> extends DistributionBulkInterceptor.BackingEntrySet<K,V>
-
-
Field Summary
-
Fields inherited from class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
command, entrySet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheStream<CacheEntry<K,V>>parallelStream()CacheStream<CacheEntry<K,V>>stream()-
Methods inherited from class org.infinispan.interceptors.distribution.DistributionBulkInterceptor.BackingEntrySet
contains, iterator, remove, spliterator
-
Methods inherited from class org.infinispan.commands.read.AbstractCloseableIteratorCollection
clear, isEmpty, removeAll, retainAll, size, toArray, toArray
-
-
-
-
Method Detail
-
stream
public CacheStream<CacheEntry<K,V>> stream()
Description copied from interface:CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
- Specified by:
streamin interfaceCacheCollection<K>- Specified by:
streamin interfaceCloseableIteratorCollection<K>- Specified by:
streamin interfacejava.util.Collection<K>- Overrides:
streamin classDistributionBulkInterceptor.BackingEntrySet<K,V>
-
parallelStream
public CacheStream<CacheEntry<K,V>> parallelStream()
Description copied from interface:CloseableIteratorCollectionThis stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
- Specified by:
parallelStreamin interfaceCacheCollection<K>- Specified by:
parallelStreamin interfaceCloseableIteratorCollection<K>- Specified by:
parallelStreamin interfacejava.util.Collection<K>- Overrides:
parallelStreamin classDistributionBulkInterceptor.BackingEntrySet<K,V>
-
-