csharp
public enum PlacementEventKindWhat happened to an instance.
Fields and properties (4)
StartedThe backend created it. It is not a placement candidate yet.
ReadyThe realm reported that it has loaded its map and is accepting sessions.
StoppedIt exited the way it was asked to.
LostIt went away without being asked. Doc 27 § Health: recovery is a placement, not a resurrection — the shard is gone and its volatile state with it.
Used by (7)
- DockerPlacementVixen.Live.Placement.Docker
- DockerPlacementTestsVixen.Live.Placement.Docker.Tests
- KubernetesPlacementVixen.Live.Placement.Kubernetes
- KubernetesPlacementTestsVixen.Live.Placement.Kubernetes.Tests
- PlacementEventVixen.Live.Abstractions
- ProcessPlacementVixen.Live.Placement.Process
- ProcessPlacementTestsVixen.Live.Placement.Process.Tests