Examples of syncSearch()


Examples of com.ikanow.infinit.e.processing.generic.synchronization.SynchronizationManager.syncSearch()

        //fixes_db += syncManager.syncDB(time_of_this_cleanse, dbCache);
       
            logger.debug("Syncing DB: " + fixes_db);
       
            // Find things in the index that don't have a DB entry
        fixes_search += syncManager.syncSearch(time_of_this_cleanse, dbCache);
       
            logger.debug("Syncing Index: " + fixes_search);           
          }
          catch (Exception e) {
            // Do nothing, the purpose of this try/catch is to ensure that the updateSyncStatus below always gets called
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.