|
DbEnv.log_compare
|
|
import com.sleepycat.db.*;
public static int log_compare(DbLsn lsn0, DbLsn lsn1);
Description
The DbEnv.log_compare 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.
Class
DbEnv, DbLogc, DbLsn
See Also
Logging Subsystem and Related Methods
Copyright Sleepycat Software
|