|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DbLsn | |
com.sleepycat.db | Java API programming notes [reference guide] |
Uses of DbLsn in com.sleepycat.db |
Fields in com.sleepycat.db declared as DbLsn | |
DbLsn |
DbTxnStat.st_last_ckp
The LSN of the last checkpoint. |
DbLsn |
DbTxnStat.Active.lsn
The current log sequence number when the transaction was begun. |
DbLsn |
DbRepStat.st_next_lsn
In replication environments configured as masters, the next LSN expected. |
DbLsn |
DbRepStat.st_waiting_lsn
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. |
DbLsn |
DbRepStat.st_election_lsn
The maximum LSN of election winner. |
Methods in com.sleepycat.db with parameters of type DbLsn | |
int |
DbRepTransport.send(DbEnv dbenv,
Dbt control,
Dbt rec,
DbLsn lsn,
int flags,
int envid)
The DbRepTransport interface is used by the DbEnv.setReplicationTransport method. |
int |
DbLogc.get(DbLsn lsn,
Dbt data,
int flags)
The DbLogc.get method returns records from the log. |
static int |
DbEnv.log_compare(DbLsn lsn0,
DbLsn lsn1)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.logCompare(DbLsn,DbLsn) |
static int |
DbEnv.log_compare(DbLsn lsn0,
DbLsn lsn1)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.logCompare(DbLsn,DbLsn) |
static int |
DbEnv.logCompare(DbLsn lsn0,
DbLsn lsn1)
The DbEnv.logCompare method allows the caller to compare two DbLsn objects, returning 0 if they are equal, 1 if lsn0 is greater than lsn1, and -1 if lsn0 is less than lsn1. |
static int |
DbEnv.logCompare(DbLsn lsn0,
DbLsn lsn1)
The DbEnv.logCompare method allows the caller to compare two DbLsn objects, returning 0 if they are equal, 1 if lsn0 is greater than lsn1, and -1 if lsn0 is less than lsn1. |
String |
DbEnv.log_file(DbLsn lsn)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.logFile(DbLsn) |
String |
DbEnv.logFile(DbLsn lsn)
The DbEnv.logFile method maps DbLsn objects to filenames, returning the name of the file containing the record named by lsn. |
void |
DbEnv.log_flush(DbLsn lsn)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.logFlush(DbLsn) |
void |
DbEnv.logFlush(DbLsn lsn)
The DbEnv.logFlush method writes log records to disk. |
void |
DbEnv.log_put(DbLsn lsn,
Dbt data,
int flags)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.logPut(DbLsn,Dbt,int) |
void |
DbEnv.logPut(DbLsn lsn,
Dbt data,
int flags)
The DbEnv.logPut method appends records to the log. |
int |
DbEnv.rep_process_message(Dbt control,
Dbt rec,
DbEnv.RepProcessMessage envid,
DbLsn ret_lsn)
Deprecated. As of Berkeley DB 4.2, replaced by DbEnv.replicationProcessMessage(Dbt,Dbt,DbEnv.RepProcessMessage,DbLsn) |
int |
DbEnv.replicationProcessMessage(Dbt control,
Dbt rec,
DbEnv.RepProcessMessage envid,
DbLsn ret_lsn)
The DbEnv.replicationProcessMessage method processes an incoming replication message sent by a member of the replication group to the local database environment. |
int |
DbAppDispatch.appDispatch(DbEnv dbenv,
Dbt log_rec,
DbLsn lsn,
int op)
The DbAppDispatch interface is used by the DbEnv.setAppDispatch method. |
|
Berkeley DB version 4.2.52 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |