public class WarmerStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
WarmerStats() |
WarmerStats(long current,
long total,
long totalTimeInMillis) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 ToXContentIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.