public class FieldDataStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
FieldDataStats() |
FieldDataStats(long memorySize,
long evictions,
com.carrotsearch.hppc.ObjectLongHashMap<String> fields) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(FieldDataStats stats) |
long |
getEvictions() |
com.carrotsearch.hppc.ObjectLongHashMap<String> |
getFields() |
ByteSizeValue |
getMemorySize() |
long |
getMemorySizeInBytes() |
static FieldDataStats |
readFieldDataStats(StreamInput in) |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public void add(FieldDataStats stats)
public long getMemorySizeInBytes()
public ByteSizeValue getMemorySize()
public long getEvictions()
public static FieldDataStats readFieldDataStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.