Class LockedStreamImpl.CacheEntryConsumer<K,V>
java.lang.Object
org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer<K,V>
- All Implemented Interfaces:
BiConsumer<Cache<K,
V>, CacheEntry<K, V>>
- Enclosing class:
LockedStreamImpl<K,
V>
@ProtoTypeId(1180)
public static class LockedStreamImpl.CacheEntryConsumer<K,V>
extends Object
implements BiConsumer<Cache<K,V>, CacheEntry<K,V>>
- Since:
- 9.0
- Author:
- wburns
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LockManager
protected final Predicate
<? super CacheEntry<K, V>> -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected Void
actualPerform
(Cache<K, V> cache, CacheEntry<K, V> entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
predicate
-
lockManager
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<K,
V>
-
actualPerform
-