org.elasticsearch.index.shard
Class DocsStats
java.lang.Object
org.elasticsearch.index.shard.DocsStats
- All Implemented Interfaces:
- Streamable, ToXContent
public class DocsStats
- extends java.lang.Object
- implements Streamable, ToXContent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocsStats
public DocsStats()
DocsStats
public DocsStats(long count,
long deleted)
add
public void add(DocsStats docsStats)
count
public long count()
getCount
public long getCount()
deleted
public long deleted()
getDeleted
public long getDeleted()
readDocStats
public static DocsStats readDocStats(StreamInput in)
throws java.io.IOException
- Throws:
java.io.IOException
readFrom
public void readFrom(StreamInput in)
throws java.io.IOException
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
writeTo
public void writeTo(StreamOutput out)
throws java.io.IOException
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException
toXContent
public XContentBuilder toXContent(XContentBuilder builder,
ToXContent.Params params)
throws java.io.IOException
- Specified by:
toXContent
in interface ToXContent
- Throws:
java.io.IOException