public class FlushStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_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).
|
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, wait
isFragment
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 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException