Package | Description |
---|---|
com.espertech.esper.common.internal.epl.dataflow.interfaces |
Data flow operator and related interface.
|
com.espertech.esper.common.internal.epl.dataflow.realize |
Modifier and Type | Method and Description |
---|---|
GraphTypeDesc |
DataFlowOpOutputPort.getOptionalDeclaredType() |
GraphTypeDesc |
DataFlowOpInputPort.getTypeDesc() |
GraphTypeDesc[] |
DataFlowOpForgeInitializeResult.getTypeDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowOpForgeInitializeResult.setTypeDescriptors(GraphTypeDesc[] typeDescriptors) |
Constructor and Description |
---|
DataFlowOpForgeInitializeResult(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() |
Modifier and Type | Method and Description |
---|---|
void |
LogicalChannelProducingPortCompiled.setGraphTypeDesc(GraphTypeDesc graphTypeDesc) |
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) |
Copyright © 2005–2019. All rights reserved.