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

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

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

Methods in com.espertech.esper.client.soda that return types with arguments of type DataFlowOperatorOutputType
 java.util.List<DataFlowOperatorOutputType> DataFlowOperatorOutput.getTypeInfo()
          Returns output port type information
 java.util.List<DataFlowOperatorOutputType> DataFlowOperatorOutputType.getTypeParameters()
          Returns optional additional type parameters
 

Method parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorOutputType
 void DataFlowOperatorOutput.setTypeInfo(java.util.List<DataFlowOperatorOutputType> typeInfo)
          Sets output port type information
 void DataFlowOperatorOutputType.setTypeParameters(java.util.List<DataFlowOperatorOutputType> typeParameters)
          Sets optional additional type parameters
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type DataFlowOperatorOutputType
DataFlowOperatorOutput(java.lang.String streamName, java.util.List<DataFlowOperatorOutputType> typeInfo)
          Ctor.
DataFlowOperatorOutputType(boolean wildcard, java.lang.String typeOrClassname, java.util.List<DataFlowOperatorOutputType> typeParameters)
          Ctor.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com