public class WarmerStats extends 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) |
static WarmerStats |
readWarmerStats(StreamInput in) |
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) |
public 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 static WarmerStats readWarmerStats(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.