Uses of Package
com.continuent.tungsten.replicator.thl.log

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

Classes in com.continuent.tungsten.replicator.thl.log used by com.continuent.tungsten.replicator.thl
LogConnection
          Implements client operations on the log.
 

Classes in com.continuent.tungsten.replicator.thl.log used by com.continuent.tungsten.replicator.thl.log
LogConnection
          Implements client operations on the log.
LogConsistencyException
          Denotes an exception due to a consistency problem in the log.
LogCursor
          Maintains a cursor on a particular log file for reading or writing.
LogEventReadFilter
          Denotes a class that decides whether to accept and deserialize the next replication event in the log.
LogEventReplReader
          This class encapsulates operations to read a log record header and serialized THLEvent for an event.
LogFile
          This class manages I/O on a physical log file.
LogFlushTask
          This class implements a task to issue asynchronous flush calls on active log files.
LogIndexEntry
          Implements a sortable index entry, where entries are sorted by sequence number.
LogRecord
          Encapsulates a log record from the Tungsten disk log.
LogTimeoutException
          Denotes a timeout while waiting for data to appear in a log file.
WriteLock
          This class implements a write locking mechanism by acquiring an exclusive lock on a named operating system file.