public static final class DurableStore.Store
extends java.lang.Object
implements scala.Product, scala.Serializable
StoreReply, which
should be used to signal success or failure of the operation to the contained
replyTo actor.| Constructor and Description |
|---|
Store(java.lang.String key,
ReplicatedData data,
scala.Option<DurableStore.StoreReply> reply) |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedData |
data() |
java.lang.String |
key() |
scala.Option<DurableStore.StoreReply> |
reply() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Store(java.lang.String key,
ReplicatedData data,
scala.Option<DurableStore.StoreReply> reply)
public java.lang.String key()
public ReplicatedData data()
public scala.Option<DurableStore.StoreReply> reply()