Uses of Class
org.elasticsearch.cluster.metadata.IndexGraveyard
-
Packages that use IndexGraveyard Package Description org.elasticsearch.cluster.metadata -
-
Uses of IndexGraveyard in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return IndexGraveyard Modifier and Type Method Description IndexGraveyardIndexGraveyard.IndexGraveyardDiff. apply(MetaData.Custom previous)IndexGraveyardIndexGraveyard.Builder. build()IndexGraveyardIndexGraveyard.Builder. build(Settings settings)static IndexGraveyardIndexGraveyard. fromXContent(XContentParser parser)IndexGraveyardMetaData.Builder. indexGraveyard()IndexGraveyardMetaData. indexGraveyard()The collection of index deletions in the cluster.Methods in org.elasticsearch.cluster.metadata with parameters of type IndexGraveyard Modifier and Type Method Description static IndexGraveyard.BuilderIndexGraveyard. builder(IndexGraveyard graveyard)MetaData.BuilderMetaData.Builder. indexGraveyard(IndexGraveyard indexGraveyard)
-