Uses of Class
com.espertech.esper.collection.ArrayDequeJDK6Backport

Packages that use ArrayDequeJDK6Backport
com.espertech.esper.collection Internal collection classes 
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.event This package defines the Esper Client event API. 
 

Uses of ArrayDequeJDK6Backport in com.espertech.esper.collection
 

Methods in com.espertech.esper.collection that return ArrayDequeJDK6Backport
 ArrayDequeJDK6Backport<EventBean> TimeWindow.expireEvents(long expireBefore)
          Return and remove events in time-slots earlier (less) then the timestamp passed in, returning the list of events expired.
 

Methods in com.espertech.esper.collection that return types with arguments of type ArrayDequeJDK6Backport
protected  Map<EventBean,ArrayDequeJDK6Backport<EventBean>> TimeWindow.getReverseIndex()
          Returns the reverse index, for testing purposes.
 

Constructors in com.espertech.esper.collection with parameters of type ArrayDequeJDK6Backport
TimeWindowIterator(ArrayDequeJDK6Backport<Pair<Long,ArrayDequeJDK6Backport<EventBean>>> window)
          Ctor.
 

Constructor parameters in com.espertech.esper.collection with type arguments of type ArrayDequeJDK6Backport
TimeWindowIterator(ArrayDequeJDK6Backport<Pair<Long,ArrayDequeJDK6Backport<EventBean>>> window)
          Ctor.
 

Uses of ArrayDequeJDK6Backport in com.espertech.esper.core
 

Fields in com.espertech.esper.core with type parameters of type ArrayDequeJDK6Backport
protected  ThreadLocal<ArrayDequeJDK6Backport<UniformPair<EventBean[]>>> StatementResultServiceImpl.lastResults
          Buffer for holding dispatchable events.
 

Uses of ArrayDequeJDK6Backport in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type ArrayDequeJDK6Backport
static EventBean[] EventBeanUtility.flatten(ArrayDequeJDK6Backport<EventBean[]> eventVector)
          Flatten the vector of arrays to an array.
static UniformPair<EventBean[]> EventBeanUtility.flattenList(ArrayDequeJDK6Backport<UniformPair<EventBean[]>> eventVector)
          Flatten the vector of arrays to an array.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com