com.espertech.esper.epl.core
Interface ResultSetProcessorRowPerGroupUnboundGroupRep

All Superinterfaces:
AggregationRowRemovedCallback
All Known Implementing Classes:
ResultSetProcessorRowPerGroupUnboundGroupRepImpl

public interface ResultSetProcessorRowPerGroupUnboundGroupRep
extends AggregationRowRemovedCallback


Method Summary
 void destroy()
           
 void put(java.lang.Object key, EventBean event)
           
 void removed(java.lang.Object key)
           
 java.util.Iterator<EventBean> valueIterator()
           
 

Method Detail

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()

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com