Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.EnvironmentNotFoundException

Packages that use EnvironmentNotFoundException
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.util Supporting utilities. 
 

Uses of EnvironmentNotFoundException in com.sleepycat.je
 

Constructors in com.sleepycat.je that throw EnvironmentNotFoundException
Environment(File envHome, EnvironmentConfig configuration)
          Creates a database environment handle.
XAEnvironment(File envHome, EnvironmentConfig configuration)
          Create a database environment handle.
 

Uses of EnvironmentNotFoundException in com.sleepycat.je.rep
 

Constructors in com.sleepycat.je.rep that throw EnvironmentNotFoundException
ReplicatedEnvironment(File envHome, ReplicationConfig repConfig, EnvironmentConfig envConfig)
          A convenience constructor that defaults the replica consistency policy and the initial election policy to be used.
ReplicatedEnvironment(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.
 

Uses of EnvironmentNotFoundException in com.sleepycat.je.util
 

Methods in com.sleepycat.je.util that throw EnvironmentNotFoundException
 void DbScavenger.dump()
          Start the scavenger run.
 void DbDump.dump()
          Perform the dump.
 void DbPrintLog.dump(File envHome, String entryTypes, String txnIds, long startLsn, long endLsn, boolean verbose, boolean stats, boolean repEntriesOnly, boolean csvFormat, boolean forwards, String customDumpReaderClass)
          Dump a JE log into human readable form.
protected  void DbDump.openEnv(boolean doRecovery)
           
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.