Uses of Class
org.elasticsoftware.elasticactors.ShardKey
-
-
Uses of ShardKey in org.elasticsoftware.elasticactors
Methods in org.elasticsoftware.elasticactors that return ShardKey Modifier and Type Method Description static ShardKeyShardKey. fromString(String shardKey)ShardKeyActorShard. getKey()Methods in org.elasticsoftware.elasticactors with parameters of type ShardKey Modifier and Type Method Description intShardKey. compareTo(ShardKey other) -
Uses of ShardKey in org.elasticsoftware.elasticactors.cluster
Methods in org.elasticsoftware.elasticactors.cluster with parameters of type ShardKey Modifier and Type Method Description voidActorSystemEventListenerRepository. create(ShardKey shardKey, ActorSystemEvent event, ActorSystemEventListener listener)voidActorSystemEventListenerRepository. delete(ShardKey shardKey, ActorSystemEvent event, ActorRef listenerId)List<ActorSystemEventListener>ActorSystemEventListenerRepository. getAll(ShardKey shardKey, ActorSystemEvent event) -
Uses of ShardKey in org.elasticsoftware.elasticactors.cluster.scheduler
Methods in org.elasticsoftware.elasticactors.cluster.scheduler with parameters of type ShardKey Modifier and Type Method Description voidInternalScheduler. cancel(ShardKey shardKey, ScheduledMessageKey messageKey)voidScheduledMessageRepository. create(ShardKey shardKey, ScheduledMessage scheduledMessage)voidScheduledMessageRepository. delete(ShardKey shardKey, ScheduledMessageKey scheduledMessage)List<ScheduledMessage>ScheduledMessageRepository. getAll(ShardKey shardKey)voidSchedulerService. registerShard(ShardKey shardKey)Register a local shard with the SchedulerService.voidSchedulerService. unregisterShard(ShardKey shardKey)Unregister a previously registered shard, release all allocated resources as another node is the new owner of this shard -
Uses of ShardKey in org.elasticsoftware.elasticactors.state
Methods in org.elasticsoftware.elasticactors.state that return types with arguments of type ShardKey Modifier and Type Method Description PersistentActor<ShardKey>PersistentActorRepository. get(ShardKey shard, String actorId)Methods in org.elasticsoftware.elasticactors.state with parameters of type ShardKey Modifier and Type Method Description booleanPersistentActorRepository. contains(ShardKey shard, String actorId)voidPersistentActorRepository. delete(ShardKey shard, String actorId)PersistentActor<ShardKey>PersistentActorRepository. get(ShardKey shard, String actorId)voidPersistentActorRepository. update(ShardKey shard, PersistentActor persistentActor)voidPersistentActorRepository. updateAsync(ShardKey shard, PersistentActor persistentActor, InternalMessage message, MessageHandlerEventListener messageHandlerEventListener)
-