Uses of Class
com.espertech.esper.dataflow.util.GraphTypeDesc

Packages that use GraphTypeDesc
com.espertech.esper.dataflow.interfaces Data flow operator and related interface. 
com.espertech.esper.dataflow.util Data flow utility classes such as internal model, matching and planning. 
 

Uses of GraphTypeDesc in com.espertech.esper.dataflow.interfaces
 

Methods in com.espertech.esper.dataflow.interfaces that return GraphTypeDesc
 GraphTypeDesc DataFlowOpOutputPort.getOptionalDeclaredType()
           
 GraphTypeDesc DataFlowOpInputPort.getTypeDesc()
           
 GraphTypeDesc[] DataFlowOpInitializeResult.getTypeDescriptors()
           
 

Constructors in com.espertech.esper.dataflow.interfaces with parameters of type GraphTypeDesc
DataFlowOpInitializeResult(GraphTypeDesc[] typeDescriptors)
           
DataFlowOpInputPort(GraphTypeDesc typeDesc, java.util.Set<java.lang.String> streamNames, java.lang.String optionalAlias, boolean hasPunctuationSignal)
           
DataFlowOpOutputPort(java.lang.String streamName, GraphTypeDesc optionalDeclaredType)
           
 

Uses of GraphTypeDesc in com.espertech.esper.dataflow.util
 

Methods in com.espertech.esper.dataflow.util that return GraphTypeDesc
 GraphTypeDesc LogicalChannelProducingPortCompiled.getGraphTypeDesc()
           
 GraphTypeDesc LogicalChannelProducingPortDeclared.getTypeDesc()
           
 

Constructors in com.espertech.esper.dataflow.util with parameters of type GraphTypeDesc
LogicalChannelProducingPortCompiled(int producingOpNum, java.lang.String producingOpPrettyPrint, java.lang.String streamName, int streamNumber, GraphTypeDesc graphTypeDesc, boolean hasPunctuation)
           
LogicalChannelProducingPortDeclared(int producingOpNum, java.lang.String producingOpPrettyPrint, java.lang.String streamName, int streamNumber, GraphTypeDesc typeDesc, boolean hasPunctuation)
           
 


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