Uses of Interface
org.elasticsearch.cluster.metadata.MetaData.Custom
-
Packages that use MetaData.Custom Package Description org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of MetaData.Custom in org.elasticsearch.cluster.metadata
Classes in org.elasticsearch.cluster.metadata that implement MetaData.Custom Modifier and Type Class Description classIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classMetaData.UnknownGatewayOnlyCustomclassRepositoriesMetaDataContains metadata about registered snapshot repositoriesMethods in org.elasticsearch.cluster.metadata with type parameters of type MetaData.Custom Modifier and Type Method Description <T extends MetaData.Custom>
TMetaData. custom(String type)Methods in org.elasticsearch.cluster.metadata that return MetaData.Custom Modifier and Type Method Description MetaData.CustomMetaData.Builder. getCustom(String type)Methods in org.elasticsearch.cluster.metadata that return types with arguments of type MetaData.Custom Modifier and Type Method Description ImmutableOpenMap<String,MetaData.Custom>MetaData. customs()Diff<MetaData.Custom>IndexGraveyard. diff(MetaData.Custom previous)Diff<MetaData.Custom>MetaData.UnknownGatewayOnlyCustom. diff(MetaData.Custom previousState)ImmutableOpenMap<String,MetaData.Custom>MetaData. getCustoms()static NamedDiff<MetaData.Custom>IndexGraveyard. readDiffFrom(StreamInput in)static NamedDiff<MetaData.Custom>RepositoriesMetaData. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.metadata with parameters of type MetaData.Custom Modifier and Type Method Description IndexGraveyardIndexGraveyard.IndexGraveyardDiff. apply(MetaData.Custom previous)Diff<MetaData.Custom>IndexGraveyard. diff(MetaData.Custom previous)Diff<MetaData.Custom>MetaData.UnknownGatewayOnlyCustom. diff(MetaData.Custom previousState)MetaData.BuilderMetaData.Builder. putCustom(String type, MetaData.Custom custom)Method parameters in org.elasticsearch.cluster.metadata with type arguments of type MetaData.Custom Modifier and Type Method Description MetaData.BuilderMetaData.Builder. customs(ImmutableOpenMap<String,MetaData.Custom> customs) -
Uses of MetaData.Custom in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement MetaData.Custom Modifier and Type Class Description classIngestMetadataHolds the ingest pipelines that are available in the clusterMethods in org.elasticsearch.ingest that return types with arguments of type MetaData.Custom Modifier and Type Method Description Diff<MetaData.Custom>IngestMetadata. diff(MetaData.Custom before)static NamedDiff<MetaData.Custom>IngestMetadata. readDiffFrom(StreamInput in)Methods in org.elasticsearch.ingest with parameters of type MetaData.Custom Modifier and Type Method Description Diff<MetaData.Custom>IngestMetadata. diff(MetaData.Custom before) -
Uses of MetaData.Custom in org.elasticsearch.persistent
Classes in org.elasticsearch.persistent that implement MetaData.Custom Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasksMethods in org.elasticsearch.persistent that return types with arguments of type MetaData.Custom Modifier and Type Method Description static NamedDiff<MetaData.Custom>PersistentTasksCustomMetaData. readDiffFrom(StreamInput in) -
Uses of MetaData.Custom in org.elasticsearch.script
Classes in org.elasticsearch.script that implement MetaData.Custom Modifier and Type Class Description classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.Methods in org.elasticsearch.script that return types with arguments of type MetaData.Custom Modifier and Type Method Description Diff<MetaData.Custom>ScriptMetaData. diff(MetaData.Custom before)static NamedDiff<MetaData.Custom>ScriptMetaData. readDiffFrom(StreamInput in)Methods in org.elasticsearch.script with parameters of type MetaData.Custom Modifier and Type Method Description Diff<MetaData.Custom>ScriptMetaData. diff(MetaData.Custom before)
-