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, toExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateOverContext
protected static final long serialVersionUID
public MemsetEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOException
public MemsetEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters) throws IOException
IOException
public void setStreamContext(StreamContext streamContext)
setStreamContext
in interface StreamEvaluator
setStreamContext
in class RecursiveEvaluator
public Object evaluate(Tuple tuple) throws IOException
evaluate
in interface StreamEvaluator
evaluate
in class RecursiveEvaluator
IOException
public Object doWork(Object... values) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.