Class GetAndPut<K,V>
- java.lang.Object
-
- org.infinispan.jcache.embedded.functions.GetAndPut<K,V>
-
- All Implemented Interfaces:
BiFunction<V,org.infinispan.functional.EntryView.ReadWriteEntryView<K,V>,V>
,org.infinispan.commands.functional.functions.InjectableComponent
- Direct Known Subclasses:
Put
public class GetAndPut<K,V> extends Object implements BiFunction<V,org.infinispan.functional.EntryView.ReadWriteEntryView<K,V>,V>, org.infinispan.commands.functional.functions.InjectableComponent
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.cache.expiry.ExpiryPolicy
expiryPolicy
-
Constructor Summary
Constructors Constructor Description GetAndPut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
apply(V v, org.infinispan.functional.EntryView.ReadWriteEntryView<K,V> view)
void
inject(org.infinispan.factories.ComponentRegistry registry)
-
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.BiFunction
andThen
-
-