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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DStoreConfig.java45 private Mutations mutations; field in class:StoreConfig
199 * Configures mutations for performing lazy evolution of stored instances.
200 * Existing mutations for this store are not cleared, so the mutations
202 * last opened. Some new mutations may override existing specifications,
206 * specified mutations are used. The mutations are stored persistently in
214 * <p>If an incompatible class change has been made and mutations are not
218 public void setMutations(Mutations mutations) { argument
219 this.mutations
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java44 private Mutations mutations; field in class:Evolver
60 Mutations mutations,
66 this.mutations = mutations;
81 return mutations;
126 * Returns an error string if any mutations are invalid or missing, or
268 * configured mutations are not sufficient.
277 /* Get class mutations. */
280 Renamer renamer = mutations.getRenamer(oldName, oldVersion, null);
281 Deleter deleter = mutations
58 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
[all...]
H A DPersistCatalog.java51 * and mutations.
65 * Key to a JE 3.0.12 beta version mutations record in the catalog
66 * database. This record is no longer used because mutations are stored in
92 Mutations mutations; field in class:PersistCatalog.Data
133 private Mutations mutations; field in class:PersistCatalog
155 * the given mutations. If any format is changed or added, and the
187 mutations = catalogData.mutations;
188 if (mutations == null) {
189 mutations
[all...]
H A DStore.java88 private Mutations mutations; field in class:Store
119 mutations = config.getMutations();
151 model, mutations, rawAccess, this);
179 dbConfig, model, mutations, rawAccess, this);
195 /* Get the merged mutations from the catalog. */
196 mutations = catalog.getMutations();
206 * model. Only then may we initialize the Converter mutations, which
211 for (Converter converter : mutations.getConverters()) {
269 return mutations;
H A DComplexFormat.java789 Mutations mutations = evolver.getMutations();
803 Converter converter = mutations.getConverter
1242 Mutations mutations = evolver.getMutations();
1268 /* Get field mutations. */
1269 Renamer renamer = mutations.getRenamer
1271 Deleter deleter = mutations.getDeleter
1273 Converter converter = mutations.getConverter

Completed in 203 milliseconds