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

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

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

Methods in com.continuent.tungsten.replicator.thl.log that return LogFile
 LogFile LogCursor.getLogFile()
           
 

Methods in com.continuent.tungsten.replicator.thl.log with parameters of type LogFile
 void LogFlushTask.addLogFile(LogFile logFile)
          Adds a logFile to the list for regular synchronization.
 LogCursor LogCursorManager.createAndGetLogCursor(LogConnection client, LogFile logFile, long lastSeqno)
          Sets the log file and last accessed sequence number for this thread.
 void LogFlushTask.removeLogFile(LogFile logFile)
          Removes a logfile from the list.
 

Constructors in com.continuent.tungsten.replicator.thl.log with parameters of type LogFile
LogCursor(LogFile logFile, long lastSeqno)
          Create a new log connection.