Class SnapshotsInProgress.ShardSnapshotStatus

java.lang.Object
org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
All Implemented Interfaces:
Writeable
Enclosing class:
SnapshotsInProgress

public static class SnapshotsInProgress.ShardSnapshotStatus
extends java.lang.Object
implements Writeable
  • Field Details

    • UNASSIGNED_QUEUED

      public static final SnapshotsInProgress.ShardSnapshotStatus UNASSIGNED_QUEUED
      Shard snapshot status for shards that are waiting for another operation to finish before they can be assigned to a node.
    • MISSING

      public static final SnapshotsInProgress.ShardSnapshotStatus MISSING
      Shard snapshot status for shards that could not be snapshotted because their index was deleted from before the shard snapshot started.
  • Constructor Details

    • ShardSnapshotStatus

      public ShardSnapshotStatus​(java.lang.String nodeId, java.lang.String generation)
    • ShardSnapshotStatus

      public ShardSnapshotStatus​(@Nullable java.lang.String nodeId, SnapshotsInProgress.ShardState state, @Nullable java.lang.String generation)
    • ShardSnapshotStatus

      public ShardSnapshotStatus​(@Nullable java.lang.String nodeId, SnapshotsInProgress.ShardState state, java.lang.String reason, @Nullable java.lang.String generation)
  • Method Details