protected static class DistributionBulkInterceptor.TxBackingEntrySet<K,V> extends DistributionBulkInterceptor.BackingEntrySet<K,V>
command, entrySet
cache
Modifier and Type | Method and Description |
---|---|
CacheStream<CacheEntry<K,V>> |
parallelStream() |
CacheStream<CacheEntry<K,V>> |
stream() |
contains, iterator, remove, spliterator
clear, isEmpty, removeAll, retainAll, size, toArray, toArray
add, addAll, containsAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
localPublisher, localPublisher
add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray
removeIf
public CacheStream<CacheEntry<K,V>> stream()
CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
stream
in interface Collection<CacheEntry<K,V>>
stream
in interface CacheCollection<CacheEntry<K,V>>
stream
in interface CloseableIteratorCollection<CacheEntry<K,V>>
stream
in class DistributionBulkInterceptor.BackingEntrySet<K,V>
public CacheStream<CacheEntry<K,V>> parallelStream()
CloseableIteratorCollection
This stream should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly
parallelStream
in interface Collection<CacheEntry<K,V>>
parallelStream
in interface CacheCollection<CacheEntry<K,V>>
parallelStream
in interface CloseableIteratorCollection<CacheEntry<K,V>>
parallelStream
in class DistributionBulkInterceptor.BackingEntrySet<K,V>
Copyright © 2021 JBoss by Red Hat. All rights reserved.