Class IracTombstoneInfo
java.lang.Object
org.infinispan.container.versioning.irac.IracTombstoneInfo
A data class to store the tombstone information for a key.
- Since:
- 14.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
int
int
hashCode()
static IracTombstoneInfo
readFrom
(ObjectInput input) toString()
static void
writeTo
(ObjectOutput output, IracTombstoneInfo tombstone)
-
Constructor Details
-
IracTombstoneInfo
-
-
Method Details
-
getKey
-
getSegment
public int getSegment() -
getMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-
writeTo
- Throws:
IOException
-
readFrom
public static IracTombstoneInfo readFrom(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-