public class DistributedData extends java.lang.Object implements Extension
Replicator
. Configuration settings are defined in the
akka.cluster.ddata
section, see reference.conf
.Constructor and Description |
---|
DistributedData(ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
static DistributedData |
createExtension(ExtendedActorSystem system) |
static DistributedData |
get(ActorSystem system) |
boolean |
isTerminated()
Returns true if this member is not tagged with the role configured for the
replicas.
|
static DistributedData$ |
lookup() |
ActorRef |
replicator()
ActorRef of the Replicator . |
public DistributedData(ExtendedActorSystem system)
public static DistributedData get(ActorSystem system)
public static DistributedData$ lookup()
public static DistributedData createExtension(ExtendedActorSystem system)
public boolean isTerminated()
public ActorRef replicator()
ActorRef
of the Replicator
.