|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.table.UnindexedEventTable
public class UnindexedEventTable
Simple table of events without an index.
Constructor Summary | |
---|---|
UnindexedEventTable(int streamNum)
Ctor. |
Method Summary | |
---|---|
void |
add(EventBean[] addEvents)
Add events to table. |
void |
clear()
Clear out index. |
Set<EventBean> |
getEventSet()
Returns events in table. |
boolean |
isEmpty()
Returns true if the index is empty, or false if not |
Iterator<EventBean> |
iterator()
Returns an iterator over events in the table. |
void |
remove(EventBean[] removeEvents)
Remove events from table. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnindexedEventTable(int streamNum)
streamNum
- is the indexed stream's numberMethod Detail |
---|
public void clear()
EventTable
clear
in interface EventTable
public void add(EventBean[] addEvents)
EventTable
add
in interface EventTable
addEvents
- to addpublic void remove(EventBean[] removeEvents)
EventTable
remove
in interface EventTable
removeEvents
- to removepublic boolean isEmpty()
EventTable
isEmpty
in interface EventTable
public Set<EventBean> getEventSet()
public Iterator<EventBean> iterator()
EventTable
iterator
in interface EventTable
public String toString()
toString
in class Object
|
© 2007 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 |