public class WarmerStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
WarmerStats() |
WarmerStats(long current,
long total,
long totalTimeInMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long current,
long total,
long totalTimeInMillis) |
void |
add(WarmerStats warmerStats) |
long |
current() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
long |
total()
The total number of warmer executed.
|
TimeValue |
totalTime()
The total time warmer have been executed.
|
long |
totalTimeInMillis()
The total time warmer have been executed (in milliseconds).
|
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 WarmerStats()
public WarmerStats(long current,
long total,
long totalTimeInMillis)
public void add(long current,
long total,
long totalTimeInMillis)
public void add(WarmerStats warmerStats)
public long current()
public long total()
public long totalTimeInMillis()
public TimeValue totalTime()
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