Vixen
02b45cc4
csharp
public enum PlacementEventKind

What happened to an instance.

Read the guide page for this →

Fields and properties (4)

  • Started

    The backend created it. It is not a placement candidate yet.

  • Ready

    The realm reported that it has loaded its map and is accepting sessions.

  • Stopped

    It exited the way it was asked to.

  • Lost

    It 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