Package org.jscsi.initiator.taskbalancer

Examples of org.jscsi.initiator.taskbalancer.SimpleTaskBalancer


        targetName = initTargetName;
        phase = new SecurityNegotiationPhase();
        capacityInformations = new TargetCapacityInformations();
        connections = new LinkedBlockingQueue<Connection>(maxConnections);
        executor = initExecutor;
        taskBalancer = new SimpleTaskBalancer(connections);
        outstandingTasks = new ConcurrentHashMap<ITask , Connection>();

        // Add the leading connection
        addNewConnection();
View Full Code Here

TOP

Related Classes of org.jscsi.initiator.taskbalancer.SimpleTaskBalancer

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.