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 | Method and Description |
---|---|
CountMinSketchState |
CountMinSketchAgentContext.getState()
Returns state
|
Constructor and Description |
---|
CountMinSketchAgentContext(CountMinSketchState state)
Ctor.
|
CountMinSketchAgentContextAdd(CountMinSketchState state)
Ctor.
|
CountMinSketchAgentContextEstimate(CountMinSketchState state)
Ctor.
|
CountMinSketchAgentContextFromBytes(CountMinSketchState state)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected CountMinSketchState |
CountMinSketchAggState.state |
Modifier and Type | Method and Description |
---|---|
static CountMinSketchState |
CountMinSketchState.makeState(CountMinSketchSpec spec) |
Constructor and Description |
---|
CountMinSketchAggState(CountMinSketchState state,
CountMinSketchAgent agent) |