Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.rep.InsufficientLogException

Packages that use InsufficientLogException
com.sleepycat.je.rep
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE environments. 
 

Uses of InsufficientLogException in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep with parameters of type InsufficientLogException
 void NetworkRestore.execute(InsufficientLogException logException, NetworkRestoreConfig config)
          Restores the log files from one of the members of the replication group.
 

Constructors in com.sleepycat.je.rep that throw InsufficientLogException
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.
 


Berkeley DB Java Edition
version 5.0.34

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