Package org.waveprotocol.box.server.persistence.migration

Examples of org.waveprotocol.box.server.persistence.migration.DeltaMigrator


    if (sourceDeltaStoreType.equalsIgnoreCase(targetDeltaStoreType))
      usageError("Source and Target Delta store types must be different");


    DeltaMigrator dm =
        new DeltaMigrator(sourceInjector.getInstance(DeltaStore.class),
            targetInjector.getInstance(DeltaStore.class));

    dm.run();

  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.box.server.persistence.migration.DeltaMigrator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.