Package akka.cluster.ddata
Class ReadAggregator$
- java.lang.Object
-
- akka.cluster.ddata.ReadAggregator$
-
public class ReadAggregator$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ReadAggregator$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ReadAggregator$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(Key<ReplicatedData> key, Replicator.ReadConsistency consistency, scala.Option<java.lang.Object> req, UniqueAddress selfUniqueAddress, scala.collection.immutable.Vector<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, boolean shuffle, scala.Option<akka.cluster.ddata.Replicator.Internal.DataEnvelope> localValue, ActorRef replyTo)
-
-
-
Field Detail
-
MODULE$
public static final ReadAggregator$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(Key<ReplicatedData> key, Replicator.ReadConsistency consistency, scala.Option<java.lang.Object> req, UniqueAddress selfUniqueAddress, scala.collection.immutable.Vector<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, boolean shuffle, scala.Option<akka.cluster.ddata.Replicator.Internal.DataEnvelope> localValue, ActorRef replyTo)
-
-