com.espertech.esper.core.service
Interface ExpressionResultCacheForPropUnwrap

All Known Implementing Classes:
ExpressionResultCacheForPropUnwrapImpl

public interface ExpressionResultCacheForPropUnwrap

On the level of indexed event properties: Properties that are contained in EventBean instances, such as for Enumeration Methods, get wrapped only once for the same event. The cache is keyed by property-name and EventBean reference and maintains a Collection. NOTE: ExpressionResultCacheEntry should not be held onto since the instance returned can be reused.


Method Summary
 ExpressionResultCacheEntry<EventBean,java.util.Collection<EventBean>> getPropertyColl(java.lang.String propertyNameFullyQualified, EventBean reference)
           
 void savePropertyColl(java.lang.String propertyNameFullyQualified, EventBean reference, java.util.Collection<EventBean> events)
           
 

Method Detail

getPropertyColl

ExpressionResultCacheEntry<EventBean,java.util.Collection<EventBean>> getPropertyColl(java.lang.String propertyNameFullyQualified,
                                                                                      EventBean reference)

savePropertyColl

void savePropertyColl(java.lang.String propertyNameFullyQualified,
                      EventBean reference,
                      java.util.Collection<EventBean> events)

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