Streamable, ToXContent, ToXContentFragmentpublic class CompletionStats extends java.lang.Object implements Streamable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor | Description |
|---|---|
CompletionStats() |
|
CompletionStats(long size,
FieldMemoryStats fields) |
| Modifier and Type | Method | 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, waitisFragmentpublic 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
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic void add(CompletionStats completion)