Package org.infinispan.atomic
Class DeltaCompositeKey
- java.lang.Object
-
- org.infinispan.atomic.DeltaCompositeKey
-
@Deprecated public final class DeltaCompositeKey extends Object
Deprecated.since 9.1DeltaCompositeKey is the key guarding access to a specific entry in DeltaAware
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeltaCompositeKey.DeltaCompositeKeyExternalizerDeprecated.
-
Constructor Summary
Constructors Constructor Description DeltaCompositeKey(Object deltaAwareValueKey, Object entryKey)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.ObjectgetDeltaAwareValueKey()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getDeltaAwareValueKey
public final Object getDeltaAwareValueKey()
Deprecated.
-
-