Class Replicator.Get$
- java.lang.Object
-
- akka.cluster.ddata.typed.scaladsl.Replicator.Get$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Replicator
public static class Replicator.Get$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Replicator.Get$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Get$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends ReplicatedData>
scala.Function1<ActorRef<Replicator.GetResponse<A>>,Replicator.Get<A>>apply(Key<A> key, Replicator.ReadConsistency consistency)
Convenience forask
.<A extends ReplicatedData>
Replicator.Get<A>apply(Key<A> key, Replicator.ReadConsistency consistency, ActorRef<Replicator.GetResponse<A>> replyTo)
Send this message to the localReplicator
to retrieve a data value for the givenkey
.<A extends ReplicatedData>
scala.Option<scala.Tuple3<Key<A>,Replicator.ReadConsistency,ActorRef<Replicator.GetResponse<A>>>>unapply(Replicator.Get<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Replicator.Get$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <A extends ReplicatedData> scala.Function1<ActorRef<Replicator.GetResponse<A>>,Replicator.Get<A>> apply(Key<A> key, Replicator.ReadConsistency consistency)
Convenience forask
.
-
apply
public <A extends ReplicatedData> Replicator.Get<A> apply(Key<A> key, Replicator.ReadConsistency consistency, ActorRef<Replicator.GetResponse<A>> replyTo)
Send this message to the localReplicator
to retrieve a data value for the givenkey
. TheReplicator
will reply with one of theGetResponse
messages.
-
unapply
public <A extends ReplicatedData> scala.Option<scala.Tuple3<Key<A>,Replicator.ReadConsistency,ActorRef<Replicator.GetResponse<A>>>> unapply(Replicator.Get<A> x$0)
-
-