Package | Description |
---|---|
com.espertech.esper.client.dataflow |
Client API for data flows.
|
com.espertech.esper.dataflow.util |
Data flow utility classes such as internal model, matching and planning.
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowOperatorParameterProvider |
EPDataFlowInstantiationOptions.getParameterProvider()
Returns the parameter provider.
|
Modifier and Type | Method and Description |
---|---|
EPDataFlowInstantiationOptions |
EPDataFlowInstantiationOptions.parameterProvider(EPDataFlowOperatorParameterProvider parameterProvider)
Sets the parameter provider.
|
void |
EPDataFlowInstantiationOptions.setParameterProvider(EPDataFlowOperatorParameterProvider parameterProvider)
Sets the parameter provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSupportGraphParamProvider |
Modifier and Type | Method and Description |
---|---|
static void |
PopulateUtil.populateObject(String operatorName,
int operatorNum,
String dataFlowName,
Map<String,Object> objectProperties,
Object top,
ExprNodeOrigin exprNodeOrigin,
ExprValidationContext exprValidationContext,
EPDataFlowOperatorParameterProvider optionalParameterProvider,
Map<String,Object> optionalParameterURIs) |