com.espertech.esper.epl.core
Class ViewResourceDelegateVerifiedStream
java.lang.Object
com.espertech.esper.epl.core.ViewResourceDelegateVerifiedStream
public class ViewResourceDelegateVerifiedStream
- extends java.lang.Object
Coordinates between view factories and requested resource (by expressions) the
availability of view resources to expressions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewResourceDelegateVerifiedStream
public ViewResourceDelegateVerifiedStream(java.util.List<ExprPreviousNode> previousRequests,
java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> priorRequests,
java.util.Set<ExprPreviousMatchRecognizeNode> matchRecognizePreviousRequests)
getPreviousRequests
public java.util.List<ExprPreviousNode> getPreviousRequests()
getPriorRequests
public java.util.SortedMap<java.lang.Integer,java.util.List<ExprPriorNode>> getPriorRequests()
getMatchRecognizePreviousRequests
public java.util.Set<ExprPreviousMatchRecognizeNode> getMatchRecognizePreviousRequests()
getPriorRequestsAsList
public java.util.List<ExprPriorNode> getPriorRequestsAsList()