Class Replicator$
java.lang.Object
org.apache.pekko.cluster.ddata.typed.javadsl.Replicator$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Replicator$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbehavior(ReplicatorSettings settings) TheBehaviorfor theReplicatoractor.behavior(ReplicatorSettings settings, ActorRef underlyingReplicator) TheBehaviorfor theReplicatoractor.TheFlushChangesinstance.TheReadLocalinstanceTheWriteLocalinstance
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Replicator$
public Replicator$()
-
-
Method Details
-
behavior
TheBehaviorfor theReplicatoractor. -
behavior
public Behavior<Replicator.Command> behavior(ReplicatorSettings settings, ActorRef underlyingReplicator) TheBehaviorfor theReplicatoractor. It will use the given underlyingpekko.cluster.ddata.Replicator -
readLocal
TheReadLocalinstance -
writeLocal
TheWriteLocalinstance -
flushChanges
TheFlushChangesinstance. Notify subscribers of changes now, otherwise they will be notified periodically with the configurednotify-subscribers-interval.
-