reducers

reducers are responsible for handling a small piece of computing a value over a set of points. The way this works is that the reducer will receive individual update calls with each point that makes it to the reduce /put.

built-in

write your own

Writing your own reducer is an easy task and should be a common one for various reducers not yet part of the core flume project. To write one you simply extend from the flume.reducer class and implement the following methods: