Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GraphTypeDesc |
DataFlowOpOutputPort.getOptionalDeclaredType() |
GraphTypeDesc |
DataFlowOpInputPort.getTypeDesc() |
GraphTypeDesc[] |
DataFlowOpInitializeResult.getTypeDescriptors() |
Constructor and Description |
---|
DataFlowOpInitializeResult(GraphTypeDesc[] typeDescriptors) |
DataFlowOpInputPort(GraphTypeDesc typeDesc,
Set<String> streamNames,
String optionalAlias,
boolean hasPunctuationSignal) |
DataFlowOpOutputPort(String streamName,
GraphTypeDesc optionalDeclaredType) |
Modifier and Type | Method and Description |
---|---|
GraphTypeDesc |
LogicalChannelProducingPortCompiled.getGraphTypeDesc() |
GraphTypeDesc |
LogicalChannelProducingPortDeclared.getTypeDesc() |
Constructor and Description |
---|
LogicalChannelProducingPortCompiled(int producingOpNum,
String producingOpPrettyPrint,
String streamName,
int streamNumber,
GraphTypeDesc graphTypeDesc,
boolean hasPunctuation) |
LogicalChannelProducingPortDeclared(int producingOpNum,
String producingOpPrettyPrint,
String streamName,
int streamNumber,
GraphTypeDesc typeDesc,
boolean hasPunctuation) |