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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java45 private Mutations mutations; field in class:StoreConfig
213 * Configures mutations for performing lazy evolution of stored instances.
214 * Existing mutations for this store are not cleared, so the mutations
216 * last opened. Some new mutations may override existing specifications,
220 * specified mutations are used. The mutations are stored persistently in
228 * <p>If an incompatible class change has been made and mutations are not
232 public void setMutations(Mutations mutations) { argument
233 this.mutations
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java45 private Mutations mutations; field in class:StoreConfig
213 * Configures mutations for performing lazy evolution of stored instances.
214 * Existing mutations for this store are not cleared, so the mutations
216 * last opened. Some new mutations may override existing specifications,
220 * specified mutations are used. The mutations are stored persistently in
228 * <p>If an incompatible class change has been made and mutations are not
232 public void setMutations(Mutations mutations) { argument
233 this.mutations
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DStoreConfig.java45 private Mutations mutations; field in class:StoreConfig
213 * Configures mutations for performing lazy evolution of stored instances.
214 * Existing mutations for this store are not cleared, so the mutations
216 * last opened. Some new mutations may override existing specifications,
220 * specified mutations are used. The mutations are stored persistently in
228 * <p>If an incompatible class change has been made and mutations are not
232 public void setMutations(Mutations mutations) { argument
233 this.mutations
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DEvolver.java43 private Mutations mutations; field in class:Evolver
59 Mutations mutations,
65 this.mutations = mutations;
80 return mutations;
125 * Returns an error string if any mutations are invalid or missing, or
265 * configured mutations are not sufficient.
274 /* Get class mutations. */
277 Renamer renamer = mutations.getRenamer(oldName, oldVersion, null);
278 Deleter deleter = mutations
57 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
[all...]
H A DPersistCatalog.java55 * and mutations.
69 * Key to a JE 3.0.12 beta version mutations record in the catalog
70 * database. This record is no longer used because mutations are stored in
96 Mutations mutations; field in class:PersistCatalog.Data
137 private Mutations mutations; field in class:PersistCatalog
159 * the given mutations. If any format is changed or added, and the
202 mutations = catalogData.mutations;
203 if (mutations == null) {
204 mutations
[all...]
H A DStore.java86 private Mutations mutations; field in class:Store
120 mutations = config.getMutations();
150 model, mutations, rawAccess, this);
180 dbConfig, model, mutations, rawAccess, this);
196 /* Get the merged mutations from the catalog. */
197 mutations = catalog.getMutations();
207 * model. Only then may we initialize the Converter mutations, which
212 for (Converter converter : mutations.getConverters()) {
266 return mutations;
H A DComplexFormat.java829 Mutations mutations = evolver.getMutations();
866 Converter converter = mutations.getConverter
1317 Mutations mutations = evolver.getMutations();
1343 /* Get field mutations. */
1344 Renamer renamer = mutations.getRenamer
1346 Deleter deleter = mutations.getDeleter
1348 Converter converter = mutations.getConverter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DEvolver.java43 private Mutations mutations; field in class:Evolver
59 Mutations mutations,
65 this.mutations = mutations;
80 return mutations;
125 * Returns an error string if any mutations are invalid or missing, or
265 * configured mutations are not sufficient.
274 /* Get class mutations. */
277 Renamer renamer = mutations.getRenamer(oldName, oldVersion, null);
278 Deleter deleter = mutations
57 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
[all...]
H A DPersistCatalog.java55 * and mutations.
69 * Key to a JE 3.0.12 beta version mutations record in the catalog
70 * database. This record is no longer used because mutations are stored in
96 Mutations mutations; field in class:PersistCatalog.Data
137 private Mutations mutations; field in class:PersistCatalog
159 * the given mutations. If any format is changed or added, and the
202 mutations = catalogData.mutations;
203 if (mutations == null) {
204 mutations
[all...]
H A DStore.java86 private Mutations mutations; field in class:Store
120 mutations = config.getMutations();
150 model, mutations, rawAccess, this);
180 dbConfig, model, mutations, rawAccess, this);
196 /* Get the merged mutations from the catalog. */
197 mutations = catalog.getMutations();
207 * model. Only then may we initialize the Converter mutations, which
212 for (Converter converter : mutations.getConverters()) {
266 return mutations;
H A DComplexFormat.java829 Mutations mutations = evolver.getMutations();
866 Converter converter = mutations.getConverter
1317 Mutations mutations = evolver.getMutations();
1343 /* Get field mutations. */
1344 Renamer renamer = mutations.getRenamer
1346 Deleter deleter = mutations.getDeleter
1348 Converter converter = mutations.getConverter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/persist/impl/
H A DEvolver.java43 private Mutations mutations; field in class:Evolver
59 Mutations mutations,
65 this.mutations = mutations;
80 return mutations;
125 * Returns an error string if any mutations are invalid or missing, or
265 * configured mutations are not sufficient.
274 /* Get class mutations. */
277 Renamer renamer = mutations.getRenamer(oldName, oldVersion, null);
278 Deleter deleter = mutations
57 Evolver(PersistCatalog catalog, String storePrefix, Mutations mutations, Map<String,Format> newFormats, boolean forceEvolution, boolean disallowClassChanges) argument
[all...]
H A DPersistCatalog.java55 * and mutations.
69 * Key to a JE 3.0.12 beta version mutations record in the catalog
70 * database. This record is no longer used because mutations are stored in
96 Mutations mutations; field in class:PersistCatalog.Data
137 private Mutations mutations; field in class:PersistCatalog
159 * the given mutations. If any format is changed or added, and the
202 mutations = catalogData.mutations;
203 if (mutations == null) {
204 mutations
[all...]
H A DStore.java86 private Mutations mutations; field in class:Store
120 mutations = config.getMutations();
150 model, mutations, rawAccess, this);
180 dbConfig, model, mutations, rawAccess, this);
196 /* Get the merged mutations from the catalog. */
197 mutations = catalog.getMutations();
207 * model. Only then may we initialize the Converter mutations, which
212 for (Converter converter : mutations.getConverters()) {
266 return mutations;
H A DComplexFormat.java829 Mutations mutations = evolver.getMutations();
866 Converter converter = mutations.getConverter
1317 Mutations mutations = evolver.getMutations();
1343 /* Get field mutations. */
1344 Renamer renamer = mutations.getRenamer
1346 Deleter deleter = mutations.getDeleter
1348 Converter converter = mutations.getConverter

Completed in 215 milliseconds