|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewServiceContext | |
---|---|
net.esper.eql.view | |
net.esper.view | |
net.esper.view.window |
Uses of ViewServiceContext in net.esper.eql.view |
---|
Methods in net.esper.eql.view with parameters of type ViewServiceContext | |
---|---|
static OutputCondition |
OutputConditionFactory.createCondition(OutputLimitSpec outputLimitSpec,
ViewServiceContext viewContext,
OutputCallback outputCallback)
Creates an output condition instance. |
Constructors in net.esper.eql.view with parameters of type ViewServiceContext | |
---|---|
OutputConditionTime(double secIntervalSize,
ViewServiceContext context,
OutputCallback outputCallback)
Constructor. |
|
OutputProcessView(ResultSetProcessor resultSetProcessor,
int streamCount,
OutputLimitSpec outputLimitSpec,
ViewServiceContext viewContext)
Ctor. |
Uses of ViewServiceContext in net.esper.view |
---|
Methods in net.esper.view with parameters of type ViewServiceContext | |
---|---|
View |
ViewServiceImpl.createView(EventStream eventStream,
java.util.List<ViewSpec> viewSpecDefinitions,
ViewServiceContext context)
|
View |
ViewService.createView(EventStream eventStream,
java.util.List<ViewSpec> viewSpecList,
ViewServiceContext context)
Creates a chain of views returning the last view in the chain. |
protected static java.util.List<View> |
ViewServiceHelper.instantiateChain(java.util.List<View> existingParentViews,
Viewable parentViewable,
java.util.List<ViewSpec> specifications,
ViewServiceContext context)
Instantiate a chain of views. |
void |
ContextAwareView.setContextAware(ViewServiceContext context)
Set the services context containing service handles. |
Uses of ViewServiceContext in net.esper.view.window |
---|
Methods in net.esper.view.window that return ViewServiceContext | |
---|---|
ViewServiceContext |
TimeWindowView.getContext()
Returns context holder. |
ViewServiceContext |
TimeBatchView.getContext()
Returns the context instances used by the view. |
Methods in net.esper.view.window with parameters of type ViewServiceContext | |
---|---|
void |
TimeBatchView.setContext(ViewServiceContext context)
Sets the services that this view depends on. |
void |
TimeWindowView.setContextAware(ViewServiceContext context)
|
void |
TimeBatchView.setContextAware(ViewServiceContext context)
Sets the context instances used by the view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |