Class FutureUpdateInvocation
java.lang.Object
org.infinispan.hibernate.cache.v62.impl.FutureUpdateInvocation
- All Implemented Interfaces:
BiFunction<Void,Throwable, Void>
- Author:
- Radim Vansa <rvansa@redhat.com>
-
Constructor Summary
ConstructorsConstructorDescriptionFutureUpdateInvocation(org.infinispan.functional.FunctionalMap.ReadWriteMap<Object, Object> rwMap, Object key, Object value, org.infinispan.hibernate.cache.commons.InfinispanDataRegion region, long sessionTimestamp) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
FutureUpdateInvocation
-
-
Method Details
-
getUuid
-
invoke
-
apply
- Specified by:
applyin interfaceBiFunction<Void,Throwable, Void>
-