Uses of Class
org.apache.derby.impl.store.logical.log.LogicalLog

Packages that use LogicalLog
org.apache.derby.impl.services.hotstandby   
org.apache.derby.impl.services.net.receiver   
org.apache.derby.impl.services.net.shipper   
org.apache.derby.impl.store.logical.log   
 

Uses of LogicalLog in org.apache.derby.impl.services.hotstandby
 

Methods in org.apache.derby.impl.services.hotstandby with parameters of type LogicalLog
 void HotStandbyController.handleIncomingLogs(LogicalLog log)
          Handle incoming logs from the LogReceiver.
 

Uses of LogicalLog in org.apache.derby.impl.services.net.receiver
 

Methods in org.apache.derby.impl.services.net.receiver that return LogicalLog
 LogicalLog LogReceiver.getLog()
          Get the active log from the LogReceiver
 

Methods in org.apache.derby.impl.services.net.receiver with parameters of type LogicalLog
 void LogReceiver.receive(LogicalLog newLog)
          Receive an incoming log and hand it to HotStandbyController
 

Uses of LogicalLog in org.apache.derby.impl.services.net.shipper
 

Methods in org.apache.derby.impl.services.net.shipper with parameters of type LogicalLog
static LogShipper LogShipper.getInstance(LogicalLog logBuffer)
          Get the instance of the LogShipper, ther should not exist any more than one shipper at one time.
 

Uses of LogicalLog in org.apache.derby.impl.store.logical.log
 

Methods in org.apache.derby.impl.store.logical.log that return LogicalLog
 LogicalLog LogicalLog.flush()
          flush() is a method added to remove race conditions between the add() method and the need to empty the Logical Log after it has been sent using the LogShipper.
 LogicalLog LogicalLog.split(int lsn)
          Split the log around a chosen lsn.
static LogicalLog LogicalLog.readFromDisk()
          Read the log from disk.