Package com.rackspacecloud.blueflood.inputs.handlers

Examples of com.rackspacecloud.blueflood.inputs.handlers.HttpMetricsIngestionServer$MetricsHttpServerPipelineFactory


* HTTP Ingestion Service.
*/
public class HttpIngestionService implements IngestionService {
    private HttpMetricsIngestionServer server;
    public void startService(ScheduleContext context, IMetricsWriter writer) {
        server = new HttpMetricsIngestionServer(context, writer);
    }
View Full Code Here

TOP

Related Classes of com.rackspacecloud.blueflood.inputs.handlers.HttpMetricsIngestionServer$MetricsHttpServerPipelineFactory

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.