Code Examples
A repository of 155 code examples for BeepBeep
|
Behaviour of the CountDecimate processor on the last event of a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Behaviour of the CountDecimate processor on the last event of a stream.
The expected output of this program is:
0,3,6,9,
Definition at line 35 of file CountDecimateLast.java.
|
static |
We create a CountDecimate processor and instruct it to keep one
Definition at line 37 of file CountDecimateLast.java.