Uses of Class
com.espertech.esper.client.soda.DataFlowOperatorInput

Packages that use DataFlowOperatorInput
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of DataFlowOperatorInput in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return types with arguments of type DataFlowOperatorInput
 java.util.List<DataFlowOperatorInput> DataFlowOperator.getInput()
          Returns the input stream definitions, if any.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorInput
 void DataFlowOperator.setInput(java.util.List<DataFlowOperatorInput> input)
          Sets the input stream definitions, if any.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorInput
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