Class TombstoneUpdate<T>
java.lang.Object
org.infinispan.hibernate.cache.commons.util.TombstoneUpdate<T>
- All Implemented Interfaces:
Function<org.infinispan.functional.EntryView.ReadWriteEntryView<Object,,Object>, Void> org.infinispan.commands.functional.functions.InjectableComponent
public class TombstoneUpdate<T>
extends Object
implements Function<org.infinispan.functional.EntryView.ReadWriteEntryView<Object,Object>,Void>, org.infinispan.commands.functional.functions.InjectableComponent
Request to update cache either as a result of putFromLoad (if
getValue() is non-null
or evict (if it is null).
This object should *not* be stored in cache.- Author:
- Radim Vansa <rvansa@redhat.com>
-
Constructor Details
-
TombstoneUpdate
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getValue
-
toString
-
apply
-
inject
public void inject(org.infinispan.factories.ComponentRegistry registry) - Specified by:
injectin interfaceorg.infinispan.commands.functional.functions.InjectableComponent
-