Uses of Interface
org.infinispan.atomic.Delta
-
Packages that use Delta Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.atomic This package contains theAtomicMap
interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API.org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of Delta in org.infinispan
Methods in org.infinispan with parameters of type Delta Modifier and Type Method Description void
AdvancedCache. applyDelta(K deltaAwareValueKey, Delta delta, Object... locksToAcquire)
Deprecated.since 9.1 -
Uses of Delta in org.infinispan.atomic
Methods in org.infinispan.atomic that return Delta Modifier and Type Method Description Delta
DeltaAware. delta()
Deprecated.Extracts changes made to implementations, in an efficient format that can easily and cheaply be serialized and deserialized. -
Uses of Delta in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type Delta Modifier and Type Method Description default ApplyDeltaCommand
CommandsFactory. buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
Deprecated.since 9.1 -
Uses of Delta in org.infinispan.commands.write
Methods in org.infinispan.commands.write that return Delta Modifier and Type Method Description Delta
ApplyDeltaCommand. getDelta()
Deprecated.Constructors in org.infinispan.commands.write with parameters of type Delta Constructor Description ApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection<Object> keys, CommandInvocationId commandInvocationId)
Deprecated.
-