com.espertech.esper.epl.table.mgmt
Interface TableStateInstanceGrouped
- All Known Implementing Classes:
- TableStateInstanceGroupedImpl
public interface TableStateInstanceGrouped
getTableLevelRWLock
java.util.concurrent.locks.ReentrantReadWriteLock getTableLevelRWLock()
getCreateRowIntoTable
ObjectArrayBackedEventBean getCreateRowIntoTable(java.lang.Object groupByKey,
ExprEvaluatorContext exprEvaluatorContext)
handleRowUpdated
void handleRowUpdated(ObjectArrayBackedEventBean row)
getRowForGroupKey
ObjectArrayBackedEventBean getRowForGroupKey(java.lang.Object groupKey)
getGroupKeys
java.util.Set<java.lang.Object> getGroupKeys()
clear
void clear()
getIndexRepository
EventTableIndexRepository getIndexRepository()