Uses of Class
net.sf.lucis.core.IndexStatus

Packages that use IndexStatus
net.sf.lucis.core   
net.sf.lucis.core.impl   
 

Uses of IndexStatus in net.sf.lucis.core
 

Methods in net.sf.lucis.core that return IndexStatus
 IndexStatus IndexerService.getIndexStatus()
           
 IndexStatus IndexException.getStatus()
           
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.
<T> IndexStatus
Writer.write(Store<T> store, Batch<T> batch)
          Applies a batch of operations.
 

Constructors in net.sf.lucis.core with parameters of type IndexStatus
IndexException(IndexStatus status)
           
IndexException(IndexStatus status, String message, Throwable cause)
           
IndexException(IndexStatus status, Throwable cause)
           
 

Uses of IndexStatus in net.sf.lucis.core.impl
 

Methods in net.sf.lucis.core.impl that return IndexStatus
 IndexStatus AbstractIndexService.getIndexStatus()
           
abstract  IndexStatus MayFail.getStatus()
           
<T> IndexStatus
DefaultWriter.write(Store<T> store, Batch<T> batch)
           
 



Copyright © 2013. All Rights Reserved.