Interface MetaData.Custom
-
- All Superinterfaces:
ClusterState.FeatureAware
,Diffable<MetaData.Custom>
,NamedDiffable<MetaData.Custom>
,NamedWriteable
,ToXContent
,ToXContentFragment
,VersionedNamedWriteable
,Writeable
- All Known Implementing Classes:
IndexGraveyard
,IngestMetadata
,PersistentTasksCustomMetaData
,RepositoriesMetaData
,ScriptMetaData
- Enclosing class:
- MetaData
public static interface MetaData.Custom extends NamedDiffable<MetaData.Custom>, ToXContentFragment, ClusterState.FeatureAware
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
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.ToXContent
EMPTY_PARAMS
-
-
Method Summary
Modifier and Type Method Description java.util.EnumSet<MetaData.XContentContext>
context()
-
Methods inherited from interface org.elasticsearch.cluster.ClusterState.FeatureAware
getRequiredFeature
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContent
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Methods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
getMinimalSupportedVersion, getWriteableName
-
-
-
-
Method Detail
-
context
java.util.EnumSet<MetaData.XContentContext> context()
-
-