org.elasticsearch.action.admin.indices.status
Class DocsStatus

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.status.DocsStatus

public class DocsStatus
extends java.lang.Object


Constructor Summary
DocsStatus()
           
 
Method Summary
 int deletedDocs()
          The number of deleted docs in the index.
 int getDeletedDocs()
          The number of deleted docs in the index.
 int getMaxDoc()
          The max doc.
 int getNumDocs()
          The number of docs.
 int maxDoc()
          The max doc.
 int numDocs()
          The number of docs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocsStatus

public DocsStatus()
Method Detail

numDocs

public int numDocs()
The number of docs.


getNumDocs

public int getNumDocs()
The number of docs.


maxDoc

public int maxDoc()
The max doc.


getMaxDoc

public int getMaxDoc()
The max doc.


deletedDocs

public int deletedDocs()
The number of deleted docs in the index.


getDeletedDocs

public int getDeletedDocs()
The number of deleted docs in the index.