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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java92 private Map<String,PrimaryIndex> priIndexMap; field in class:Store
130 priIndexMap = new HashMap<String,PrimaryIndex>();
294 PrimaryIndex<PK,E> priIndex = priIndexMap.get(entityClassName);
360 priIndexMap.put(entityClassName, priIndex);
455 priIndexMap.remove(entityClassName);
475 PrimaryIndex relatedIndex = priIndexMap.get(relatedClsName);
502 * priIndexMap as soon as they are created, before opening related
600 priIndexMap.get(entityClassName);
779 PrimaryIndex priIndex = priIndexMap.get(clsName);
800 priIndexMap
[all...]

Completed in 136 milliseconds