Uses of Class
org.objectweb.howl.log.LogRecordSizeException

Packages that use LogRecordSizeException
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction Managers.
  • Uses of LogRecordSizeException in org.objectweb.howl.log

    Modifier and Type
    Method
    Description
    (package private) long
    BlockLogBuffer.put(short type, byte[][] data, boolean sync)
    puts a data record into the buffer and returns a token for record.
    (package private) abstract long
    LogBuffer.put(short type, byte[][] data, boolean sync)
    puts a data record into the buffer and returns a token for record.
    (package private) long
    LogBufferManager.put(short type, byte[][] data, boolean sync)
    writes data byte[][] to log and returns a log key.
    long
    Logger.put(byte[][] data, boolean sync)
    add a USER record consisting of byte[][] to log.
    long
    Logger.put(byte[] data, boolean sync)
    add a USER record consisting of byte[] to the log.
    protected long
    Logger.put(short type, byte[][] data, boolean sync)
    Sub-classes call this method to write log records with a specific record type.
  • Uses of LogRecordSizeException in org.objectweb.howl.log.xa

    Modifier and Type
    Method
    Description
    long
    XALogger.put(byte[][] data, boolean sync)
    add a USER record consisting of byte[][] to the log.
    long
    XALogger.put(byte[] data, boolean sync)
    add a USER record consisting of byte[] to the log.
    XALogger.putCommit(byte[][] record)
    Write a begin COMMIT record to the log.
    long
    XALogger.putDone(byte[][] record, XACommittingTx tx)
    Write a DONE record to the log.