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

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

public class DocsStatus
extends Object


Constructor Summary
DocsStatus()
           
 
Method Summary
 long deletedDocs()
          The number of deleted docs in the index.
 long getDeletedDocs()
          The number of deleted docs in the index.
 long getMaxDoc()
          The max doc.
 long getNumDocs()
          The number of docs.
 long maxDoc()
          The max doc.
 long 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 long numDocs()
The number of docs.


getNumDocs

public long getNumDocs()
The number of docs.


maxDoc

public long maxDoc()
The max doc.


getMaxDoc

public long getMaxDoc()
The max doc.


deletedDocs

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


getDeletedDocs

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



Copyright © 2009-2012. All Rights Reserved.