Uses of Class
com.continuent.tungsten.common.config.Interval

Packages that use Interval
com.continuent.tungsten.common.commands   
com.continuent.tungsten.common.config   
com.continuent.tungsten.replicator.pipeline   
 

Uses of Interval in com.continuent.tungsten.common.commands
 

Methods in com.continuent.tungsten.common.commands with parameters of type Interval
static java.io.File[] FileCommands.filesOverModDate(java.io.File[] files, Interval retention)
          Returns members of a file array whose last modification dates are older than a specific retention period.
 

Uses of Interval in com.continuent.tungsten.common.config
 

Methods in com.continuent.tungsten.common.config that return Interval
 Interval TungstenProperties.getInterval(java.lang.String key)
          Returns an interval value.
 Interval TungstenProperties.getInterval(java.lang.String key, java.lang.String defaultValue, boolean required)
          Returns an interval or the default value.
 

Methods in com.continuent.tungsten.common.config with parameters of type Interval
 void TungstenProperties.setInterval(java.lang.String key, Interval value)
          Stores a time interval provided as an object by converting to an interval instance.
 

Uses of Interval in com.continuent.tungsten.replicator.pipeline
 

Methods in com.continuent.tungsten.replicator.pipeline that return Interval
 Interval Stage.getBlockCommitInterval()
          Return the minimum time interval to wait before committing when using block commit.
 

Methods in com.continuent.tungsten.replicator.pipeline with parameters of type Interval
 void Stage.setBlockCommitInterval(Interval blockCommitInterval)