Code Examples
A repository of 155 code examples for BeepBeep
|
Use the CountDecimate processor to discard events from a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use the CountDecimate processor to discard events from a stream.
Graphically, this can be represented as follows:
The expected output of this program is:
0,3,6,9,
Definition at line 38 of file CountDecimateSimple.java.
|
static |
We create a CountDecimate processor and instruct it to keep one
Definition at line 40 of file CountDecimateSimple.java.