Package org.infinispan.atomic
Class DeltaCompositeKey
- java.lang.Object
-
- org.infinispan.atomic.DeltaCompositeKey
-
@Deprecated public final class DeltaCompositeKey extends java.lang.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 class
DeltaCompositeKey.DeltaCompositeKeyExternalizer
Deprecated.
-
Constructor Summary
Constructors Constructor Description DeltaCompositeKey(java.lang.Object deltaAwareValueKey, java.lang.Object entryKey)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.java.lang.Object
getDeltaAwareValueKey()
Deprecated.int
hashCode()
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
getDeltaAwareValueKey
public final java.lang.Object getDeltaAwareValueKey()
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-