Package org.ektorp

Examples of org.ektorp.ReplicationStatus



                // on large dbs, this times out
                // broken waiting for ektorp to fix!!!
                // We need to catch the error, and poll the couch
                ReplicationStatus status = instance.replicate(firstReplication);

            } catch (Exception socketTimeoutException)  {
                //socketTimeoutException.printStackTrace();
                 System.out.println("REPLICATION HACK");
                waitForReplicationToFinishHack(instance);
View Full Code Here

TOP

Related Classes of org.ektorp.ReplicationStatus

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.