Uses of Interface
org.elasticsoftware.elasticactors.ActorShard
-
Packages that use ActorShard Package Description org.elasticsoftware.elasticactors.cluster -
-
Uses of ActorShard in org.elasticsoftware.elasticactors.cluster
Methods in org.elasticsoftware.elasticactors.cluster that return ActorShard Modifier and Type Method Description ActorShardShardAccessor. getShard(int shardId)Return an ActorShard with the given shardIdActorShardShardAccessor. getShard(String actorPath)Return theActorShardthat belongs to the given path.Methods in org.elasticsoftware.elasticactors.cluster with parameters of type ActorShard Modifier and Type Method Description ActorRefInternalActorSystems. createPersistentActorRef(ActorShard shard, String actorId)voidInternalActorSystemEventListenerRegistry. generateEvents(ActorShard actorShard, ActorSystemEvent actorSystemEvent)voidShardDistributionStrategy. registerWaitForRelease(ActorShard localShard, PhysicalNode currentOwner)Wait for signal from the current shard owner, when the signal comes inActorContainer.init()should be called within the implementationvoidShardDistributionStrategy. signalRelease(ActorShard localShard, PhysicalNode nextOwner)Signal to the cluster that a Local ActorShard has been given up
-