public class RefreshStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
RefreshStats() |
RefreshStats(long total,
long totalTimeInMillis,
int listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RefreshStats refreshStats) |
void |
addTotals(RefreshStats refreshStats) |
boolean |
equals(java.lang.Object obj) |
int |
getListeners()
The number of waiting refresh listeners.
|
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).
|
int |
hashCode() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFragmentpublic RefreshStats()
public RefreshStats(long total,
long totalTimeInMillis,
int listeners)
public void add(RefreshStats refreshStats)
public void addTotals(RefreshStats refreshStats)
public long getTotal()
public long getTotalTimeInMillis()
public TimeValue getTotalTime()
public int getListeners()
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.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object