public class IndexWarmersMetaData extends AbstractDiffable<IndexMetaData.Custom> implements IndexMetaData.Custom
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
IndexWarmersMetaData.Entry |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
static IndexWarmersMetaData |
PROTO |
static String |
TYPE |
EMPTY_PARAMS| コンストラクタと説明 |
|---|
IndexWarmersMetaData(IndexWarmersMetaData.Entry... entries) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<IndexWarmersMetaData.Entry> |
entries() |
boolean |
equals(Object o) |
IndexWarmersMetaData |
fromMap(Map<String,Object> map) |
IndexWarmersMetaData |
fromXContent(XContentParser parser) |
int |
hashCode() |
IndexMetaData.Custom |
mergeWith(IndexMetaData.Custom other)
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
|
IndexWarmersMetaData |
readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
static void |
toXContent(IndexWarmersMetaData.Entry entry,
XContentBuilder builder,
ToXContent.Params params) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
String |
type() |
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
diff, get, readDiffFrom, readDiffFromclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdiff, readDiffFrompublic static final IndexWarmersMetaData PROTO
public IndexWarmersMetaData(IndexWarmersMetaData.Entry... entries)
public List<IndexWarmersMetaData.Entry> entries()
public String type()
type インタフェース内 IndexMetaData.Custompublic IndexWarmersMetaData readFrom(StreamInput in) throws IOException
StreamableReaderreadFrom インタフェース内 StreamableReader<IndexMetaData.Custom>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
WriteablewriteTo インタフェース内 Writeable<IndexMetaData.Custom>IOExceptionpublic IndexWarmersMetaData fromMap(Map<String,Object> map) throws IOException
fromMap インタフェース内 IndexMetaData.CustomIOExceptionpublic IndexWarmersMetaData fromXContent(XContentParser parser) throws IOException
fromXContent インタフェース内 IndexMetaData.CustomIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic static void toXContent(IndexWarmersMetaData.Entry entry, XContentBuilder builder, ToXContent.Params params) throws IOException
IOExceptionpublic IndexMetaData.Custom mergeWith(IndexMetaData.Custom other)
IndexMetaData.CustommergeWith インタフェース内 IndexMetaData.CustomCopyright © 2009–2016. All rights reserved.