Class TableInstanceUngroupedImpl
java.lang.Object
com.espertech.esper.common.internal.epl.table.core.TableInstanceBase
com.espertech.esper.common.internal.epl.table.core.TableInstanceUngroupedBase
com.espertech.esper.common.internal.epl.table.core.TableInstanceUngroupedImpl
- All Implemented Interfaces:
TableInstance
,TableInstanceUngrouped
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.table.core.TableInstanceBase
agentInstanceContext, indexRepository, table, tableLevelRWLock
-
Constructor Summary
ConstructorDescriptionTableInstanceUngroupedImpl
(Table table, AgentInstanceContext agentInstanceContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
deleteEvent
(EventBean matchingEvent) void
destroy()
getCreateRowIntoTable
(ExprEvaluatorContext exprEvaluatorContext) void
handleRowUpdated
(ObjectArrayBackedEventBean updatedEvent) void
handleRowUpdateKeyAfterUpdate
(ObjectArrayBackedEventBean updatedEvent) void
handleRowUpdateKeyBeforeUpdate
(ObjectArrayBackedEventBean updatedEvent) long
size()
Methods inherited from class com.espertech.esper.common.internal.epl.table.core.TableInstanceUngroupedBase
addExplicitIndex, createRowIntoTable, removeExplicitIndex
Methods inherited from class com.espertech.esper.common.internal.epl.table.core.TableInstanceBase
addEventUnadorned, getAgentInstanceContext, getIndexRepository, getTable, getTableLevelRWLock
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.table.core.TableInstance
addEventUnadorned, getAgentInstanceContext, getIndexRepository, getTable, getTableLevelRWLock
-
Constructor Details
-
TableInstanceUngroupedImpl
-
-
Method Details
-
getEventCollection
-
size
public long size() -
addEvent
-
getCreateRowIntoTable
-
getEventUngrouped
-
clearInstance
public void clearInstance() -
destroy
public void destroy() -
getIterableTableScan
-
deleteEvent
-
getIndex
-
handleRowUpdated
-
handleRowUpdateKeyBeforeUpdate
-
handleRowUpdateKeyAfterUpdate
-