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