com.espertech.esper.epl.agg.access
Class AggregationAccessorSlotPair

java.lang.Object
  extended by com.espertech.esper.epl.agg.access.AggregationAccessorSlotPair

public class AggregationAccessorSlotPair
extends java.lang.Object

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

AggregationAccessorSlotPair

public AggregationAccessorSlotPair(int slot,
                                   AggregationAccessor accessor)
Ctor.

Parameters:
slot - number of accessor
accessor - accessor
Method Detail

getSlot

public int getSlot()
Returns the slot.

Returns:
slow

getAccessor

public AggregationAccessor getAccessor()
Returns the accessor.

Returns:
accessor

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com