From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/db/class-use/LogSequenceNumber.html | 713 ++++++++++----------- 1 file changed, 324 insertions(+), 389 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html') diff --git a/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html b/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html index fffa26ba..91adde25 100644 --- a/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html +++ b/docs/java/com/sleepycat/db/class-use/LogSequenceNumber.html @@ -1,405 +1,340 @@ - - - - - -Uses of Class com.sleepycat.db.LogSequenceNumber (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.LogSequenceNumber

-
- - - - - - - - - -
-Packages that use LogSequenceNumber
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of LogSequenceNumber in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.sleepycat.db that return LogSequenceNumber
- LogSequenceNumberReplicationStats.getElectionLsn() - -
-          The maximum LSN of the winner of the current or last election.
- LogSequenceNumberLogVerifyConfig.getEndLsn() - -
-          Return the ending lsn to verify.
- LogSequenceNumberTransactionStats.getLastCkp() - -
-          The LSN of the last checkpoint.
- LogSequenceNumberTransactionStats.Active.getLsn() - -
-          The log sequence number of the transaction's first log record.
- LogSequenceNumberReplicationStatus.getLSN() - -
-          Whenever processing a messages results in the processing of messages +
+

Uses of Class
com.sleepycat.db.LogSequenceNumber

+
+
+
+
LogSequenceNumberReplicationStats.getMaxPermLsn() +
The LSN of the maximum permanent log record, or 0 if there are no permanent log records.
+
LogSequenceNumberReplicationStats.getNextLsn() +
In replication environments configured as masters, the next LSN to be used.
+
LogSequenceNumberTransactionStats.Active.getReadLsn() +
The log sequence number of reads for snapshot transactions.
+
LogSequenceNumberLogVerifyConfig.getStartLsn() +
Return the starting lsn to verify.
+
LogSequenceNumberReplicationStats.getWaitingLsn() +
The LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing.
+
LogSequenceNumberEnvironment.logPut(DatabaseEntry data, + boolean flush) +
Append a record to the log.
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.sleepycat.db with parameters of type LogSequenceNumber 
Modifier and TypeMethod and Description
static intLogSequenceNumber.compare(LogSequenceNumber lsn1, + LogSequenceNumber lsn2) +
Compare two LogSequenceNumber objects.
+
OperationStatusLogCursor.getCurrent(LogSequenceNumber lsn, + DatabaseEntry data) +
Return the LogSequenceNumber and log record to which the log cursor + currently refers.
+
OperationStatusLogCursor.getFirst(LogSequenceNumber lsn, + DatabaseEntry data) +
Return the first LogSequenceNumber and log record.
+
OperationStatusLogCursor.getLast(LogSequenceNumber lsn, + DatabaseEntry data) +
Return the last LogSequenceNumber and log record.
+
java.lang.StringEnvironment.getLogFileName(LogSequenceNumber lsn) +
Return the name of the log file that contains the log record + specified by a LogSequenceNumber object.
+
OperationStatusLogCursor.getNext(LogSequenceNumber lsn, + DatabaseEntry data) +
Return the next LogSequenceNumber and log record.
+
OperationStatusLogCursor.getPrev(LogSequenceNumber lsn, + DatabaseEntry data) +
Return the previous LogSequenceNumber and log record.
+
intLogRecordHandler.handleLogRecord(Environment environment, + DatabaseEntry logRecord, + LogSequenceNumber lsn, + RecoveryOperation operation) +
A function to process application-specific log records.
+
voidEnvironment.logFlush(LogSequenceNumber lsn) +
Flush log records to stable storage.
+
intReplicationTransport.send(Environment environment, + DatabaseEntry control, + DatabaseEntry rec, + LogSequenceNumber lsn, + int envid, + boolean noBuffer, + boolean permanent, + boolean anywhere, + boolean isRetry) +
The callback used when Berkeley DB needs to transmit a replication message.
+
OperationStatusLogCursor.set(LogSequenceNumber lsn, + DatabaseEntry data) +
Return a specific log record.
+
voidLogVerifyConfig.setEndLsn(LogSequenceNumber endlsn) +
Set the ending lsn to verify.
+
voidLogVerifyConfig.setStartLsn(LogSequenceNumber stLsn) +
Set the starting lsn to verify.
+
voidEnvironment.syncCache(LogSequenceNumber logSequenceNumber) +
Ensure that all modified pages in the cache are flushed to their backing files.
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1