Package | Description |
---|---|
com.espertech.esper.common.client.serde |
Serdes are for serializing and de-serializing.
|
com.espertech.esper.common.internal.epl.agg.method.nth | |
com.espertech.esper.common.internal.serde |
Modifier and Type | Method and Description |
---|---|
void |
DataInputOutputSerde.write(E object,
DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer)
Write an object to the stream.
|
Modifier and Type | Method and Description |
---|---|
static void |
AggregatorNth.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
|
Modifier and Type | Method and Description |
---|---|
void |
DIOSerdeTreeMapEventsMayDeque.write(TreeMap<Object,Object> object,
DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer) |
Copyright © 2005–2018. All rights reserved.