Package org.infinispan.atomic.impl
Class ApplyDelta<K>
- java.lang.Object
-
- org.infinispan.atomic.impl.ApplyDelta<K>
-
- All Implemented Interfaces:
BiFunction<Object,EntryView.ReadWriteEntryView<K,Object>,Object>
public final class ApplyDelta<K> extends Object implements BiFunction<Object,EntryView.ReadWriteEntryView<K,Object>,Object>
Replacement forApplyDeltaCommand
andFlag.DELTA_WRITE
. Deprecated sinceDelta
,DeltaAware
andCopyableDeltaAware
are deprecated, too.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplyDelta.Externalizer
Deprecated.
-
Constructor Summary
Constructors Constructor Description ApplyDelta(org.infinispan.commons.marshall.Marshaller marshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
apply(Object d, EntryView.ReadWriteEntryView<K,Object> view)
-
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
-
-
-
-
Method Detail
-
apply
public Object apply(Object d, EntryView.ReadWriteEntryView<K,Object> view)
- Specified by:
apply
in interfaceBiFunction<Object,EntryView.ReadWriteEntryView<K,Object>,Object>
-
-