protected static class STWindowExample.AggregateFunctionImpl extends java.lang.Object implements AggregateWindowedFunction<int[]>
Constructor and Description |
---|
AggregateFunctionImpl(int weight1,
int weight2) |
Modifier and Type | Method and Description |
---|---|
int[] |
onMessage(int[] object1,
int[] object2)
The actual message callback
|