Uses of Class
org.elasticsearch.snapshots.SnapshotState
-
Packages that use SnapshotState Package Description org.elasticsearch.repositories org.elasticsearch.snapshots -
-
Uses of SnapshotState in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return SnapshotState Modifier and Type Method Description SnapshotStateRepositoryData. getSnapshotState(SnapshotId snapshotId)Returns theSnapshotStatefor the given snapshot.Methods in org.elasticsearch.repositories with parameters of type SnapshotState Modifier and Type Method Description RepositoryDataRepositoryData. addSnapshot(SnapshotId snapshotId, SnapshotState snapshotState, List<IndexId> snapshottedIndices)Add a snapshot and its indices to the repository; returns a new instance. -
Uses of SnapshotState in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return SnapshotState Modifier and Type Method Description static SnapshotStateSnapshotState. fromValue(byte value)Generate snapshot state from codeSnapshotStateSnapshotInfo. state()Returns snapshot state;nullif the state is unknown.static SnapshotStateSnapshotState. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotState[]SnapshotState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.snapshots with parameters of type SnapshotState Constructor Description SnapshotInfo(SnapshotId snapshotId, List<String> indices, SnapshotState state)SnapshotInfo(SnapshotId snapshotId, List<String> indices, SnapshotState state, Version version)
-