protected static class STWindowExample.FoldFunctionImpl extends java.lang.Object implements FoldWindowedFunction<int[],java.lang.String>
Modifier | Constructor and Description |
---|---|
protected |
FoldFunctionImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
computeFold() |
int[] |
onMessage(int[] object1,
int[] object2)
The actual message callback
|
public java.lang.String computeFold()
computeFold
in interface FoldWindowedFunction<int[],java.lang.String>