public class AggregatorNthSerde extends Object
Modifier and Type | Field and Description |
---|---|
protected static short |
SERDE_VERSION |
Constructor and Description |
---|
AggregatorNthSerde() |
Modifier and Type | Method and Description |
---|---|
static AggregationNthState |
read(DataInput input,
byte[] unitKey,
DataInputOutputSerde serdeNullable,
int sizeBuf)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
write(DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer,
DataInputOutputSerde serdeNullable,
Object[] circularBuffer,
long numDataPoints,
int currentBufferElementPointer,
int sizeBuf)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
protected static final short SERDE_VERSION
public static void write(DataOutput output, byte[] unitKey, EventBeanCollatedWriter writer, DataInputOutputSerde serdeNullable, Object[] circularBuffer, long numDataPoints, int currentBufferElementPointer, int sizeBuf) throws IOException
output
- outputunitKey
- unit keywriter
- writerserdeNullable
- bindingcircularBuffer
- buffernumDataPoints
- pointscurrentBufferElementPointer
- pointersizeBuf
- sizeIOException
- io errorpublic static AggregationNthState read(DataInput input, byte[] unitKey, DataInputOutputSerde serdeNullable, int sizeBuf) throws IOException
input
- inputunitKey
- unit keyserdeNullable
- bindingsizeBuf
- sizeIOException
- ioerrorCopyright © 2005–2021. All rights reserved.