A C D F G H I L M N O P R S T U

L

LogReceiver - class org.apache.derby.impl.services.net.receiver.LogReceiver.
The LogReceiver is a simple process receiving log records and storing these on disk at regular intervals.
LogShipper - class org.apache.derby.impl.services.net.shipper.LogShipper.
The log shipper is a class that is responsible for shipping the shared log between the primary database and the backup.
LogicalAbortOperation - class org.apache.derby.impl.store.logical.operations.LogicalAbortOperation.
A Logical Abort Operation, contains no undo or redo image
LogicalAbortOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalAbortOperation
 
LogicalCatchUp - class org.apache.derby.impl.services.net.shipper.LogicalCatchUp.
LogicalCatchUp is a service created to provide catchup to newly discovered HotStandby databases.
LogicalCatchUp(int) - Constructor for class org.apache.derby.impl.services.net.shipper.LogicalCatchUp
Create and start a new LogicalCatchUp service
LogicalClient - class org.apache.derby.impl.drda.net.LogicalClient.
LogicalClient is a network client capable of delivering NetworkPayloads to a LogicalServer on another database.
LogicalClient - class org.apache.derby.impl.services.net.LogicalClient.
LogicalClient is a network client capable of delivering NetworkPayloads to a LogicalServer on another database.
LogicalCommitOperation - class org.apache.derby.impl.store.logical.operations.LogicalCommitOperation.
A Logical Commit Operation, contains no undo or redo image
LogicalCommitOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalCommitOperation
 
LogicalDeleteOperation - class org.apache.derby.impl.store.logical.operations.LogicalDeleteOperation.
A Logical Delete Operation, contains undo image only
LogicalDeleteOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalDeleteOperation
 
LogicalImage - interface org.apache.derby.iapi.store.logical.log.LogicalImage.
Interface for a class to hold a logical before- or afterimage of a record/tuple
LogicalImage - class org.apache.derby.impl.store.logical.operations.LogicalImage.
An implementation of a logical image.
LogicalImage(ColumnDescriptor[], DataValueDescriptor[], int, DataValueDescriptor, int) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalImage
Constructor that creates a logicalimage from the internal types columndescriptor and datavaluedescriptor so that they can be serialized and sent through a outputstream
LogicalInsertOperation - class org.apache.derby.impl.store.logical.operations.LogicalInsertOperation.
A Logical Insert Operation, contains redo image only
LogicalInsertOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalInsertOperation
 
LogicalLog - class org.apache.derby.impl.store.logical.log.LogicalLog.
A class implementing a classical linked list of log elements.
LogicalLog() - Constructor for class org.apache.derby.impl.store.logical.log.LogicalLog
Standard constructor, creates an empty LogicalLog with no elements.
LogicalLog(LogicalLogRecord) - Constructor for class org.apache.derby.impl.store.logical.log.LogicalLog
Constructor with a logical log record as a parameter.
LogicalLogRecord - class org.apache.derby.impl.store.logical.log.LogicalLogRecord.
The implementation of a Logical Log Record
LogicalLogRecord(int, int, int, LogicalLoggable) - Constructor for class org.apache.derby.impl.store.logical.log.LogicalLogRecord
Constructor for creating a logical log record
LogicalLoggable - interface org.apache.derby.iapi.store.logical.log.LogicalLoggable.
Interface for a logical loggable operation
LogicalLogger - class org.apache.derby.impl.store.logical.log.LogicalLogger.
The logical logger is created as a singleton with three differene log services: log, logAndCommit and logAndAbort
LogicalOperation - class org.apache.derby.impl.store.logical.operations.LogicalOperation.
A class representing the logical operation done in a logical log record
LogicalOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalOperation
Constructor to create a logical operation
LogicalOperationFactory - class org.apache.derby.impl.store.logical.operations.LogicalOperationFactory.
The LoicalOperationFactory is used to create LogicalOperations according to their type (UPDATE, INSERT, DELETE, COMMIT or ABORT)
LogicalServer - class org.apache.derby.impl.drda.net.LogicalServer.
The Logical Server provides, along with the LogicalClient, an easy-to-use request-response protocol.
LogicalServer - class org.apache.derby.impl.services.net.LogicalServer.
The Logical Server provides, along with the LogicalClient, an easy-to-use request-response protocol.
LogicalTransaction - class org.apache.derby.impl.store.logical.LogicalTransaction.
Used by the Hot Standby Controller to create logical transactions
LogicalTransaction(int) - Constructor for class org.apache.derby.impl.store.logical.LogicalTransaction
 
LogicalUpdateOperation - class org.apache.derby.impl.store.logical.operations.LogicalUpdateOperation.
A Logical Undo Operation, contains both redo and undo images
LogicalUpdateOperation(LogicalImage, LogicalImage, DataValueDescriptor, DataValueDescriptor, String) - Constructor for class org.apache.derby.impl.store.logical.operations.LogicalUpdateOperation
 
log(DataValueDescriptor[], DataValueDescriptor[], DataValueDescriptor, DataValueDescriptor, String, ColumnDescriptor[], int, int, int) - Method in class org.apache.derby.impl.store.logical.log.LogicalLogger
Main log method, creates a logical log record and adds it to the logical log
logAndAbort(int) - Method in class org.apache.derby.impl.store.logical.log.LogicalLogger
Writes an abort log record.
logAndCommit(int) - Method in class org.apache.derby.impl.store.logical.log.LogicalLogger
Writes a commit log record.

A C D F G H I L M N O P R S T U