public final class NoopPersistentActorRepository extends Object implements org.elasticsoftware.elasticactors.state.PersistentActorRepository
| Constructor and Description |
|---|
NoopPersistentActorRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId) |
void |
delete(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId) |
org.elasticsoftware.elasticactors.state.PersistentActor<org.elasticsoftware.elasticactors.ShardKey> |
get(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId) |
void |
update(org.elasticsoftware.elasticactors.ShardKey shard,
org.elasticsoftware.elasticactors.state.PersistentActor persistentActor) |
void |
updateAsync(org.elasticsoftware.elasticactors.ShardKey shard,
org.elasticsoftware.elasticactors.state.PersistentActor persistentActor,
org.elasticsoftware.elasticactors.messaging.InternalMessage message,
org.elasticsoftware.elasticactors.messaging.MessageHandlerEventListener messageHandlerEventListener) |
public boolean contains(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId)
contains in interface org.elasticsoftware.elasticactors.state.PersistentActorRepositorypublic void update(org.elasticsoftware.elasticactors.ShardKey shard,
org.elasticsoftware.elasticactors.state.PersistentActor persistentActor)
throws IOException
update in interface org.elasticsoftware.elasticactors.state.PersistentActorRepositoryIOExceptionpublic void updateAsync(org.elasticsoftware.elasticactors.ShardKey shard,
org.elasticsoftware.elasticactors.state.PersistentActor persistentActor,
org.elasticsoftware.elasticactors.messaging.InternalMessage message,
org.elasticsoftware.elasticactors.messaging.MessageHandlerEventListener messageHandlerEventListener)
updateAsync in interface org.elasticsoftware.elasticactors.state.PersistentActorRepositorypublic void delete(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId)
delete in interface org.elasticsoftware.elasticactors.state.PersistentActorRepositorypublic org.elasticsoftware.elasticactors.state.PersistentActor<org.elasticsoftware.elasticactors.ShardKey> get(org.elasticsoftware.elasticactors.ShardKey shard,
String actorId)
throws IOException
get in interface org.elasticsoftware.elasticactors.state.PersistentActorRepositoryIOExceptionCopyright © 2021. All rights reserved.