Package org.infinispan.metadata.impl
Class IracMetadata
java.lang.Object
org.infinispan.metadata.impl.IracMetadata
The metadata stored for an entry needed for IRAC (async cross-site replication).
- Since:
- 11.0
- Author:
- Pedro Ruivo
-
Constructor Summary
ConstructorDescriptionIracMetadata
(String site, IracEntryVersion version) IracMetadata
(ByteString site, IracEntryVersion version) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getSite()
int
hashCode()
static IracMetadata
readFrom
(ObjectInput in) toString()
static void
writeTo
(ObjectOutput output, IracMetadata metadata)
-
Constructor Details
-
IracMetadata
-
IracMetadata
-
-
Method Details
-
writeTo
- Throws:
IOException
-
readFrom
- Throws:
IOException
ClassNotFoundException
-
getSite
-
getVersion
-
equals
-
hashCode
public int hashCode() -
toString
-