Uses of Class
org.elasticsearch.cluster.SnapshotDeletionsInProgress
-
Packages that use SnapshotDeletionsInProgress Package Description org.elasticsearch.cluster -
-
Uses of SnapshotDeletionsInProgress in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return SnapshotDeletionsInProgress Modifier and Type Method Description static SnapshotDeletionsInProgressSnapshotDeletionsInProgress. newInstance(SnapshotDeletionsInProgress.Entry entry)Returns a new instance ofSnapshotDeletionsInProgresswith the givenSnapshotDeletionsInProgress.Entryadded.SnapshotDeletionsInProgressSnapshotDeletionsInProgress. withAddedEntry(SnapshotDeletionsInProgress.Entry entry)Returns a new instance ofSnapshotDeletionsInProgresswhich adds the givenSnapshotDeletionsInProgress.Entryto the invoking instance.SnapshotDeletionsInProgressSnapshotDeletionsInProgress. withRemovedEntry(SnapshotDeletionsInProgress.Entry entry)Returns a new instance ofSnapshotDeletionsInProgresswhich removes the given entry from the invoking instance.
-