Package akka.cluster.sharding.internal
Class RememberEntitiesCoordinatorStore
- java.lang.Object
-
- akka.cluster.sharding.internal.RememberEntitiesCoordinatorStore
-
public class RememberEntitiesCoordinatorStore extends java.lang.Object
INTERNAL APICould potentially become an open SPI in the future.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RememberEntitiesCoordinatorStore.AddShard
Sent once for every started shard (but could be retried), should result in a response of either UpdateDone or UpdateFailedstatic class
RememberEntitiesCoordinatorStore.AddShard$
static interface
RememberEntitiesCoordinatorStore.Command
static class
RememberEntitiesCoordinatorStore.GetShards$
Sent once when the coordinator starts (but could be retried), should result in a response of RememberedShardsstatic class
RememberEntitiesCoordinatorStore.RememberedShards
static class
RememberEntitiesCoordinatorStore.RememberedShards$
static class
RememberEntitiesCoordinatorStore.UpdateDone
static class
RememberEntitiesCoordinatorStore.UpdateDone$
static class
RememberEntitiesCoordinatorStore.UpdateFailed
static class
RememberEntitiesCoordinatorStore.UpdateFailed$
-
Constructor Summary
Constructors Constructor Description RememberEntitiesCoordinatorStore()
-