Uses of Class
org.elasticsearch.cluster.metadata.IndexGraveyard.Tombstone
-
Packages that use IndexGraveyard.Tombstone Package Description org.elasticsearch.cluster.metadata -
-
Uses of IndexGraveyard.Tombstone in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return types with arguments of type IndexGraveyard.Tombstone Modifier and Type Method Description List<IndexGraveyard.Tombstone>IndexGraveyard.IndexGraveyardDiff. getAdded()The index tombstones that were added between two statesList<IndexGraveyard.Tombstone>IndexGraveyard. getTombstones()Get the current unmodifiable index tombstone list.List<IndexGraveyard.Tombstone>IndexGraveyard.Builder. tombstones()A copy of the current tombstones in the builder.
-