Searched refs:CurrentTransaction (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java15 import com.sleepycat.collections.CurrentTransaction;
58 private CurrentTransaction currentTxn;
65 currentTxn = CurrentTransaction.getInstance(env);
84 * Tests that the CurrentTransaction instance doesn't indeed allow GC to
93 currentTxn = CurrentTransaction.getInstance(env);
113 currentTxn = CurrentTransaction.getInstance(env);
H A DForeignKeyTest.java20 import com.sleepycat.collections.CurrentTransaction;
225 CurrentTransaction txn = CurrentTransaction.getInstance(env);
H A DTransactionTest.java22 import com.sleepycat.collections.CurrentTransaction;
90 private CurrentTransaction currentTxn;
106 currentTxn = CurrentTransaction.getInstance(env);
591 * Tests that the CurrentTransaction static WeakHashMap does indeed allow
631 CurrentTransaction myCurrTxn = CurrentTransaction.getInstance(myEnv);
703 private final CurrentTransaction currentTxn;
710 this.currentTxn = CurrentTransaction.getInstance(env);
744 private final CurrentTransaction currentTxn;
752 this.currentTxn = CurrentTransaction
[all...]
H A DTestStore.java17 import com.sleepycat.collections.CurrentTransaction;
270 config.setTransactional(CurrentTransaction.getInstance(env) != null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java15 import com.sleepycat.collections.CurrentTransaction;
58 private CurrentTransaction currentTxn;
65 currentTxn = CurrentTransaction.getInstance(env);
84 * Tests that the CurrentTransaction instance doesn't indeed allow GC to
93 currentTxn = CurrentTransaction.getInstance(env);
113 currentTxn = CurrentTransaction.getInstance(env);
H A DForeignKeyTest.java20 import com.sleepycat.collections.CurrentTransaction;
225 CurrentTransaction txn = CurrentTransaction.getInstance(env);
H A DTransactionTest.java22 import com.sleepycat.collections.CurrentTransaction;
90 private CurrentTransaction currentTxn;
106 currentTxn = CurrentTransaction.getInstance(env);
591 * Tests that the CurrentTransaction static WeakHashMap does indeed allow
631 CurrentTransaction myCurrTxn = CurrentTransaction.getInstance(myEnv);
703 private final CurrentTransaction currentTxn;
710 this.currentTxn = CurrentTransaction.getInstance(env);
744 private final CurrentTransaction currentTxn;
752 this.currentTxn = CurrentTransaction
[all...]
H A DTestStore.java17 import com.sleepycat.collections.CurrentTransaction;
270 config.setTransactional(CurrentTransaction.getInstance(env) != null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java15 import com.sleepycat.collections.CurrentTransaction;
58 private CurrentTransaction currentTxn;
65 currentTxn = CurrentTransaction.getInstance(env);
84 * Tests that the CurrentTransaction instance doesn't indeed allow GC to
93 currentTxn = CurrentTransaction.getInstance(env);
113 currentTxn = CurrentTransaction.getInstance(env);
H A DForeignKeyTest.java20 import com.sleepycat.collections.CurrentTransaction;
225 CurrentTransaction txn = CurrentTransaction.getInstance(env);
H A DTransactionTest.java22 import com.sleepycat.collections.CurrentTransaction;
90 private CurrentTransaction currentTxn;
106 currentTxn = CurrentTransaction.getInstance(env);
591 * Tests that the CurrentTransaction static WeakHashMap does indeed allow
631 CurrentTransaction myCurrTxn = CurrentTransaction.getInstance(myEnv);
703 private final CurrentTransaction currentTxn;
710 this.currentTxn = CurrentTransaction.getInstance(env);
744 private final CurrentTransaction currentTxn;
752 this.currentTxn = CurrentTransaction
[all...]
H A DTestStore.java17 import com.sleepycat.collections.CurrentTransaction;
270 config.setTransactional(CurrentTransaction.getInstance(env) != null);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java37 public class CurrentTransaction { class
41 private static WeakHashMap<Environment,CurrentTransaction> envMap =
42 new WeakHashMap<Environment,CurrentTransaction>();
60 * Gets the CurrentTransaction accessor for a specified Berkeley DB
66 * @return the CurrentTransaction accessor for the given environment, or
69 public static CurrentTransaction getInstance(Environment env) {
71 CurrentTransaction currentTxn = getInstanceInternal(env);
76 * Gets the CurrentTransaction accessor for a specified Berkeley DB
81 static CurrentTransaction getInstanceInternal(Environment env) {
83 CurrentTransaction c
92 private CurrentTransaction(Environment env) { method in class:CurrentTransaction
[all...]
H A DTransactionRunner.java79 private CurrentTransaction currentTxn;
114 this.currentTxn = CurrentTransaction.getInstance(env);
H A DDataView.java43 CurrentTransaction currentTxn;
90 CurrentTransaction.getInstanceInternal(db.getEnvironment());
265 CurrentTransaction getCurrentTxn() {
H A DStoredContainer.java393 CurrentTransaction currentTxn = view.getCurrentTxn();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java37 public class CurrentTransaction { class
41 private static WeakHashMap<Environment,CurrentTransaction> envMap =
42 new WeakHashMap<Environment,CurrentTransaction>();
60 * Gets the CurrentTransaction accessor for a specified Berkeley DB
66 * @return the CurrentTransaction accessor for the given environment, or
69 public static CurrentTransaction getInstance(Environment env) {
71 CurrentTransaction currentTxn = getInstanceInternal(env);
76 * Gets the CurrentTransaction accessor for a specified Berkeley DB
81 static CurrentTransaction getInstanceInternal(Environment env) {
83 CurrentTransaction c
92 private CurrentTransaction(Environment env) { method in class:CurrentTransaction
[all...]
H A DTransactionRunner.java79 private CurrentTransaction currentTxn;
114 this.currentTxn = CurrentTransaction.getInstance(env);
H A DDataView.java43 CurrentTransaction currentTxn;
90 CurrentTransaction.getInstanceInternal(db.getEnvironment());
265 CurrentTransaction getCurrentTxn() {
H A DStoredContainer.java393 CurrentTransaction currentTxn = view.getCurrentTxn();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java37 public class CurrentTransaction { class
41 private static WeakHashMap<Environment,CurrentTransaction> envMap =
42 new WeakHashMap<Environment,CurrentTransaction>();
60 * Gets the CurrentTransaction accessor for a specified Berkeley DB
66 * @return the CurrentTransaction accessor for the given environment, or
69 public static CurrentTransaction getInstance(Environment env) {
71 CurrentTransaction currentTxn = getInstanceInternal(env);
76 * Gets the CurrentTransaction accessor for a specified Berkeley DB
81 static CurrentTransaction getInstanceInternal(Environment env) {
83 CurrentTransaction c
92 private CurrentTransaction(Environment env) { method in class:CurrentTransaction
[all...]
H A DTransactionRunner.java79 private CurrentTransaction currentTxn;
114 this.currentTxn = CurrentTransaction.getInstance(env);
H A DDataView.java43 CurrentTransaction currentTxn;
90 CurrentTransaction.getInstanceInternal(db.getEnvironment());
265 CurrentTransaction getCurrentTxn() {
H A DStoredContainer.java393 CurrentTransaction currentTxn = view.getCurrentTxn();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dist/
H A DMakefile.in308 $(JAVA_SLEEPYCAT)/collections/CurrentTransaction.java \

Completed in 244 milliseconds

12