Package com.alipay.bluewhale.core.work.transfer

Examples of com.alipay.bluewhale.core.work.transfer.DrainerRunable


    AsyncLoopThread refreshzk = new AsyncLoopThread(refreshZkActive);

    AsyncLoopThread hb = new AsyncLoopThread(heartbeat_fn, false, null,
        Thread.MAX_PRIORITY, true);

    AsyncLoopThread dr = new AsyncLoopThread(new DrainerRunable(transferQueue, nodeportSocket, taskNodeport));

    AsyncLoopThread[] threads = { refreshconn, refreshzk, hb, dr };


    return new WorkerShutdown(shutdowntasks, active, nodeportSocket,
View Full Code Here

TOP

Related Classes of com.alipay.bluewhale.core.work.transfer.DrainerRunable

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.