Searched refs:mutation (Results 1 - 2 of 2) 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/evolve/
H A DMutations.java72 * Adds a renamer mutation.
79 * Returns the renamer mutation for the given class, version and field, or
97 * Adds a deleter mutation.
104 * Returns the deleter mutation for the given class, version and field, or
122 * Adds a converter mutation.
129 * Returns the converter mutation for the given class, version and field,
152 Key(Mutation mutation) { argument
153 super(mutation.getClassName(),
154 mutation.getClassVersion(),
155 mutation
[all...]
/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 DEvolver.java159 * Adds a specified error when no specific mutation is involved.
176 * Adds an error for an invalid mutation.
180 Mutation mutation,
183 addError("Invalid mutation: " + mutation +
190 * Adds an error for a missing mutation.
267 * class and returns false if an invalid mutation is encountered or the
300 Mutation mutation = (deleter != null) ? deleter :
303 (oldFormat, null, mutation,
581 private boolean checkUpdatedVersion(Mutation mutation, argument
178 addInvalidMutation(Format oldFormat, Format newFormat, Mutation mutation, String error) argument
[all...]

Completed in 22 milliseconds