| Package | Description | 
|---|---|
| com.sleepycat.je | Foundation for creating environments, databases and transactions; provides
cursor based data access. | 
| com.sleepycat.je.rep | 
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments. | 
| com.sleepycat.je.rep.arbiter | Provides a mechanism to allow write availability for the Replication
group even when the number of replication nodes is less than majority. | 
| com.sleepycat.je.util | Supporting utilities. | 
| Constructor and Description | 
|---|
| Environment(java.io.File envHome,
           EnvironmentConfig configuration)Creates a database environment handle. | 
| XAEnvironment(java.io.File envHome,
             EnvironmentConfig configuration)Create a database environment handle. | 
| Constructor and Description | 
|---|
| ReplicatedEnvironment(java.io.File envHome,
                     ReplicationConfig repConfig,
                     EnvironmentConfig envConfig)A convenience constructor that defaults the replica consistency policy
 and the initial election policy to be used. | 
| ReplicatedEnvironment(java.io.File envHome,
                     ReplicationConfig repConfig,
                     EnvironmentConfig envConfig,
                     ReplicaConsistencyPolicy consistencyPolicy,
                     QuorumPolicy initialElectionPolicy)Creates a replicated environment handle and starts participating in the
 replication group as either a Master or a Replica. | 
| Constructor and Description | 
|---|
| Arbiter(ArbiterConfig arbiterConfig)An Arbiter used in elections and transaction acknowledgments. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DbDump. dump()Perform the dump. | 
| void | DbScavenger. dump()Start the scavenger run. | 
| void | DbPrintLog. dump(java.io.File envHome,
    java.lang.String entryTypes,
    java.lang.String txnIds,
    long startLsn,
    long endLsn,
    boolean verbose,
    boolean stats,
    boolean repEntriesOnly,
    boolean csvFormat,
    boolean forwards,
    boolean vlsnDistribution,
    java.lang.String customDumpReaderClass)Dump a JE log into human readable form. | 
| protected void | DbDump. openEnv(boolean doRecovery) | 
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.