Searched refs:PersistCatalog (Results 1 - 12 of 12) 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/model/
H A DModelInternal.java11 import com.sleepycat.persist.impl.PersistCatalog;
23 public static void setCatalog(EntityModel model, PersistCatalog catalog) {
H A DEntityModel.java20 import com.sleepycat.persist.impl.PersistCatalog;
55 private PersistCatalog catalog;
111 void setCatalog(PersistCatalog catalog) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTest.java18 import com.sleepycat.persist.impl.PersistCatalog;
98 PersistCatalog.expectNoClassChanges = true;
102 PersistCatalog.expectNoClassChanges = false;
164 PersistCatalog.unevolvedFormatsEncountered = false;
167 assertTrue(PersistCatalog.unevolvedFormatsEncountered);
178 PersistCatalog.unevolvedFormatsEncountered = false;
180 assertTrue(!PersistCatalog.unevolvedFormatsEncountered);
187 PersistCatalog.unevolvedFormatsEncountered = false;
189 assertTrue(!PersistCatalog.unevolvedFormatsEncountered);
H A DBindingTest.java48 import com.sleepycat.persist.impl.PersistCatalog;
82 private PersistCatalog catalog;
132 catalog = new PersistCatalog
142 PersistCatalog.expectNoClassChanges = true;
146 PersistCatalog.expectNoClassChanges = false;
2125 PersistCatalog storedCatalog = new PersistCatalog
2138 private void checkMetadata(PersistCatalog checkCatalog,
/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 DStoredModel.java26 private PersistCatalog catalog;
29 StoredModel(PersistCatalog catalog) {
H A DPersistEntityBinding.java24 PersistCatalog catalog;
32 public PersistEntityBinding(PersistCatalog catalog,
H A DStore.java77 private static Map<Environment,Map<String,PersistCatalog>> catalogPool =
78 new WeakHashMap<Environment,Map<String,PersistCatalog>>();
86 private PersistCatalog catalog;
149 catalog = new PersistCatalog
155 Map<String,PersistCatalog> catalogMap = catalogPool.get(env);
157 catalogMap = new HashMap<String,PersistCatalog>();
177 catalog = new PersistCatalog
821 Map<String,PersistCatalog> catalogMap =
H A DEvolver.java42 private PersistCatalog catalog;
58 Evolver(PersistCatalog catalog,
103 /* PersistCatalog.expectNoClassChanges is true in unit tests only. */
104 if (PersistCatalog.expectNoClassChanges) {
203 * Called by PersistCatalog for all non-entity formats.
210 * Called by PersistCatalog after calling evolveFormat or
231 * Called by PersistCatalog for all entity formats, and by Format.evolve
H A DFormat.java188 * SimpleCatalog, and are copied from the SimpleCatalog by PersistCatalog.
189 * Other formats are managed by PersistCatalog. The lifecycle of a format
389 PersistCatalog.unevolvedFormatsEncountered = true;
H A DPersistCatalog.java6 * $Id: PersistCatalog.java,v 1.2 2008/02/08 20:12:37 mark Exp $
55 public class PersistCatalog implements Catalog { class in inherits:Catalog
159 public PersistCatalog(Transaction txn, method in class:PersistCatalog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile479 $(JAVA_SLEEPYCAT)/persist/impl/PersistCatalog.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in474 $(JAVA_SLEEPYCAT)/persist/impl/PersistCatalog.java \

Completed in 69 milliseconds