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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java41 private static WeakHashMap<Environment,CurrentTransaction> envMap = field in class:CurrentTransaction
53 * in the envMap. The WeakHashMap envMap uses the Environment as a weak
82 synchronized (envMap) {
83 CurrentTransaction ct = envMap.get(env);
86 envMap.put(env, ct);

Completed in 18 milliseconds