Uses of Class
org.elasticsearch.cluster.metadata.MetaData.XContentContext
-
Packages that use MetaData.XContentContext Package Description org.elasticsearch.cluster.metadata org.elasticsearch.ingest org.elasticsearch.persistent org.elasticsearch.script -
-
Uses of MetaData.XContentContext in org.elasticsearch.cluster.metadata
Fields in org.elasticsearch.cluster.metadata with type parameters of type MetaData.XContentContext Modifier and Type Field Description static EnumSet<MetaData.XContentContext>MetaData. ALL_CONTEXTSIndicates that this custom metadata will be returned as part of an API call, stored as a part of a snapshot global state, and will be persisted between node restartsstatic EnumSet<MetaData.XContentContext>MetaData. API_AND_GATEWAYIndicates that this custom metadata will be returned as part of an API call and will be persisted between node restarts, but will not be a part of a snapshot global statestatic EnumSet<MetaData.XContentContext>MetaData. API_AND_SNAPSHOTIndicates that this custom metadata will be returned as part of an API call and stored as a part of a snapshot global state, but will not be persisted between node restartsstatic EnumSet<MetaData.XContentContext>MetaData. API_ONLYIndicates that this custom metadata will be returned as part of an API call but will not be persistedMethods in org.elasticsearch.cluster.metadata that return MetaData.XContentContext Modifier and Type Method Description static MetaData.XContentContextMetaData.XContentContext. valueOf(String name)Returns the enum constant of this type with the specified name.static MetaData.XContentContext[]MetaData.XContentContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.cluster.metadata that return types with arguments of type MetaData.XContentContext Modifier and Type Method Description EnumSet<MetaData.XContentContext>IndexGraveyard. context()EnumSet<MetaData.XContentContext>MetaData.Custom. context()EnumSet<MetaData.XContentContext>MetaData.UnknownGatewayOnlyCustom. context()EnumSet<MetaData.XContentContext>RepositoriesMetaData. context() -
Uses of MetaData.XContentContext in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return types with arguments of type MetaData.XContentContext Modifier and Type Method Description EnumSet<MetaData.XContentContext>IngestMetadata. context() -
Uses of MetaData.XContentContext in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return types with arguments of type MetaData.XContentContext Modifier and Type Method Description EnumSet<MetaData.XContentContext>PersistentTasksCustomMetaData. context() -
Uses of MetaData.XContentContext in org.elasticsearch.script
Methods in org.elasticsearch.script that return types with arguments of type MetaData.XContentContext Modifier and Type Method Description EnumSet<MetaData.XContentContext>ScriptMetaData. context()
-