public class CompletionStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
CompletionStats() |
CompletionStats(long size,
com.carrotsearch.hppc.ObjectLongHashMap<String> fields) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CompletionStats completion) |
com.carrotsearch.hppc.ObjectLongHashMap<String> |
getFields() |
ByteSizeValue |
getSize() |
long |
getSizeInBytes() |
static CompletionStats |
readCompletionStats(StreamInput in) |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public long getSizeInBytes()
public ByteSizeValue getSize()
public com.carrotsearch.hppc.ObjectLongHashMap<String> getFields()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionpublic static CompletionStats readCompletionStats(StreamInput in) throws IOException
IOExceptionpublic void add(CompletionStats completion)
Copyright © 2009–2017. All rights reserved.