Uses of Class
com.espertech.esper.common.internal.collection.RefCountedSet
Packages that use RefCountedSet
Package
Description
Internal collection classes
-
Uses of RefCountedSet in com.espertech.esper.common.internal.collection
Methods in com.espertech.esper.common.internal.collection that return RefCountedSetModifier and TypeMethodDescriptionstatic RefCountedSet<Double>
RefCountedSet.readPointsDouble
(DataInput input) NOTE: Code-generation-invoked method, method name and parameter order mattersMethods in com.espertech.esper.common.internal.collection with parameters of type RefCountedSetModifier and TypeMethodDescriptionstatic void
RefCountedSet.writePointsDouble
(DataOutput output, RefCountedSet<Double> valueSet) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of RefCountedSet in com.espertech.esper.common.internal.epl.agg.method.avedev
Methods in com.espertech.esper.common.internal.epl.agg.method.avedev with parameters of type RefCountedSetModifier and TypeMethodDescriptionstatic Object
AggregatorAvedev.computeAvedev
(RefCountedSet<Double> valueSet, double sum) NOTE: Code-generation-invoked method, method name and parameter order matters -
Uses of RefCountedSet in com.espertech.esper.common.internal.serde.serdeset.additional
Methods in com.espertech.esper.common.internal.serde.serdeset.additional that return RefCountedSetModifier and TypeMethodDescriptionMethods in com.espertech.esper.common.internal.serde.serdeset.additional with parameters of type RefCountedSetModifier and TypeMethodDescriptionvoid
DIORefCountedSet.write
(RefCountedSet<Object> valueSet, DataOutput output, byte[] unitKey, EventBeanCollatedWriter writer) -
Uses of RefCountedSet in com.espertech.esper.common.internal.view.union
Fields in com.espertech.esper.common.internal.view.union declared as RefCountedSetModifier and TypeFieldDescriptionprotected final RefCountedSet<EventBean>
UnionAsymetricView.unionWindow
protected final RefCountedSet<EventBean>
UnionView.unionWindow