public class StoreStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
StoreStats() |
StoreStats(long sizeInBytes,
long throttleTimeInNanos) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.