Class ViewResourceDelegateDesc
java.lang.Object
com.espertech.esper.common.internal.view.access.ViewResourceDelegateDesc
Coordinates between view factories and requested resource (by expressions) the
availability of view resources to expressions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
static final EPTypeClass
static final ViewResourceDelegateDesc[]
-
Constructor Summary
ConstructorDescriptionViewResourceDelegateDesc
(boolean hasPrevious, StateMgmtSetting previousStateSettingsOpt, SortedSet<Integer> priorRequests) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasPrior
(ViewResourceDelegateDesc[] delegates) boolean
static CodegenExpression
toExpression
(ViewResourceDelegateDesc[] descs)
-
Field Details
-
EPTYPE
-
EPTYPEARRAY
-
SINGLE_ELEMENT_ARRAY
-
-
Constructor Details
-
ViewResourceDelegateDesc
public ViewResourceDelegateDesc(boolean hasPrevious, StateMgmtSetting previousStateSettingsOpt, SortedSet<Integer> priorRequests)
-
-
Method Details
-
toExpression
-
isHasPrevious
public boolean isHasPrevious() -
getPriorRequests
-
getPreviousStateSettingsOpt
-
toExpression
-
hasPrior
-