Package co.arcs.groove.thresher

Examples of co.arcs.groove.thresher.Client


    public SyncTask(EventBus bus, ListeningExecutorService exec, Config config) {
        this.bus = bus;
        this.exec = exec;
        this.config = config;
        this.tempPath = new File(config.syncDir, ".gssync");
        this.client = new Client();
        this.concurrentJobsSemaphore = new Semaphore(config.numConcurrent);
    }
View Full Code Here

TOP

Related Classes of co.arcs.groove.thresher.Client

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.