Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexStatus
-
Packages that use SnapshotIndexStatus Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotIndexStatus in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotIndexStatus Modifier and Type Method Description static SnapshotIndexStatusSnapshotIndexStatus. fromXContent(XContentParser parser)Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return types with arguments of type SnapshotIndexStatus Modifier and Type Method Description Map<String,SnapshotIndexStatus>SnapshotStatus. getIndices()Returns list of snapshot indices
-