Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStats
-
Packages that use SnapshotStats Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotStats in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotStats Modifier and Type Method Description static SnapshotStatsSnapshotStats. fromXContent(XContentParser parser)SnapshotStatsSnapshotIndexShardStatus. getStats()Returns snapshot statsSnapshotStatsSnapshotIndexStatus. getStats()Returns snapshot statsSnapshotStatsSnapshotStatus. getStats()Returns number of files in the snapshotConstructors in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type SnapshotStats Constructor Description SnapshotIndexStatus(String index, Map<Integer,SnapshotIndexShardStatus> indexShards, SnapshotShardsStats shardsStats, SnapshotStats stats)
-