Uses of Class
org.elasticsearch.cluster.SnapshotsInProgress.State
-
Packages that use SnapshotsInProgress.State Package Description org.elasticsearch.action.admin.cluster.snapshots.status org.elasticsearch.cluster -
-
Uses of SnapshotsInProgress.State in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotsInProgress.State Modifier and Type Method Description SnapshotsInProgress.StateSnapshotStatus. getState()Returns snapshot state -
Uses of SnapshotsInProgress.State in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return SnapshotsInProgress.State Modifier and Type Method Description static SnapshotsInProgress.StateSnapshotsInProgress.State. fromValue(byte value)SnapshotsInProgress.StateSnapshotsInProgress.Entry. state()static SnapshotsInProgress.StateSnapshotsInProgress.State. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotsInProgress.State[]SnapshotsInProgress.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.cluster with parameters of type SnapshotsInProgress.State 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(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, String failure, Map<String,Object> userMetadata)Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards, Map<String,Object> userMetadata)
-