public class DocsStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
DocsStats() |
DocsStats(long count,
long deleted) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DocsStats docsStats) |
long |
getCount() |
long |
getDeleted() |
static DocsStats |
readDocStats(StreamInput in) |
void |
readFrom(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public DocsStats()
public DocsStats(long count,
long deleted)
public void add(DocsStats docsStats)
public long getCount()
public long getDeleted()
public static DocsStats readDocStats(StreamInput in) throws IOException
IOExceptionpublic 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 ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.