|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewProcessingException | |
---|---|
net.esper.core | Implementation of client package interfaces, glue code |
net.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
Uses of ViewProcessingException in net.esper.core |
---|
Methods in net.esper.core that throw ViewProcessingException | |
---|---|
Pair<Viewable,EPStatementStopMethod> |
EPStatementStartMethod.start()
Starts the EQL statement. |
Uses of ViewProcessingException in net.esper.view |
---|
Methods in net.esper.view that throw ViewProcessingException | |
---|---|
ViewFactory |
ViewResolutionServiceImpl.create(ViewSpec spec)
|
ViewFactory |
ViewResolutionService.create(ViewSpec spec)
Instantiates a ViewFactory based on the view namespace and name stored in the view spec. |
ViewFactoryChain |
ViewServiceImpl.createFactories(int streamNum,
EventType parentEventType,
List<ViewSpec> viewSpecDefinitions,
StatementServiceContext context)
|
ViewFactoryChain |
ViewService.createFactories(int streamNum,
EventType parentEventType,
List<ViewSpec> viewSpecList,
StatementServiceContext context)
Returns a chain of view factories that can be used to obtain the final event type, and that can later be used to actually create the chain of views or reuse existing views. |
static List<ViewFactory> |
ViewServiceHelper.instantiateFactories(int streamNum,
List<ViewSpec> viewSpecList,
StatementServiceContext statementServiceContext)
Given a list of view specifications obtained from by parsing this method instantiates a list of view factories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |