Package | Description |
---|---|
com.espertech.esper.common.internal.collection |
Internal collection classes
|
com.espertech.esper.common.internal.epl.agg.method.avedev | |
com.espertech.esper.common.internal.serde.serdeset.additional | |
com.espertech.esper.common.internal.view.union |
Modifier and Type | Method and Description |
---|---|
static RefCountedSet<Double> |
RefCountedSet.readPointsDouble(DataInput input)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
static void |
RefCountedSet.writePointsDouble(DataOutput output,
RefCountedSet<Double> valueSet)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
static Object |
AggregatorAvedev.computeAvedev(RefCountedSet<Double> valueSet,
double sum)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
RefCountedSet<Object> |
DIORefCountedSet.read(DataInput input,
byte[] unitKey) |
Modifier and Type | Method and Description |
---|---|
void |
DIORefCountedSet.write(RefCountedSet<Object> valueSet,
DataOutput output,
byte[] unitKey,
EventBeanCollatedWriter writer) |
Modifier and Type | Field and Description |
---|---|
protected RefCountedSet<EventBean> |
UnionView.unionWindow |
protected RefCountedSet<EventBean> |
UnionAsymetricView.unionWindow |
Copyright © 2005–2021. All rights reserved.