Package | Description |
---|---|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.epl.approx |
Approximation algos.
|
Modifier and Type | Class and Description |
---|---|
class |
CountMinSketchAgentStringUTF16
Count-min sketch agent that handles String-type values and uses UTF-16 encoding
to transform strings to byte-array and back.
|
Modifier and Type | Method and Description |
---|---|
CountMinSketchAgent |
CountMinSketchSpec.getAgent() |
Modifier and Type | Method and Description |
---|---|
void |
CountMinSketchSpec.setAgent(CountMinSketchAgent agent) |
Constructor and Description |
---|
CountMinSketchAggState(CountMinSketchState state,
CountMinSketchAgent agent) |
CountMinSketchSpec(CountMinSketchSpecHashes hashesSpec,
Integer topkSpec,
CountMinSketchAgent agent) |