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