public class AggregatorRateEverSerde extends Object
Modifier and Type | Field and Description |
---|---|
protected static short |
SERDE_VERSION |
Constructor and Description |
---|
AggregatorRateEverSerde() |
Modifier and Type | Method and Description |
---|---|
static Deque<Long> |
readPoints(DataInput input)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
writePoints(DataOutput output,
Deque<Long> points)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
protected static final short SERDE_VERSION
public static void writePoints(DataOutput output, Deque<Long> points) throws IOException
output
- outpoints
- pointsIOException
- io errorpublic static Deque<Long> readPoints(DataInput input) throws IOException
input
- inputIOException
- io errorCopyright © 2005–2021. All rights reserved.