Uses of Class
org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
-
Packages that use SnapshotDeletionsInProgress.Entry Package Description org.elasticsearch.cluster -
-
Uses of SnapshotDeletionsInProgress.Entry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type SnapshotDeletionsInProgress.Entry Modifier and Type Method Description List<SnapshotDeletionsInProgress.Entry>SnapshotDeletionsInProgress. getEntries()Returns an unmodifiable list of snapshot deletion entries.Methods in org.elasticsearch.cluster with parameters of type SnapshotDeletionsInProgress.Entry 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.Constructor parameters in org.elasticsearch.cluster with type arguments of type SnapshotDeletionsInProgress.Entry Constructor Description SnapshotDeletionsInProgress(List<SnapshotDeletionsInProgress.Entry> entries)
-