public class TranslogStats extends ToXContentToBytes implements Streamable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
TranslogStats() |
TranslogStats(int numberOfOperations,
long translogSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TranslogStats translogStats) |
long |
estimatedNumberOfOperations() |
long |
getTranslogSizeInBytes() |
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.
|
buildAsBytes, buildAsBytes, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisFragmentpublic 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 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.IOException