|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.services.net.receiver.LogReceiver
The LogReceiver is a simple process receiving log records and storing these on disk at regular intervals.
Method Summary | |
static LogReceiver |
getInstance()
|
LogicalLog |
getLog()
Get the active log from the LogReceiver |
int |
getNextLsn()
Get the next lsn from the active log |
void |
receive(LogicalLog newLog)
Receive an incoming log and hand it to HotStandbyController |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LogReceiver getInstance()
public void receive(LogicalLog newLog)
newLog
- The received logpublic LogicalLog getLog()
public int getNextLsn()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |