public class CompletionStats extends java.lang.Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
EMPTY_PARAMS
Constructor and Description |
---|
CompletionStats() |
CompletionStats(long size,
FieldMemoryStats fields) |
Modifier and Type | Method and Description |
---|---|
void |
add(CompletionStats completion) |
FieldMemoryStats |
getFields() |
ByteSizeValue |
getSize() |
long |
getSizeInBytes() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
public CompletionStats()
public CompletionStats(long size, @Nullable FieldMemoryStats fields)
public long getSizeInBytes()
public ByteSizeValue getSize()
public FieldMemoryStats getFields()
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
public void add(CompletionStats completion)