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

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

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

Methods in com.continuent.tungsten.replicator.thl.log that return LogRecord
 LogRecord LogEventReplReader.getLogRecord()
           
 LogRecord LogFile.readRecord(int waitMillis)
          Reads a record from the file into a byte array.
 LogRecord LogEventReplWriter.write()
          Write and return the log record.
 LogRecord LogEventRotateWriter.write()
          Write and return the log record.
 

Methods in com.continuent.tungsten.replicator.thl.log with parameters of type LogRecord
 boolean LogFile.writeRecord(LogRecord record, int logFileSize)
          Writes a buffer to the log file and returns true if we have exceeded the log file size.
 

Constructors in com.continuent.tungsten.replicator.thl.log with parameters of type LogRecord
LogEventReplReader(LogRecord logRecord, Serializer serializer, boolean checkCRC)
          Instantiate the reader and load header information.
LogEventRotateReader(LogRecord logRecord, boolean checkCRC)
          Instantiate the reader and load header information.