Class DistributedData
- java.lang.Object
-
- akka.cluster.ddata.typed.scaladsl.DistributedData
-
- All Implemented Interfaces:
Extension
public class DistributedData extends java.lang.Object implements Extension
ActorRefof theReplicator.
-
-
Constructor Summary
Constructors Constructor Description DistributedData(ActorSystem<?> system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tapply(ActorSystem<?> system)static DistributedDatacreateExtension(ActorSystem<?> system)static booleanequals(java.lang.Object other)static DistributedDataget(ActorSystem<?> system)static inthashCode()static ExtensionId<T>id()ActorRef<Replicator.Command>replicator()ActorRefof theReplicator.SelfUniqueAddressselfUniqueAddress()
-
-
-
Constructor Detail
-
DistributedData
public DistributedData(ActorSystem<?> system)
-
-
Method Detail
-
get
public static DistributedData get(ActorSystem<?> system)
-
createExtension
public static DistributedData createExtension(ActorSystem<?> system)
-
apply
public static final T apply(ActorSystem<?> system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
id
public static ExtensionId<T> id()
-
selfUniqueAddress
public SelfUniqueAddress selfUniqueAddress()
-
replicator
public ActorRef<Replicator.Command> replicator()
ActorRefof theReplicator.- Returns:
- (undocumented)
-
-