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.

Field Summary
static net.derquinse.common.meta.MetaFlag<IndexActiveFlag> INDEX_ACTIVE
          Property.
 
Method Summary
 boolean isIndexActive()
          Returns true if and only if the service is started and the current policy is to keep the index active.
 

Field Detail

INDEX_ACTIVE

static final net.derquinse.common.meta.MetaFlag<IndexActiveFlag> INDEX_ACTIVE
Property.

Method Detail

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.