public class FlushStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
FlushStats() |
FlushStats(long total,
long totalTimeInMillis) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(FlushStats flushStats) |
void |
add(long total,
long totalTimeInMillis) |
void |
addTotals(FlushStats flushStats) |
long |
getTotal()
The total number of flush executed.
|
TimeValue |
getTotalTime()
The total time merges have been executed.
|
long |
getTotalTimeInMillis()
The total time merges have been executed (in milliseconds).
|
static FlushStats |
readFlushStats(StreamInput in) |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public FlushStats()
public FlushStats(long total,
long totalTimeInMillis)
public void add(long total,
long totalTimeInMillis)
public void add(FlushStats flushStats)
public void addTotals(FlushStats flushStats)
public long getTotal()
public long getTotalTimeInMillis()
public TimeValue getTotalTime()
public static FlushStats readFlushStats(StreamInput in) throws IOException
IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.