Uses of Class
org.elasticsearch.cluster.SnapshotsInProgress.Entry
-
Packages that use SnapshotsInProgress.Entry Package Description org.elasticsearch.cluster org.elasticsearch.snapshots -
-
Uses of SnapshotsInProgress.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return SnapshotsInProgress.Entry Modifier and Type Method Description SnapshotsInProgress.EntrySnapshotsInProgress. snapshot(Snapshot snapshot)Methods in org.elasticsearch.cluster that return types with arguments of type SnapshotsInProgress.Entry Modifier and Type Method Description List<SnapshotsInProgress.Entry>SnapshotsInProgress. entries()Constructors in org.elasticsearch.cluster with parameters of type SnapshotsInProgress.Entry Constructor Description Entry(SnapshotsInProgress.Entry entry, SnapshotsInProgress.State state, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)Entry(SnapshotsInProgress.Entry entry, SnapshotsInProgress.State state, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, String failure)Entry(SnapshotsInProgress.Entry entry, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)SnapshotsInProgress(SnapshotsInProgress.Entry... entries)Constructor parameters in org.elasticsearch.cluster with type arguments of type SnapshotsInProgress.Entry Constructor Description SnapshotsInProgress(List<SnapshotsInProgress.Entry> entries) -
Uses of SnapshotsInProgress.Entry in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return types with arguments of type SnapshotsInProgress.Entry Modifier and Type Method Description List<SnapshotsInProgress.Entry>SnapshotsService. currentSnapshots(String repository, List<String> snapshots)Returns status of the currently running snapshots
-