Searched defs:tempStore (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/config/persistence/
H A DRepoPersistenceManager.java95 Map<String, Dictionary> tempStore = new HashMap<String, Dictionary>(); field in class:RepoPersistenceManager
170 exists = tempStore.containsKey(pid);
212 result = tempStore.get(pid);
220 result = tempStore.get(pid);
251 java.util.Iterator memIter = tempStore.values().iterator();
323 tempStore.put(pid, properties);
390 tempStore.put(pid, properties);
410 Object removed = tempStore.remove(pid);

Completed in 21 milliseconds