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