Package org.ektorp

Examples of org.ektorp.ReplicationCommand


            return db;
    }

    protected void setupReplication(CouchDbInstance instance, CouchDbConnector db) {
            String src_fullurl = getSrcReplicationUrl(true);
            ReplicationCommand firstReplication = createSrcReplication(src_fullurl, db.getDatabaseName());

            try {

                System.out.println(firstReplication.toString());


                // on large dbs, this times out
                // broken waiting for ektorp to fix!!!
                // We need to catch the error, and poll the couch
View Full Code Here

TOP

Related Classes of org.ektorp.ReplicationCommand

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.