Package org.apache.pekko.cluster.ddata
Class ReadAggregator$
java.lang.Object
org.apache.pekko.cluster.ddata.ReadAggregator$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ReadAggregator$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
propspublic 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) 
 
-