Package com.rackspacecloud.blueflood.service.udp.functions

Examples of com.rackspacecloud.blueflood.service.udp.functions.ContextUpdater


                // this this stage writes a single metrics to the database.
                .withFunction(new SimpleMetricWriter(new ThreadPoolBuilder().withName("Database Writer").build()))

                // this stage updates the context, which eventually gets push to the database.
                .withFunction(new ContextUpdater(new ThreadPoolBuilder().withName("Context Updater").build(), context))
                .build();

        return processor;
    }
View Full Code Here

TOP

Related Classes of com.rackspacecloud.blueflood.service.udp.functions.ContextUpdater

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.