Package com.google.enterprise.connector.scheduler

Examples of com.google.enterprise.connector.scheduler.HostLoadManager$BatchRequest


      ThreadPool threadPool) {
    this.name = name;
    this.typeName = name;
    this.interfaces = connectorInterfaces;
    this.traverser = traverser;
    this.hostLoadManager = new HostLoadManager(null, null, new SystemClock());
    this.stateStore =
        new MockTraversalStateStore(persistentStore, storeContext);
    this.persistentStore = persistentStore;
    this.storeContext = storeContext;
    this.threadPool = threadPool;
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.scheduler.HostLoadManager$BatchRequest

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.