public abstract class UnindexedEventTable extends java.lang.Object implements EventTable
Constructor and Description |
---|
UnindexedEventTable(int streamNum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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 -1 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, add, addRemove, clear, destroy, getIndex, getNumberOfEvents, getProviderClass, isEmpty, iterator, remove, remove
public UnindexedEventTable(int streamNum)
streamNum
- is the indexed stream's numberpublic 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