Package org.apache.pekko.cluster.ddata
Class DistributedData
java.lang.Object
org.apache.pekko.cluster.ddata.DistributedData
- All Implemented Interfaces:
Extension
Pekko extension for convenient configuration and use of the
Replicator. Configuration settings are defined in the
pekko.cluster.ddata section, see reference.conf.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tapply(ActorSystem system) static Tapply(ClassicActorSystemProvider system) static DistributedDatacreateExtension(ExtendedActorSystem system) static final booleanstatic DistributedDataget(ActorSystem system) static DistributedDataget(ClassicActorSystemProvider system) static final inthashCode()booleanReturns true if this member is not tagged with the role configured for the replicas.static DistributedData$lookup()ActorRefof theReplicator.
-
Constructor Details
-
DistributedData
-
-
Method Details
-
get
-
get
-
lookup
-
createExtension
-
apply
-
apply
-
hashCode
public static final int hashCode() -
equals
-
selfUniqueAddress
-
replicator
ActorRefof theReplicator. -
isTerminated
public boolean isTerminated()Returns true if this member is not tagged with the role configured for the replicas.
-