Class FutureUpdate
java.lang.Object
org.infinispan.hibernate.cache.commons.util.FutureUpdate
- All Implemented Interfaces:
Function<org.infinispan.functional.EntryView.ReadWriteEntryView<Object,,Object>, Void> org.infinispan.commands.functional.functions.InjectableComponent
public class FutureUpdate
extends Object
implements Function<org.infinispan.functional.EntryView.ReadWriteEntryView<Object,Object>,Void>, org.infinispan.commands.functional.functions.InjectableComponent
Request to update the tombstone, coming from insert/update/remove operation.
This object should *not* be stored in cache.
- Author:
- Radim Vansa <rvansa@redhat.com>
-
Constructor Details
-
FutureUpdate
-
-
Method Details
-
toString
-
getUuid
-
getValue
-
getTimestamp
public long getTimestamp() -
apply
-
inject
public void inject(org.infinispan.factories.ComponentRegistry registry) - Specified by:
injectin interfaceorg.infinispan.commands.functional.functions.InjectableComponent
-