Package | Description |
---|---|
com.espertech.esper.common.internal.context.aifactory.createdataflow | |
com.espertech.esper.common.internal.epl.dataflow.realize |
Modifier and Type | Method and Description |
---|---|
List<LogicalChannel> |
DataflowDesc.getLogicalChannels() |
Modifier and Type | Method and Description |
---|---|
void |
DataflowDesc.setLogicalChannels(List<LogicalChannel> logicalChannels) |
Constructor and Description |
---|
DataflowDescForge(String dataflowName,
Map<String,EventType> declaredTypes,
Map<Integer,OperatorMetadataDescriptor> operatorMetadata,
Set<Integer> operatorBuildOrder,
Map<Integer,DataFlowOperatorForge> operatorFactories,
List<LogicalChannel> logicalChannels,
List<StmtForgeMethodResult> additionalForgables) |
Modifier and Type | Method and Description |
---|---|
LogicalChannel |
LogicalChannelBinding.getLogicalChannel() |
Modifier and Type | Method and Description |
---|---|
static String |
LogicalChannelUtil.printChannels(List<LogicalChannel> channels) |
Constructor and Description |
---|
LogicalChannelBinding(LogicalChannel logicalChannel,
LogicalChannelBindingMethodDesc consumingBindingDesc,
LogicalChannelBindingMethodDesc consumingSignalBindingDesc) |
Copyright © 2005–2018. All rights reserved.