@Deprecated public static interface IndexMetaData.Custom extends Diffable<IndexMetaData.Custom>, ToXContent
Writeable.Reader<V>, Writeable.Writer<V>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
IndexMetaData.Custom |
fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
Deprecated.
|
IndexMetaData.Custom |
fromXContent(XContentParser parser)
Deprecated.
|
IndexMetaData.Custom |
mergeWith(IndexMetaData.Custom another)
Deprecated.
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
|
Diff<IndexMetaData.Custom> |
readDiffFrom(StreamInput in)
Deprecated.
Reads the
Diff from StreamInput |
IndexMetaData.Custom |
readFrom(StreamInput in)
Deprecated.
Reads an object of this type from the provided StreamInput.
|
java.lang.String |
type()
Deprecated.
|
isFragment, toXContent
java.lang.String type()
IndexMetaData.Custom fromMap(java.util.Map<java.lang.String,java.lang.Object> map) throws java.io.IOException
java.io.IOException
IndexMetaData.Custom fromXContent(XContentParser parser) throws java.io.IOException
java.io.IOException
Diff<IndexMetaData.Custom> readDiffFrom(StreamInput in) throws java.io.IOException
Diff
from StreamInputjava.io.IOException
IndexMetaData.Custom readFrom(StreamInput in) throws java.io.IOException
java.io.IOException
IndexMetaData.Custom mergeWith(IndexMetaData.Custom another)