Class ExpressionResultCacheForPropUnwrapImpl
java.lang.Object
com.espertech.esper.common.internal.epl.enummethod.cache.ExpressionResultCacheForPropUnwrapImpl
- All Implemented Interfaces:
ExpressionResultCacheForPropUnwrap
public class ExpressionResultCacheForPropUnwrapImpl
extends Object
implements ExpressionResultCacheForPropUnwrap
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.enummethod.cache.ExpressionResultCacheForPropUnwrap
EPTYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertyColl
(String propertyNameFullyQualified, EventBean reference) void
savePropertyColl
(String propertyNameFullyQualified, EventBean reference, Collection<EventBean> events)
-
Constructor Details
-
ExpressionResultCacheForPropUnwrapImpl
public ExpressionResultCacheForPropUnwrapImpl()
-
-
Method Details
-
getPropertyColl
public ExpressionResultCacheEntryBeanAndCollBean getPropertyColl(String propertyNameFullyQualified, EventBean reference) - Specified by:
getPropertyColl
in interfaceExpressionResultCacheForPropUnwrap
-
savePropertyColl
public void savePropertyColl(String propertyNameFullyQualified, EventBean reference, Collection<EventBean> events) - Specified by:
savePropertyColl
in interfaceExpressionResultCacheForPropUnwrap
-