public abstract class WindowedCompute<T> extends AbstractSingleWindowDataCompute<T>
| Constructor and Description |
|---|
WindowedCompute() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare(Config cfg,
TaskContext ctx)
Prepare the task to be executed
|
abstract java.util.List<IMessage<T>> |
window(java.util.List<IMessage<T>> content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteendExecutepublic void prepare(Config cfg, TaskContext ctx)
INode