Package | Description |
---|---|
com.espertech.esper.epl.agg.access |
State multifunction aggregation methods
|
com.espertech.esper.epl.approx |
Approximation algos.
|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Modifier and Type | Method and Description |
---|---|
PlugInAggregationMultiFunctionCodegenType |
CountMinSketchAggAccessorFrequencyForge.getPluginCodegenType() |
PlugInAggregationMultiFunctionCodegenType |
CountMinSketchAggAccessorDefault.getPluginCodegenType() |
Modifier and Type | Method and Description |
---|---|
default PlugInAggregationMultiFunctionCodegenType |
PlugInAggregationMultiFunctionHandler.getCodegenType() |
static PlugInAggregationMultiFunctionCodegenType |
PlugInAggregationMultiFunctionCodegenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlugInAggregationMultiFunctionCodegenType[] |
PlugInAggregationMultiFunctionCodegenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|