Class AggregationStateSerdeCountMinSketch
java.lang.Object
com.espertech.esper.common.internal.epl.agg.access.countminsketch.AggregationStateSerdeCountMinSketch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
appendFormat
(FabricTypeCollector collector, CountMinSketchSpecForge spec) static CountMinSketchAggState
readCountMinSketch
(DataInput input, CountMinSketchSpec spec) NOTE: Code-generation-invoked method, method name and parameter order mattersstatic void
writeCountMinSketch
(DataOutput output, CountMinSketchAggState state) NOTE: Code-generation-invoked method, method name and parameter order matters
-
Constructor Details
-
AggregationStateSerdeCountMinSketch
public AggregationStateSerdeCountMinSketch()
-
-
Method Details
-
writeCountMinSketch
public static void writeCountMinSketch(DataOutput output, CountMinSketchAggState state) throws IOException NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
output
- outstate
- state- Throws:
IOException
- when there is a write exception
-
readCountMinSketch
public static CountMinSketchAggState readCountMinSketch(DataInput input, CountMinSketchSpec spec) throws IOException NOTE: Code-generation-invoked method, method name and parameter order matters- Parameters:
input
- inspec
- spec- Returns:
- state
- Throws:
IOException
- when there is a read exception
-
appendFormat
-