Streamable, ToXContent, ToXContentFragmentpublic class FlushStats extends java.lang.Object implements Streamable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor | Description |
|---|---|
FlushStats() |
|
FlushStats(long total,
long periodic,
long totalTimeInMillis) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(long total,
long periodic,
long totalTimeInMillis) |
|
void |
add(FlushStats flushStats) |
|
void |
addTotals(FlushStats flushStats) |
|
long |
getPeriodic() |
The number of flushes that were periodically triggered when translog exceeded the flush threshold.
|
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).
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentpublic FlushStats()
public FlushStats(long total,
long periodic,
long totalTimeInMillis)
public void add(long total,
long periodic,
long totalTimeInMillis)
public void add(FlushStats flushStats)
public void addTotals(FlushStats flushStats)
public long getTotal()
public long getPeriodic()
public long getTotalTimeInMillis()
public TimeValue getTotalTime()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOException