protected static class DistributionBulkInterceptor.TxBackingEntrySet<K,V> extends DistributionBulkInterceptor.BackingEntrySet<K,V>
command, entrySetcache| Modifier and Type | Method and Description |
|---|---|
CacheStream<CacheEntry<K,V>> |
parallelStream() |
CacheStream<CacheEntry<K,V>> |
stream() |
contains, iterator, remove, spliteratorclear, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, containsAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitlocalPublisher, localPublisheradd, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayremoveIfpublic CacheStream<CacheEntry<K,V>> stream()
CloseableIteratorCollectionThis 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()
CloseableIteratorCollectionThis 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 © 2022 JBoss by Red Hat. All rights reserved.