public class ClusterShardingGuardian
extends java.lang.Object
implements akka.actor.Actor
ShardRegion
and ShardCoordinator
actors are created as children
of this actor.Modifier and Type | Class and Description |
---|---|
static class |
ClusterShardingGuardian.Start |
static class |
ClusterShardingGuardian.Start$ |
static class |
ClusterShardingGuardian.Started |
static class |
ClusterShardingGuardian.Started$ |
static class |
ClusterShardingGuardian.StartProxy |
static class |
ClusterShardingGuardian.StartProxy$ |
Constructor and Description |
---|
ClusterShardingGuardian() |
Modifier and Type | Method and Description |
---|---|
akka.cluster.Cluster |
cluster() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
akka.actor.ActorRef |
replicator() |
ClusterSharding |
sharding() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
public akka.cluster.Cluster cluster()
public ClusterSharding sharding()
public akka.actor.ActorRef replicator()
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive
in interface akka.actor.Actor