public class FlushStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
FlushStats() |
FlushStats(long total,
long totalTimeInMillis) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface ToXContentIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2017. All rights reserved.