Class SnapshotShardsStats

java.lang.Object
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
All Implemented Interfaces:
ToXContent, ToXContentObject

public class SnapshotShardsStats
extends java.lang.Object
implements ToXContentObject
Status of a snapshot shards
  • Constructor Details

    • SnapshotShardsStats

      public SnapshotShardsStats​(int initializingShards, int startedShards, int finalizingShards, int doneShards, int failedShards, int totalShards)
  • Method Details