net.conquiris.api.index
Interface IndexActiveFlag
- All Known Subinterfaces:
- LocalIndexerService
- All Known Implementing Classes:
- IndexReport
public interface IndexActiveFlag
Interface for the index active flag. An index is active if and only if the service is started and
the current policy is to keep the index active.
- Author:
- Andres Rodriguez.
|
Method Summary |
boolean |
isIndexActive()
Returns true if and only if the service is started and the current policy is to keep the index
active. |
INDEX_ACTIVE
static final net.derquinse.common.meta.MetaFlag<IndexActiveFlag> INDEX_ACTIVE
- Property.
isIndexActive
boolean isIndexActive()
- Returns true if and only if the service is started and the current policy is to keep the index
active.
Copyright © 2012 Derquinse Projects.. All Rights Reserved.