public static interface IndexMetaData.Custom extends Diffable<IndexMetaData.Custom>, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.Custom |
fromMap(Map<String,Object> map) |
IndexMetaData.Custom |
fromXContent(XContentParser parser) |
IndexMetaData.Custom |
mergeWith(IndexMetaData.Custom another)
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
|
String |
type() |
diff, readDiffFromreadFromtoXContentString type()
IndexMetaData.Custom fromMap(Map<String,Object> map) throws IOException
IOExceptionIndexMetaData.Custom fromXContent(XContentParser parser) throws IOException
IOExceptionIndexMetaData.Custom mergeWith(IndexMetaData.Custom another)
Copyright © 2009–2017. All rights reserved.