Package com.rackspacecloud.blueflood.outputs.serializers

Examples of com.rackspacecloud.blueflood.outputs.serializers.JSONBasicRollupsOutputSerializer


    private final JsonParser parser;   // thread-safe
    private final Timer httpMetricsFetchTimer = Metrics.timer(HttpRollupsQueryHandler.class,
            "Handle HTTP request for metrics");

    public HttpRollupsQueryHandler() {
        this.serializer = new JSONBasicRollupsOutputSerializer();
        this.gson = new GsonBuilder().setPrettyPrinting().serializeNulls().create();
        this.parser = new JsonParser();
    }
View Full Code Here

TOP

Related Classes of com.rackspacecloud.blueflood.outputs.serializers.JSONBasicRollupsOutputSerializer

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.