Package akka.cluster.ddata
Class DurableStore.DurableDataEnvelope
- java.lang.Object
-
- akka.cluster.ddata.DurableStore.DurableDataEnvelope
-
- All Implemented Interfaces:
Replicator.ReplicatorMessage
,java.io.Serializable
- Enclosing class:
- DurableStore
public static final class DurableStore.DurableDataEnvelope extends java.lang.Object implements Replicator.ReplicatorMessage
Wrapper class for serialization of a data value. TheReplicatorMessageSerializer
will serialize/deserialize the wrappedReplicatedData
including its serializerId and manifest.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplicatedData
data()
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
data
public ReplicatedData data()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-