public class RefreshStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
RefreshStats() |
RefreshStats(long total,
long totalTimeInMillis) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(long total,
long totalTimeInMillis) |
void |
add(RefreshStats refreshStats) |
void |
addTotals(RefreshStats refreshStats) |
long |
getTotal()
The total number of refresh 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) |
static RefreshStats |
readRefreshStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public RefreshStats()
public RefreshStats(long total,
long totalTimeInMillis)
public void add(long total,
long totalTimeInMillis)
public void add(RefreshStats refreshStats)
public void addTotals(RefreshStats refreshStats)
public long getTotal()
public long getTotalTimeInMillis()
public TimeValue getTotalTime()
public static RefreshStats readRefreshStats(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.