Module org.elasticsearch.server
Class ComposableIndexTemplate.DataStreamTemplate
java.lang.Object
org.elasticsearch.cluster.metadata.ComposableIndexTemplate.DataStreamTemplate
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
ComposableIndexTemplate
public static class ComposableIndexTemplate.DataStreamTemplate
extends Object
implements Writeable, ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CompressedXContentA mapping snippet for a backing index with `_data_stream_timestamp` meta field mapper properly configured.Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanisHidden()toXContent(XContentBuilder builder, 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 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
public DataStreamTemplate(boolean hidden, boolean allowCustomRouting)
-
-
Method Details
-
isHidden
public boolean isHidden() -
isAllowCustomRouting
public boolean isAllowCustomRouting() -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-