|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.agg.access.AggregationAccessorSlotPair
public class AggregationAccessorSlotPair
For handling access aggregation functions "first, last, window" a pair of slow and accessor.
Constructor Summary | |
---|---|
AggregationAccessorSlotPair(int slot,
AggregationAccessor accessor)
Ctor. |
Method Summary | |
---|---|
AggregationAccessor |
getAccessor()
Returns the accessor. |
int |
getSlot()
Returns the slot. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationAccessorSlotPair(int slot, AggregationAccessor accessor)
slot
- number of accessoraccessor
- accessorMethod Detail |
---|
public int getSlot()
public AggregationAccessor getAccessor()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |