Package org.fluxtream.core.connectors.updaters.UpdateInfo

Examples of org.fluxtream.core.connectors.updaters.UpdateInfo.UpdateType


        getUpdateWorkerTask(apiKey, objectTypes);
        // if forcing an update (sync now), we actually want to flush the update requests
        // that have stacked up in the queue
        if (force)
            flushUpdateWorkerTasks(apiKey, objectTypes, historyUpdate);
        UpdateType updateType = isHistoryUpdateCompleted(apiKey, objectTypes)
                ? UpdateType.INCREMENTAL_UPDATE
                : UpdateType.INITIAL_HISTORY_UPDATE;
        scheduleObjectTypeUpdate(apiKey, objectTypes, scheduleResults, updateType, updateTime);
        return scheduleResults;
    }
View Full Code Here

TOP

Related Classes of org.fluxtream.core.connectors.updaters.UpdateInfo.UpdateType

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.