Package org.apache.pekko.cluster.ddata
Class WriteAggregator$
java.lang.Object
org.apache.pekko.cluster.ddata.WriteAggregator$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WriteAggregator$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprops(Key<ReplicatedData> key, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope envelope, scala.Option<org.apache.pekko.cluster.ddata.Replicator.Internal.Delta> delta, Replicator.WriteConsistency consistency, scala.Option<Object> req, UniqueAddress selfUniqueAddress, scala.collection.immutable.Vector<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, boolean shuffle, ActorRef replyTo, boolean durable)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WriteAggregator$
public WriteAggregator$()
-
-
Method Details
-
props
public Props props(Key<ReplicatedData> key, org.apache.pekko.cluster.ddata.Replicator.Internal.DataEnvelope envelope, scala.Option<org.apache.pekko.cluster.ddata.Replicator.Internal.Delta> delta, Replicator.WriteConsistency consistency, scala.Option<Object> req, UniqueAddress selfUniqueAddress, scala.collection.immutable.Vector<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable, boolean shuffle, ActorRef replyTo, boolean durable)
-