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. -
-
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.
-