Class LogRecord

java.lang.Object
org.apache.derby.impl.store.raw.log.LogRecord
All Implemented Interfaces:
Externalizable, Serializable, Formatable, TypedFormat

public class LogRecord extends Object implements Formatable
The log record written out to disk. This log record includes:

The is a holder object that may be setup using the setValue() and re-used rather than creating a new object for each actual log record.

        The format of a log record is
See Also: