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