| Modifier and Type | Method and Description |
|---|---|
static ShardKey |
ShardKey.fromString(String shardKey) |
ShardKey |
ActorShard.getKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShardKey.compareTo(ShardKey other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorSystemEventListenerRepository.create(ShardKey shardKey,
ActorSystemEvent event,
ActorSystemEventListener listener) |
void |
ActorSystemEventListenerRepository.delete(ShardKey shardKey,
ActorSystemEvent event,
ActorRef listenerId) |
List<ActorSystemEventListener> |
ActorSystemEventListenerRepository.getAll(ShardKey shardKey,
ActorSystemEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalScheduler.cancel(ShardKey shardKey,
ScheduledMessageKey messageKey) |
void |
ScheduledMessageRepository.create(ShardKey shardKey,
ScheduledMessage scheduledMessage) |
void |
ScheduledMessageRepository.delete(ShardKey shardKey,
ScheduledMessageKey scheduledMessage) |
List<ScheduledMessage> |
ScheduledMessageRepository.getAll(ShardKey shardKey) |
void |
SchedulerService.registerShard(ShardKey shardKey)
Register a local shard with the SchedulerService.
|
void |
SchedulerService.unregisterShard(ShardKey shardKey)
Unregister a previously registered shard, release all allocated resources as another node is
the new owner of this shard
|
| Modifier and Type | Method and Description |
|---|---|
PersistentActor<ShardKey> |
PersistentActorRepository.get(ShardKey shard,
String actorId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistentActorRepository.contains(ShardKey shard,
String actorId) |
void |
PersistentActorRepository.delete(ShardKey shard,
String actorId) |
PersistentActor<ShardKey> |
PersistentActorRepository.get(ShardKey shard,
String actorId) |
void |
PersistentActorRepository.update(ShardKey shard,
PersistentActor persistentActor) |
void |
PersistentActorRepository.updateAsync(ShardKey shard,
PersistentActor persistentActor,
InternalMessage message,
MessageHandlerEventListener messageHandlerEventListener) |
Copyright © 2021. All rights reserved.