public class MemsetEvaluator extends RecursiveEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID |
constructingFactory, containedEvaluators, nodeId, streamContext| Constructor and Description |
|---|
MemsetEvaluator(StreamExpression expression,
StreamFactory factory) |
MemsetEvaluator(StreamExpression expression,
StreamFactory factory,
List<String> ignoredNamedParameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doWork(Object... values) |
Object |
evaluate(Tuple tuple) |
void |
setStreamContext(StreamContext streamContext) |
getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, toExplanation, toExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateOverContextprotected static final long serialVersionUID
public MemsetEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOExceptionpublic MemsetEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters) throws IOException
IOExceptionpublic void setStreamContext(StreamContext streamContext)
setStreamContext in interface StreamEvaluatorsetStreamContext in class RecursiveEvaluatorpublic Object evaluate(Tuple tuple) throws IOException
evaluate in interface StreamEvaluatorevaluate in class RecursiveEvaluatorIOExceptionpublic Object doWork(Object... values) throws IOException
IOExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.