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