public class DocsStats extends java.lang.Object implements Streamable, ToXContentFragment
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
DocsStats() |
DocsStats(long count,
long deleted,
long totalSizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DocsStats other) |
long |
getAverageSizeInBytes()
Returns the average size in bytes of all documents in this stats.
|
long |
getCount() |
long |
getDeleted() |
long |
getTotalSizeInBytes()
Returns the total size in bytes of all documents in this stats.
|
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 DocsStats()
public DocsStats(long count,
long deleted,
long totalSizeInBytes)
public void add(DocsStats other)
public long getCount()
public long getDeleted()
public long getTotalSizeInBytes()
StoreStats.getSizeInBytes() in estimating the index size.public long getAverageSizeInBytes()
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.IOException