Package com.tinkerpop.rexster.server.metrics

Examples of com.tinkerpop.rexster.server.metrics.ReporterConfig


        // get the graph configurations from the XML config file
        this.properties = properties;
        this.rexsterApplication = new XmlRexsterApplication(this.properties);

        this.reporterConfig = new ReporterConfig(properties, this.rexsterApplication.getMetricRegistry());
        this.httpServer = new HttpRexsterServer(properties);
        this.rexproServer = new RexProRexsterServer(properties, true);
    }
View Full Code Here

TOP

Related Classes of com.tinkerpop.rexster.server.metrics.ReporterConfig

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.