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

Packages that use IndexInfo
net.conquiris.api.index   
 

Uses of IndexInfo in net.conquiris.api.index
 

Methods in net.conquiris.api.index that return IndexInfo
 IndexInfo IndexInfo.asBasic()
          Returns a basic version without user properties.
static IndexInfo IndexInfo.empty()
          Returns the empty object.
static IndexInfo IndexInfo.fromMap(Map<String,String> data)
          Creates a new index info object from a string map.
 IndexInfo LocalIndexerService.getIndexInfo()
          Returns the last known index information.
static IndexInfo IndexInfo.of(String checkpoint, String targetCheckpoint, long timestamp, long sequence, Map<String,String> properties)
          Creates a new index info object.
 

Methods in net.conquiris.api.index that return types with arguments of type IndexInfo
 com.google.common.base.Optional<IndexInfo> IndexReport.getInfo()
          Return the index info.
 

Methods in net.conquiris.api.index with parameters of type IndexInfo
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.
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.