Searched refs:myEnv (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuideInMemory.java24 private static Environment myEnv = null; field in class:TxnGuideInMemory
41 threadArray[i] = new DBWriter(myEnv, myDb, classCatalog, true);
107 myEnv = new Environment(null, // Env home
113 myDb = myEnv.openDatabase(null, // txn handle
121 myClassDb = myEnv.openDatabase(null, // txn handle
153 if (myEnv != null ) {
155 myEnv.close();
H A DTxnGuide.java28 private static Environment myEnv = null; field in class:TxnGuide
51 threadArray[i] = new DBWriter(myEnv, myDb, classCatalog);
102 myEnv = new Environment(new File(myEnvPath), // Env home
108 myDb = myEnv.openDatabase(null, // txn handle
116 myClassDb = myEnv.openDatabase(null, // txn handle
148 if (myEnv != null ) {
150 myEnv.close();
H A DDBWriter.java25 private Environment myEnv = null; field in class:DBWriter
47 myEnv = env;
58 myEnv = env;
80 txn = myEnv.beginTransaction(null, null);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DTxnGuideDPL.java26 private static Environment myEnv = null; field in class:TxnGuideDPL
46 threadArray[i] = new StoreWriter(myEnv, myStore);
99 myEnv = new Environment(new File(myEnvPath), // Env home
103 myStore = new EntityStore(myEnv, storeName, myStoreConfig);
126 if (myEnv != null ) {
128 myEnv.close();
H A DStoreWriter.java20 private Environment myEnv = null; field in class:StoreWriter
33 myEnv = env;
59 txn = myEnv.beginTransaction(null, null);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java624 MyEnv myEnv = new MyEnv(env.getHome(), env.getConfig());
625 CurrentTransaction myCurrTxn = CurrentTransaction.getInstance(myEnv);
634 myEnv.close();
635 myEnv = null;

Completed in 186 milliseconds