Module org.elasticsearch.server
Interface Metadata.ProjectCustom
- All Superinterfaces:
ChunkedToXContent,Diffable<Metadata.ProjectCustom>,Metadata.MetadataCustom<Metadata.ProjectCustom>,NamedDiffable<Metadata.ProjectCustom>,NamedWriteable,VersionedNamedWriteable,Writeable
- All Known Implementing Classes:
ComponentTemplateMetadata,ComposableIndexTemplateMetadata,DataStreamMetadata,ElasticsearchNodeCommand.UnknownProjectCustom,IndexGraveyard,IngestMetadata,PersistentTasksCustomMetadata,ProjectSecrets,RegisteredPolicySnapshots,RepositoriesMetadata,ScriptMetadata,StreamsMetadata
- Enclosing class:
Metadata
public static interface Metadata.ProjectCustom
extends Metadata.MetadataCustom<Metadata.ProjectCustom>
Project-level custom metadata that persists (via XContent) across restarts.
The deserialization method for each implementation must be registered with the
NamedXContentRegistry.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
EMPTY -
Method Summary
Methods inherited from interface org.elasticsearch.common.xcontent.ChunkedToXContent
isFragment, toXContentChunked, toXContentChunked, toXContentChunkedV8Methods inherited from interface org.elasticsearch.cluster.metadata.Metadata.MetadataCustom
context, isRestorableMethods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
getMinimalSupportedVersion, getWriteableName, supportsVersion