Uses of Class
org.objectweb.howl.log.LogRecordSizeException
-
Packages that use LogRecordSizeException Package Description org.objectweb.howl.log Core functionality for any log file implementation.org.objectweb.howl.log.xa Provides public logger classes customized for use with XA Transaction Managers. -
-
Uses of LogRecordSizeException in org.objectweb.howl.log
Methods in org.objectweb.howl.log that throw LogRecordSizeException Modifier and Type Method Description (package private) longBlockLogBuffer. put(short type, byte[][] data, boolean sync)puts a data record into the buffer and returns a token for record.(package private) abstract longLogBuffer. put(short type, byte[][] data, boolean sync)puts a data record into the buffer and returns a token for record.(package private) longLogBufferManager. put(short type, byte[][] data, boolean sync)writes data byte[][] to log and returns a log key.longLogger. put(byte[][] data, boolean sync)add a USER record consisting of byte[][] to log.longLogger. put(byte[] data, boolean sync)add a USER record consisting of byte[] to the log.protected longLogger. 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
Methods in org.objectweb.howl.log.xa that throw LogRecordSizeException Modifier and Type Method Description longXALogger. put(byte[][] data, boolean sync)add a USER record consisting of byte[][] to the log.longXALogger. put(byte[] data, boolean sync)add a USER record consisting of byte[] to the log.XACommittingTxXALogger. putCommit(byte[][] record)Write a begin COMMIT record to the log.longXALogger. putDone(byte[][] record, XACommittingTx tx)Write a DONE record to the log.
-