Uses of Class
net.conquiris.api.index.IndexStatus

Packages that use IndexStatus
net.conquiris.api.index   
 

Uses of IndexStatus in net.conquiris.api.index
 

Fields in net.conquiris.api.index with type parameters of type IndexStatus
static net.derquinse.common.meta.MetaProperty<IndexStatusProperty,IndexStatus> IndexStatusProperty.INDEX_STATUS
          Property.
 

Methods in net.conquiris.api.index that return IndexStatus
 IndexStatus LocalIndexerService.getIndexStatus()
          Returns the last known index status.
 IndexStatus IndexStatusProperty.getIndexStatus()
          Returns the last known index status.
 IndexStatus IndexReport.getIndexStatus()
           
 IndexStatus IndexException.getStatus()
          Returns the suggested status.
static IndexStatus IndexStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexStatus[] IndexStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.conquiris.api.index with parameters of type IndexStatus
static IndexReport IndexReport.basic(boolean started, boolean active, IndexStatus status)
          Creates a new basic report.
static IndexReport IndexReport.detailed(boolean started, boolean active, IndexStatus status, Delays delays, IndexInfo info)
          Creates a new detailed report.
static IndexReport IndexReport.normal(boolean started, boolean active, IndexStatus status, Delays delays, IndexInfo info)
          Creates a new normal report.
 

Constructors in net.conquiris.api.index with parameters of type IndexStatus
IndexException(IndexStatus status)
           
IndexException(IndexStatus status, String message)
           
IndexException(IndexStatus status, String message, Throwable cause)
           
IndexException(IndexStatus status, Throwable cause)
           
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.