Package com.aelitis.azureus.core.diskmanager.access.impl

Examples of com.aelitis.azureus.core.diskmanager.access.impl.DiskAccessControllerImpl


    int      max_read_threads,
    int      max_read_mb,
    int     max_write_threads,
    int      max_write_mb )
  {
    return( new DiskAccessControllerImpl(
            name,
            max_read_threads,  max_read_mb,
            max_write_threads, max_write_mb ));
  }
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.core.diskmanager.access.impl.DiskAccessControllerImpl

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.