Uses of Class
org.infinispan.atomic.DeltaCompositeKey
-
Packages that use DeltaCompositeKey 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 DeltaCompositeKey in org.infinispan.atomic
Methods in org.infinispan.atomic that return DeltaCompositeKey Modifier and Type Method Description DeltaCompositeKeyDeltaCompositeKey.DeltaCompositeKeyExternalizer. readObject(java.io.ObjectInput unmarshaller)Deprecated.Methods in org.infinispan.atomic that return types with arguments of type DeltaCompositeKey Modifier and Type Method Description java.util.Set<java.lang.Class<? extends DeltaCompositeKey>>DeltaCompositeKey.DeltaCompositeKeyExternalizer. getTypeClasses()Deprecated.Methods in org.infinispan.atomic with parameters of type DeltaCompositeKey Modifier and Type Method Description voidDeltaCompositeKey.DeltaCompositeKeyExternalizer. writeObject(java.io.ObjectOutput output, DeltaCompositeKey dck)Deprecated.
-