Uses of Interface
org.infinispan.atomic.DeltaAware
-
Packages that use DeltaAware Package Description org.infinispan.atomic This package contains theAtomicMapinterfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. -
-
Uses of DeltaAware in org.infinispan.atomic
Subinterfaces of DeltaAware in org.infinispan.atomic Modifier and Type Interface Description interfaceCopyableDeltaAwareDeprecated.since 9.1Methods in org.infinispan.atomic that return DeltaAware Modifier and Type Method Description DeltaAwareDelta. merge(DeltaAware d)Deprecated.Merge the current Delta instance with a givenDeltaAwareinstance, and return a coherent and completeDeltaAwareinstance.Methods in org.infinispan.atomic with parameters of type DeltaAware Modifier and Type Method Description DeltaAwareDelta. merge(DeltaAware d)Deprecated.Merge the current Delta instance with a givenDeltaAwareinstance, and return a coherent and completeDeltaAwareinstance.
-