public class TranslogStats extends ToXContentToBytes implements Streamable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
TranslogStats() |
TranslogStats(int numberOfOperations,
long translogSizeInBytes) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
add(TranslogStats translogStats) |
long |
estimatedNumberOfOperations() |
long |
getTranslogSizeInBytes() |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
buildAsBytes, buildAsBytes, toStringpublic TranslogStats()
public TranslogStats(int numberOfOperations,
long translogSizeInBytes)
public void add(TranslogStats translogStats)
public long getTranslogSizeInBytes()
public long estimatedNumberOfOperations()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.