Package | Description |
---|---|
com.espertech.esper.dataflow.util |
Data flow utility classes such as internal model, matching and planning.
|
Modifier and Type | Method and Description |
---|---|
LogicalChannelProducingPortCompiled |
LogicalChannel.getOutputPort() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LogicalChannelProducingPortCompiled> |
LogicalChannelUtil.getOutputPortByStreamName(java.util.Set<java.lang.Integer> incomingOpNums,
java.lang.String[] inputStreamNames,
java.util.Map<java.lang.Integer,java.util.List<LogicalChannelProducingPortCompiled>> compiledOutputPorts) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LogicalChannelProducingPortCompiled> |
LogicalChannelUtil.getOutputPortByStreamName(java.util.Set<java.lang.Integer> incomingOpNums,
java.lang.String[] inputStreamNames,
java.util.Map<java.lang.Integer,java.util.List<LogicalChannelProducingPortCompiled>> compiledOutputPorts) |
Constructor and Description |
---|
LogicalChannel(int channelId,
java.lang.String consumingOpName,
int consumingOpNum,
int consumingOpStreamNum,
java.lang.String consumingOpStreamName,
java.lang.String consumingOptStreamAliasName,
java.lang.String consumingOpPrettyPrint,
LogicalChannelProducingPortCompiled outputPort) |