|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewServiceContext | |
---|---|
net.esper.eql.view | |
net.esper.view | |
net.esper.view.stat | |
net.esper.view.std | |
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 that return ViewServiceContext | |
---|---|
ViewServiceContext |
ContextAwareView.getViewServiceContext()
Returns the context instances used by the 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.setViewServiceContext(ViewServiceContext viewServiceContext)
Set the services context containing service handles. |
Uses of ViewServiceContext in net.esper.view.stat |
---|
Fields in net.esper.view.stat declared as ViewServiceContext | |
---|---|
protected ViewServiceContext |
BaseBivariateStatisticsView.viewServiceContext
Services required by implementing classes. |
Methods in net.esper.view.stat that return ViewServiceContext | |
---|---|
ViewServiceContext |
WeightedAverageView.getViewServiceContext()
|
ViewServiceContext |
UnivariateStatisticsView.getViewServiceContext()
|
ViewServiceContext |
MultiDimStatsView.getViewServiceContext()
|
ViewServiceContext |
BaseBivariateStatisticsView.getViewServiceContext()
|
Methods in net.esper.view.stat with parameters of type ViewServiceContext | |
---|---|
void |
WeightedAverageView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
UnivariateStatisticsView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
MultiDimStatsView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
BaseBivariateStatisticsView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
Uses of ViewServiceContext in net.esper.view.std |
---|
Methods in net.esper.view.std that return ViewServiceContext | |
---|---|
ViewServiceContext |
SizeView.getViewServiceContext()
|
ViewServiceContext |
MergeView.getViewServiceContext()
|
ViewServiceContext |
GroupByView.getViewServiceContext()
|
ViewServiceContext |
AddPropertyValueView.getViewServiceContext()
|
Methods in net.esper.view.std with parameters of type ViewServiceContext | |
---|---|
protected static java.util.List<View> |
GroupByView.makeSubViews(GroupByView groupView,
java.lang.Object[] groupByValues,
ViewServiceContext viewServiceContext)
Instantiate subviews for the given group view and the given key value to group-by. |
void |
SizeView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
MergeView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
GroupByView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
AddPropertyValueView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
Uses of ViewServiceContext in net.esper.view.window |
---|
Methods in net.esper.view.window that return ViewServiceContext | |
---|---|
ViewServiceContext |
TimeWindowView.getViewServiceContext()
|
ViewServiceContext |
TimeBatchView.getViewServiceContext()
|
Methods in net.esper.view.window with parameters of type ViewServiceContext | |
---|---|
void |
TimeWindowView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
void |
TimeBatchView.setViewServiceContext(ViewServiceContext viewServiceContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |