Class ComposableIndexTemplate.DataStreamTemplate
java.lang.Object
org.elasticsearch.cluster.metadata.ComposableIndexTemplate.DataStreamTemplate
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
- ComposableIndexTemplate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic CompressedXContentA mapping snippet for a backing index with `_data_stream_timestamp` meta field mapper properly configured.static final org.elasticsearch.xcontent.ConstructingObjectParser<ComposableIndexTemplate.DataStreamTemplate,Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionDataStreamTemplate(boolean hidden, boolean allowCustomRouting, IndexMode indexMode) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringinthashCode()booleanbooleanisHidden()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<ComposableIndexTemplate.DataStreamTemplate,Void> PARSER -
DATA_STREAM_MAPPING_SNIPPET
A mapping snippet for a backing index with `_data_stream_timestamp` meta field mapper properly configured.
-
-
Constructor Details
-
DataStreamTemplate
public DataStreamTemplate() -
DataStreamTemplate
-
-
Method Details
-
getTimestampField
-
isHidden
public boolean isHidden() -
isAllowCustomRouting
public boolean isAllowCustomRouting() -
getIndexMode
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-