Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.CommitToken

Packages that use CommitToken
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. 
 

Uses of CommitToken in com.sleepycat.je
 

Methods in com.sleepycat.je that return CommitToken
 CommitToken Transaction.getCommitToken()
          This method is intended for use with a replicated environment.
 

Methods in com.sleepycat.je with parameters of type CommitToken
 int CommitToken.compareTo(CommitToken other)
          Implements the Comparable interface.
 

Uses of CommitToken in com.sleepycat.je.rep
 

Methods in com.sleepycat.je.rep that return CommitToken
 CommitToken CommitPointConsistencyPolicy.getCommitToken()
          Return the CommitToken used to create this consistency policy.
 

Constructors in com.sleepycat.je.rep with parameters of type CommitToken
CommitPointConsistencyPolicy(CommitToken commitToken, long timeout, TimeUnit timeoutUnit)
          Defines how current a Replica needs to be in terms of a specific transaction that was committed on the Master.
 


Berkeley DB Java Edition
version 5.0.34

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