public class RefreshStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
RefreshStats() |
RefreshStats(long total,
long totalTimeInMillis) |
| Modifier and Type | Method and Description |
|---|---|
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 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.