Searched refs:Evolver (Results 1 - 13 of 13) 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/impl/
H A DNonPersistentFormat.java64 boolean evolve(Format newFormat, Evolver evolver) {
H A DCompositeKeyFormat.java281 boolean evolve(Format newFormatParam, Evolver evolver) {
309 if (result == Evolver.EVOLVE_FAILURE) {
312 if (result == Evolver.EVOLVE_NEEDED) {
H A DPrimitiveArrayFormat.java127 boolean evolve(Format newFormat, Evolver evolver) {
H A DFormat.java449 * Called by Evolver to set the latest format when this old format is
474 * Called by the Evolver when applying a Deleter mutation.
481 * Called by the Evolver for a format that is never referenced.
488 * Called by the Evolver with true when an entity format or any of its
712 * Evolver.useOldFormat or useEvolvedFormat. If this method returns false,
714 * the new format, and it must have called Evolver.addInvalidMutation,
717 abstract boolean evolve(Format newFormat, Evolver evolver);
725 Evolver evolver) {
H A DComplexFormat.java778 boolean evolve(Format newFormatParam, Evolver evolver) {
962 if (result == Evolver.EVOLVE_FAILURE) {
965 if (result == Evolver.EVOLVE_NEEDED) {
1007 Evolver evolver) {
1079 Evolver evolver) {
1102 Evolver evolver) {
1134 private boolean evolveDeletedClass(Evolver evolver) {
1161 private int evolveAllFields(ComplexFormat newFormat, Evolver evolver) {
1174 if (result == Evolver.EVOLVE_FAILURE) {
1176 } else if (result == Evolver
[all...]
H A DEnumFormat.java139 boolean evolve(Format newFormatParam, Evolver evolver) {
H A DObjectArrayFormat.java183 boolean evolve(Format newFormat, Evolver evolver) {
H A DProxiedFormat.java142 boolean evolve(Format newFormatParam, Evolver evolver) {
H A DEvolver.java6 * $Id: Evolver.java,v 1.2 2008/02/08 20:12:37 mark Exp $
36 class Evolver { class
58 Evolver(PersistCatalog catalog, method in class:Evolver
H A DPersistCatalog.java144 * The Evolver and catalog Data are non-null during catalog initialization,
147 private Evolver evolver;
347 evolver = new Evolver
H A DSimpleFormat.java73 boolean evolve(Format newFormat, Evolver evolver) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile472 $(JAVA_SLEEPYCAT)/persist/impl/Evolver.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in467 $(JAVA_SLEEPYCAT)/persist/impl/Evolver.java \

Completed in 72 milliseconds