Examples of IOStatisticCollector


Examples of freenet.io.comm.IOStatisticCollector

    // Easy stuff
    String tmp = "Initializing Node using Freenet Build #"+Version.buildNumber()+" r"+Version.cvsRevision()+" and freenet-ext Build #"+NodeStarter.extBuildNumber+" r"+NodeStarter.extRevisionNumber+" with "+System.getProperty("java.vendor")+" JVM version "+System.getProperty("java.version")+" running on "+System.getProperty("os.arch")+' '+System.getProperty("os.name")+' '+System.getProperty("os.version");
    fixCertsFiles();
    Logger.normal(this, tmp);
    System.out.println(tmp);
    collector = new IOStatisticCollector();
    this.executor = executor;
    nodeStarter=ns;
    if(logConfigHandler != lc)
      logConfigHandler=lc;
    getPubKey = new NodeGetPubkey(this);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.