public class StoreStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
StoreStats() |
StoreStats(long sizeInBytes,
long throttleTimeInNanos) |
Modifier and Type | Method and Description |
---|---|
void |
add(StoreStats stats) |
ByteSizeValue |
getSize() |
long |
getSizeInBytes() |
TimeValue |
getThrottleTime() |
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
ByteSizeValue |
size() |
long |
sizeInBytes() |
TimeValue |
throttleTime() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public StoreStats()
public StoreStats(long sizeInBytes, long throttleTimeInNanos)
public void add(StoreStats stats)
public long sizeInBytes()
public long getSizeInBytes()
public ByteSizeValue size()
public ByteSizeValue getSize()
public TimeValue throttleTime()
public TimeValue getThrottleTime()
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException