|
||||||||||
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 abstract class UnindexedEventTable
Simple table of events without an index.
Constructor Summary | |
---|---|
UnindexedEventTable(int streamNum)
Ctor. |
Method Summary | |
---|---|
abstract java.util.Set<EventBean> |
getEventSet()
|
int |
getNumKeys()
If the index retains events using some key-based organization this returns the number of keys, and may return null to indicate that either the number of keys is not available or costly to obtain. |
EventTableOrganization |
getOrganization()
|
java.lang.String |
toQueryPlan()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.espertech.esper.epl.join.table.EventTable |
---|
add, add, addRemove, clear, destroy, getIndex, getNumberOfEvents, getProviderClass, isEmpty, iterator, remove, remove |
Constructor Detail |
---|
public UnindexedEventTable(int streamNum)
streamNum
- is the indexed stream's numberMethod Detail |
---|
public abstract java.util.Set<EventBean> getEventSet()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toQueryPlan()
toQueryPlan
in interface EventTable
public int getNumKeys()
EventTable
The number returned can be an estimate and may not be accurate.
getNumKeys
in interface EventTable
public EventTableOrganization getOrganization()
getOrganization
in interface EventTable
|
© 2006-2016 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 |