org.sakaiproject.search.api
Interface SearchStatus


public interface SearchStatus

A search status object

Author:
ieb

Method Summary
 String getCurrentWorker()
          the current operational worker performing an index, none if there is none actively indexing
 String getCurrentWorkerETC()
          The latest expected time of completion of the current worker
 String getLastLoad()
          Last time the index was loaded
 String getLoadTime()
          How long it tool to load the index
 String getNDocuments()
          the number of documents in the index, including those marked as deleted
 String getPDocuments()
          get the number of documents pending to be indexed, including master items.
 List getWorkerNodes()
          A list of all worker nodes in the cluster
 

Method Detail

getLastLoad

String getLastLoad()
Last time the index was loaded

Returns:

getLoadTime

String getLoadTime()
How long it tool to load the index

Returns:

getCurrentWorker

String getCurrentWorker()
the current operational worker performing an index, none if there is none actively indexing

Returns:

getCurrentWorkerETC

String getCurrentWorkerETC()
The latest expected time of completion of the current worker

Returns:

getWorkerNodes

List getWorkerNodes()
A list of all worker nodes in the cluster

Returns:

getNDocuments

String getNDocuments()
the number of documents in the index, including those marked as deleted

Returns:

getPDocuments

String getPDocuments()
get the number of documents pending to be indexed, including master items.

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.