|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFlowOperatorOutput | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of DataFlowOperatorOutput in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return types with arguments of type DataFlowOperatorOutput | |
---|---|
java.util.List<DataFlowOperatorOutput> |
DataFlowOperator.getOutput()
Returns the output stream definitions, if any. |
Method parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorOutput | |
---|---|
void |
DataFlowOperator.setOutput(java.util.List<DataFlowOperatorOutput> output)
Sets the output stream definitions, if any. |
Constructor parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorOutput | |
---|---|
DataFlowOperator(java.util.List<AnnotationPart> annotations,
java.lang.String operatorName,
java.util.List<DataFlowOperatorInput> input,
java.util.List<DataFlowOperatorOutput> output,
java.util.List<DataFlowOperatorParameter> parameters)
Ctor |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |