Class FutureUpdateInvocation
- java.lang.Object
-
- org.infinispan.hibernate.cache.v53.impl.FutureUpdateInvocation
-
- All Implemented Interfaces:
BiFunction<Void,Throwable,Void>
public class FutureUpdateInvocation extends Object implements BiFunction<Void,Throwable,Void>
- Author:
- Radim Vansa <rvansa@redhat.com>
-
-
Constructor Summary
Constructors Constructor Description FutureUpdateInvocation(org.infinispan.functional.FunctionalMap.ReadWriteMap<Object,Object> rwMap, Object key, Object value, org.infinispan.hibernate.cache.commons.InfinispanDataRegion region, long sessionTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
apply(Void nil, Throwable throwable)
UUID
getUuid()
CompletableFuture<Void>
invoke(boolean success)
-
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
-
-