Package tv.ustream.yolo.client

Examples of tv.ustream.yolo.client.GraphiteClient


    private GraphiteClient client;

    protected GraphiteClient createClient(final String host, final int port, final long flushTimeMs,
                                          final String prefix)
    {
        return new GraphiteClient(host, port, flushTimeMs, prefix);
    }
View Full Code Here

TOP

Related Classes of tv.ustream.yolo.client.GraphiteClient

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.