public class StreamCounter<IN> extends AbstractStreamOperator<Long> implements OneInputStreamOperator<IN,Long>
StreamOperator.ChainingStrategychainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(IN element) |
close, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setuppublic void processElement(IN element)
processElement in interface OneInputStreamOperator<IN,Long>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.