Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotShardsStats
-
Packages that use SnapshotShardsStats Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotShardsStats in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotShardsStats Modifier and Type Method Description static SnapshotShardsStatsSnapshotShardsStats. fromXContent(XContentParser parser)SnapshotShardsStatsSnapshotIndexStatus. getShardsStats()Shards statsSnapshotShardsStatsSnapshotStatus. getShardsStats()Constructors in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type SnapshotShardsStats Constructor Description SnapshotIndexStatus(String index, Map<Integer,SnapshotIndexShardStatus> indexShards, SnapshotShardsStats shardsStats, SnapshotStats stats)
-