Methods in net.esper.view that throw ViewProcessingException |
ViewFactory |
ViewResolutionServiceImpl.create(String nameSpace,
String name)
|
ViewFactory |
ViewResolutionService.create(String namespace,
String name)
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,
StatementContext context)
|
ViewFactoryChain |
ViewService.createFactories(int streamNum,
EventType parentEventType,
List<ViewSpec> viewSpecList,
StatementContext 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,
StatementContext statementContext)
Given a list of view specifications obtained from by parsing this method instantiates a list of view factories. |