public class ProcessWindowCompute<O,I> extends java.lang.Object implements WindowComputeFunc<O,java.util.Iterator<I>>
Constructor and Description |
---|
ProcessWindowCompute(MapFunc<O,java.util.Iterator<I>> procFn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
O |
compute(java.util.Iterator<I> input) |
void |
prepare(TSetContext ctx)
Prepare the function.
|
public void prepare(TSetContext ctx)
TFunction