|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatViewAdditionalProps | |
---|---|
com.espertech.esper.view.stat | Views computing statistical values. |
com.espertech.esper.view.std | Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. |
Uses of StatViewAdditionalProps in com.espertech.esper.view.stat |
---|
Fields in com.espertech.esper.view.stat declared as StatViewAdditionalProps | |
---|---|
protected StatViewAdditionalProps |
WeightedAverageViewFactory.additionalProps
|
protected StatViewAdditionalProps |
UnivariateStatisticsViewFactory.additionalProps
|
protected StatViewAdditionalProps |
RegressionLinestViewFactory.additionalProps
|
protected StatViewAdditionalProps |
CorrelationViewFactory.additionalProps
Additional properties. |
protected StatViewAdditionalProps |
BaseBivariateStatisticsView.additionalProps
Additional properties. |
Methods in com.espertech.esper.view.stat that return StatViewAdditionalProps | |
---|---|
StatViewAdditionalProps |
WeightedAverageViewFactory.getAdditionalProps()
|
StatViewAdditionalProps |
UnivariateStatisticsViewFactory.getAdditionalProps()
|
StatViewAdditionalProps |
RegressionLinestViewFactory.getAdditionalProps()
|
StatViewAdditionalProps |
CorrelationViewFactory.getAdditionalProps()
|
StatViewAdditionalProps |
BaseBivariateStatisticsView.getAdditionalProps()
|
static StatViewAdditionalProps |
StatViewAdditionalProps.make(ExprNode[] validated,
int startIndex,
EventType parentEventType)
|
Methods in com.espertech.esper.view.stat with parameters of type StatViewAdditionalProps | |
---|---|
static void |
StatViewAdditionalProps.addCheckDupProperties(java.util.Map<java.lang.String,java.lang.Object> target,
StatViewAdditionalProps addProps,
ViewFieldEnum... builtin)
|
static EventType |
WeightedAverageView.createEventType(StatementContext statementContext,
StatViewAdditionalProps additionalProps,
int streamNum)
Creates the event type for this view. |
static EventType |
UnivariateStatisticsView.createEventType(StatementContext statementContext,
StatViewAdditionalProps additionalProps,
int streamNum)
Creates the event type for this view. |
protected static EventType |
RegressionLinestView.createEventType(StatementContext statementContext,
StatViewAdditionalProps additionalProps,
int streamNum)
Creates the event type for this view. |
protected static EventType |
CorrelationView.createEventType(StatementContext statementContext,
StatViewAdditionalProps additionalProps,
int streamNum)
Creates the event type for this view. |
static EventBean |
RegressionLinestView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
static EventBean |
CorrelationView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
Populate bean. |
static EventBean |
UnivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] lastNewValues)
|
EventBean |
RegressionLinestView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
EventBean |
CorrelationView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
|
protected abstract EventBean |
BaseBivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventAdapterService eventAdapterService,
EventType eventType,
StatViewAdditionalProps additionalProps,
java.lang.Object[] decoration)
Populate bean. |
void |
WeightedAverageViewFactory.setAdditionalProps(StatViewAdditionalProps additionalProps)
|
void |
UnivariateStatisticsViewFactory.setAdditionalProps(StatViewAdditionalProps additionalProps)
|
Constructors in com.espertech.esper.view.stat with parameters of type StatViewAdditionalProps | |
---|---|
BaseBivariateStatisticsView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprNode expressionX,
ExprNode expressionY,
EventType eventType,
StatViewAdditionalProps additionalProps)
Constructor requires the name of the two fields to use in the parent view to compute the statistics. |
|
CorrelationView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprNode xExpression,
ExprNode yExpression,
EventType eventType,
StatViewAdditionalProps additionalProps)
Constructor. |
|
RegressionLinestView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprNode xFieldName,
ExprNode yFieldName,
EventType eventType,
StatViewAdditionalProps additionalProps)
Constructor. |
Uses of StatViewAdditionalProps in com.espertech.esper.view.std |
---|
Fields in com.espertech.esper.view.std declared as StatViewAdditionalProps | |
---|---|
protected StatViewAdditionalProps |
SizeViewFactory.additionalProps
|
Methods in com.espertech.esper.view.std with parameters of type StatViewAdditionalProps | |
---|---|
static EventType |
SizeView.createEventType(StatementContext statementContext,
StatViewAdditionalProps additionalProps,
int streamNum)
Creates the event type for this view |
Constructors in com.espertech.esper.view.std with parameters of type StatViewAdditionalProps | |
---|---|
SizeView(AgentInstanceContext agentInstanceContext,
EventType eventType,
StatViewAdditionalProps additionalProps)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |