net.conquiris.api.index
Interface LocalIndexerService

All Superinterfaces:
IndexActiveFlag, IndexerService, IndexStartedFlag, IndexStatusProperty

public interface LocalIndexerService
extends IndexerService, IndexStatusProperty, IndexStartedFlag, IndexActiveFlag

Local interface for an indexer service.

Author:
Andres Rodriguez.

Field Summary
 
Fields inherited from interface net.conquiris.api.index.IndexStatusProperty
INDEX_STATUS
 
Fields inherited from interface net.conquiris.api.index.IndexStartedFlag
INDEX_STARTED
 
Fields inherited from interface net.conquiris.api.index.IndexActiveFlag
INDEX_ACTIVE
 
Method Summary
 Delays getDelays()
          Returns the current delay specification.
 IndexInfo getIndexInfo()
          Returns the last known index information.
 IndexStatus getIndexStatus()
          Returns the last known index status.
 
Methods inherited from interface net.conquiris.api.index.IndexerService
getIndexReport, reindex, setCheckpoint, setDelays, start, stop
 
Methods inherited from interface net.conquiris.api.index.IndexStartedFlag
isIndexStarted
 
Methods inherited from interface net.conquiris.api.index.IndexActiveFlag
isIndexActive
 

Method Detail

getIndexInfo

IndexInfo getIndexInfo()
Returns the last known index information.


getIndexStatus

IndexStatus getIndexStatus()
Returns the last known index status.

Specified by:
getIndexStatus in interface IndexStatusProperty

getDelays

Delays getDelays()
Returns the current delay specification.



Copyright © 2012 Derquinse Projects.. All Rights Reserved.