| Package | Description |
|---|---|
| org.elasticsoftware.elasticactors.cluster |
| Modifier and Type | Method and Description |
|---|---|
ActorShard |
ShardAccessor.getShard(int shardId)
Return an ActorShard with the given shardId
|
ActorShard |
ShardAccessor.getShard(String actorPath)
Return the
ActorShard that belongs to the given path. |
| Modifier and Type | Method and Description |
|---|---|
ActorRef |
InternalActorSystems.createPersistentActorRef(ActorShard shard,
String actorId) |
void |
InternalActorSystemEventListenerRegistry.generateEvents(ActorShard actorShard,
ActorSystemEvent actorSystemEvent) |
void |
ShardDistributionStrategy.registerWaitForRelease(ActorShard localShard,
PhysicalNode currentOwner)
Wait for signal from the current shard owner, when the signal comes in
ActorContainer.init()
should be called within the implementation |
void |
ShardDistributionStrategy.signalRelease(ActorShard localShard,
PhysicalNode nextOwner)
Signal to the cluster that a Local ActorShard has been given up
|
Copyright © 2021. All rights reserved.