Uses of Class
com.continuent.tungsten.replicator.thl.log.LogConsistencyException

Packages that use LogConsistencyException
com.continuent.tungsten.replicator.thl.log   
 

Uses of LogConsistencyException in com.continuent.tungsten.replicator.thl.log
 

Methods in com.continuent.tungsten.replicator.thl.log that throw LogConsistencyException
 void DiskLog.validate()
          Validates the log to ensure there are no inconsistencies.
 void LogIndex.validate(java.io.File logDir)
          Validates the index by ensuring that each file exists and that the log entries have matching start and end dates.
 void LogRecord.verifyChecksum()
          Verifies the CRC value.