public class StoreStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_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) |
static StoreStats |
readStoreStats(StreamInput in) |
ByteSizeValue |
size() |
long |
sizeInBytes() |
TimeValue |
throttleTime() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
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 static StoreStats readStoreStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.