Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotStatus
-
Packages that use SnapshotStatus Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotStatus in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotStatus Modifier and Type Method Description static SnapshotStatusSnapshotStatus. fromXContent(XContentParser parser)Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return types with arguments of type SnapshotStatus Modifier and Type Method Description List<SnapshotStatus>SnapshotsStatusResponse. getSnapshots()Returns the list of snapshots
-