com.espertech.esper.epl.core
Interface ResultSetProcessorRowPerGroupUnboundGroupRep
- All Superinterfaces:
- AggregationRowRemovedCallback
- All Known Implementing Classes:
- ResultSetProcessorRowPerGroupUnboundGroupRepImpl
public interface ResultSetProcessorRowPerGroupUnboundGroupRep
- extends AggregationRowRemovedCallback
put
void put(java.lang.Object key,
EventBean event)
removed
void removed(java.lang.Object key)
- Specified by:
removed
in interface AggregationRowRemovedCallback
valueIterator
java.util.Iterator<EventBean> valueIterator()
destroy
void destroy()