Package com.blacklocus.qs.worker.model

Examples of com.blacklocus.qs.worker.model.QSLogTickModel


    @Override
    public void withFuture(TaskHandle taskHandle, Future<Pair<TaskHandle, Object>> future) {
    }

    private QSLogTickModel createLogTickModel(QSTaskModel task, Object contents) {
        return new QSLogTickModel(task.taskId, workerIdService.getWorkerId(), System.currentTimeMillis(), contents);
    }
View Full Code Here

TOP

Related Classes of com.blacklocus.qs.worker.model.QSLogTickModel

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.