Uses of Class
com.continuent.tungsten.common.patterns.order.HighWaterResource

Packages that use HighWaterResource
com.continuent.tungsten.common.cluster.resource   
com.continuent.tungsten.common.cluster.resource.physical   
com.continuent.tungsten.common.patterns.order   
 

Uses of HighWaterResource in com.continuent.tungsten.common.cluster.resource
 

Methods in com.continuent.tungsten.common.cluster.resource that return HighWaterResource
 HighWaterResource DataSource.getHighWater()
           
 

Methods in com.continuent.tungsten.common.cluster.resource with parameters of type HighWaterResource
 void DataSource.setHighWater(HighWaterResource highWater)
           
 

Uses of HighWaterResource in com.continuent.tungsten.common.cluster.resource.physical
 

Methods in com.continuent.tungsten.common.cluster.resource.physical that return HighWaterResource
 HighWaterResource DataSource.getHighWater()
           
 

Methods in com.continuent.tungsten.common.cluster.resource.physical with parameters of type HighWaterResource
 void DataSource.setHighWater(HighWaterResource highWater)
           
 

Uses of HighWaterResource in com.continuent.tungsten.common.patterns.order
 

Methods in com.continuent.tungsten.common.patterns.order that return HighWaterResource
static HighWaterResource HighWaterResourceFactory.getHighWater(DataSource ds, java.sql.Connection conn)
           
 

Methods in com.continuent.tungsten.common.patterns.order with parameters of type HighWaterResource
 int HighWaterResource.compareTo(HighWaterResource o)
          Compare ourselves to what is passed in.
Two uninitialized HW will be equal
An uninitialized HW is always older than an initialized one Epochs comparison is made first, then the offset.