Package | Description |
---|---|
com.espertech.esper.dataflow.core |
Data flow core classes.
|
com.espertech.esper.dataflow.util |
Data flow utility classes such as internal model, matching and planning.
|
Modifier and Type | Method and Description |
---|---|
LogicalChannelBinding |
ObjectBindingPair.getBinding() |
Modifier and Type | Method and Description |
---|---|
static DataflowStartDesc |
RealizationFactoryInterface.realize(String dataFlowName,
Map<Integer,Object> operators,
Map<Integer,OperatorMetadataDescriptor> operatorMetadata,
Set<Integer> operatorBuildOrder,
List<LogicalChannelBinding> bindings,
DataFlowSignalManager dataFlowSignalManager,
EPDataFlowInstantiationOptions options,
EPServicesContext services,
StatementContext statementContext) |
Constructor and Description |
---|
ObjectBindingPair(Object target,
String operatorPrettyPrint,
LogicalChannelBinding binding) |
Modifier and Type | Method and Description |
---|---|
static List<LogicalChannelBinding> |
LogicalChannelUtil.getBindingsConsuming(int producerOpNum,
List<LogicalChannelBinding> bindings) |
Modifier and Type | Method and Description |
---|---|
static List<LogicalChannelBinding> |
LogicalChannelUtil.getBindingsConsuming(int producerOpNum,
List<LogicalChannelBinding> bindings) |