com.espertech.esper.core.service
Interface ExpressionResultCacheForEnumerationMethod
- All Known Implementing Classes:
- ExpressionResultCacheForEnumerationMethodImpl
public interface ExpressionResultCacheForEnumerationMethod
pushStack
void pushStack(ExpressionResultCacheStackEntry lambda)
popLambda
boolean popLambda()
getStack
java.util.Deque<ExpressionResultCacheStackEntry> getStack()
getEnumerationMethodLastValue
ExpressionResultCacheEntry<java.lang.Long[],java.lang.Object> getEnumerationMethodLastValue(java.lang.Object node)
saveEnumerationMethodLastValue
void saveEnumerationMethodLastValue(java.lang.Object node,
java.lang.Object result)
pushContext
void pushContext(long contextNumber)
popContext
void popContext()