Class TableInstanceGroupedBase
java.lang.Object
com.espertech.esper.common.internal.epl.table.core.TableInstanceBase
com.espertech.esper.common.internal.epl.table.core.TableInstanceGroupedBase
- All Implemented Interfaces:
TableInstance
,TableInstanceGrouped
- Direct Known Subclasses:
TableInstanceGroupedImpl
public abstract class TableInstanceGroupedBase
extends TableInstanceBase
implements TableInstanceGrouped
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.table.core.TableInstanceBase
agentInstanceContext, indexRepository, table, tableLevelRWLock
-
Constructor Summary
ConstructorDescriptionTableInstanceGroupedBase
(Table table, AgentInstanceContext agentInstanceContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected ObjectArrayBackedEventBean
createRowIntoTable
(Object groupKeys) 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, addExplicitIndex, clearInstance, deleteEvent, destroy, getAgentInstanceContext, getEventCollection, getIndex, getIndexRepository, getIterableTableScan, getTableLevelRWLock, handleRowUpdateKeyAfterUpdate, handleRowUpdateKeyBeforeUpdate, removeExplicitIndex, size
Methods inherited from interface com.espertech.esper.common.internal.epl.table.core.TableInstanceGrouped
getCreateRowIntoTable, getGroupKeys, getGroupKeysMayMultiKey, getRowForGroupKey, getTable, handleRowUpdated
-
Constructor Details
-
TableInstanceGroupedBase
-
-
Method Details
-
addEvent
- Specified by:
addEvent
in interfaceTableInstance
-
createRowIntoTable
-