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

Packages that use Delays
net.conquiris.api.index   
 

Uses of Delays in net.conquiris.api.index
 

Methods in net.conquiris.api.index that return Delays
static Delays Delays.constant(long delay)
          Returns a constant delay specification.
 Delays LocalIndexerService.getDelays()
          Returns the current delay specification.
static Delays Delays.of(long normal, long idle, long error)
          Returns a delay specification.
 Delays Delays.setError(long error)
          Returns a delay specification equal to this one but with the provided error delay.
 Delays Delays.setIdle(long idle)
          Returns a delay specification equal to this one but with the provided idle delay.
 Delays Delays.setNormal(long normal)
          Returns a delay specification equal to this one but with the provided normal delay.
 

Methods in net.conquiris.api.index that return types with arguments of type Delays
 com.google.common.base.Optional<Delays> IndexReport.getDelays()
          Returns the index delay configuration.
 

Methods in net.conquiris.api.index with parameters of type Delays
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.
 void IndexerService.setDelays(Delays delays)
          Set the delay specification.
 



Copyright © 2012 Derquinse Projects.. All Rights Reserved.