Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateNW.setViewFactories(ViewFactory[] viewFactories) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactorySelect.setViewFactories(ViewFactory[][] viewFactories) |
Modifier and Type | Method and Description |
---|---|
static PriorEventViewFactory |
PriorHelper.findPriorViewFactory(ViewFactory[] factories) |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogNFAViewFactory
View factory for match-recognize view.
|
Modifier and Type | Method and Description |
---|---|
void |
SubSelectStrategyFactoryLocalViewPreloaded.setViewFactories(ViewFactory[] viewFactories) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualDWViewFactory |
Modifier and Type | Method and Description |
---|---|
static void |
AuditPath.auditView(EventBean[] newData,
EventBean[] oldData,
ExprEvaluatorContext context,
ViewFactory viewFactory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
void |
AuditProviderView.view(EventBean[] newData,
EventBean[] oldData,
AgentInstanceContext agentInstanceContext,
ViewFactory viewFactory) |
void |
AuditProviderDefault.view(EventBean[] newData,
EventBean[] oldData,
AgentInstanceContext agentInstanceContext,
ViewFactory viewFactory) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.qViewIndicate(ViewFactory viewFactory,
EventBean[] newData,
EventBean[] oldData) |
void |
InstrumentationCommon.qViewIndicate(ViewFactory viewFactory,
EventBean[] newData,
EventBean[] oldData) |
void |
InstrumentationCommonDefault.qViewProcessIRStream(ViewFactory viewFactory,
EventBean[] newData,
EventBean[] oldData) |
void |
InstrumentationCommon.qViewProcessIRStream(ViewFactory viewFactory,
EventBean[] newData,
EventBean[] oldData) |
void |
InstrumentationCommonDefault.qViewScheduledEval(ViewFactory viewFactory) |
void |
InstrumentationCommon.qViewScheduledEval(ViewFactory viewFactory) |
Modifier and Type | Method and Description |
---|---|
static DataWindowViewWithPrevious |
EPStatementStartMethodHelperPrevious.findPreviousViewFactory(ViewFactory[] factories) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataWindowViewFactory
Marker interface for use with view factories that create data window views only.
|
Modifier and Type | Method and Description |
---|---|
static AgentInstanceViewFactoryChainContext |
AgentInstanceViewFactoryChainContext.create(ViewFactory[] viewFactoryChain,
AgentInstanceContext agentInstanceContext,
ViewResourceDelegateDesc viewResourceDelegate) |
static ViewablePair |
ViewFactoryUtil.materialize(ViewFactory[] factories,
Viewable eventStreamParent,
AgentInstanceViewFactoryChainContext viewFactoryChainContext,
List<AgentInstanceStopCallback> stopCallbacks) |
Modifier and Type | Class and Description |
---|---|
class |
CorrelationViewFactory
Factory for
CorrelationView instances. |
class |
RegressionLinestViewFactory
Factory for
RegressionLinestView instances. |
class |
SizeViewFactory
Factory for
SizeView instances. |
class |
UnivariateStatisticsViewFactory
Factory for
UnivariateStatisticsView instances. |
class |
WeightedAverageViewFactory
Factory for
WeightedAverageView instances. |
Modifier and Type | Field and Description |
---|---|
protected ViewFactory |
BaseBivariateStatisticsView.viewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
WeightedAverageView.getViewFactory() |
ViewFactory |
UnivariateStatisticsView.getViewFactory() |
ViewFactory |
BaseBivariateStatisticsView.getViewFactory() |
Constructor and Description |
---|
BaseBivariateStatisticsView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator expressionXEval,
ExprEvaluator expressionYEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps)
Constructor requires the name of the two fields to use in the parent view to compute the statistics.
|
CorrelationView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator xExpressionEval,
ExprEvaluator yExpressionEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps) |
RegressionLinestView(ViewFactory viewFactory,
AgentInstanceContext agentInstanceContext,
ExprEvaluator xEval,
ExprEvaluator yEval,
EventType eventType,
StatViewAdditionalPropsEval additionalProps) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBatchViewFactory
Factory for
ExpressionBatchView . |
class |
ExpressionViewFactoryBase
Base factory for expression-based window and batch view.
|
class |
ExpressionWindowViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
ExpressionViewBase.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ExternallyTimedBatchViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
ExternallyTimedBatchView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ExternallyTimedWindowViewFactory
Factory for
ExternallyTimedWindowView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
ExternallyTimedWindowView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
FirstEventViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
FirstEventView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
FirstLengthWindowViewFactory
Factory for
FirstLengthWindowView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
FirstLengthWindowView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
FirstTimeViewFactory
Factory for
FirstTimeView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
FirstTimeView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
FirstUniqueByPropertyViewFactory
Factory for
FirstUniqueByPropertyView instances. |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
FirstUniqueByPropertyView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
GroupByViewFactory
Factory for
GroupByView instances. |
Modifier and Type | Field and Description |
---|---|
protected ViewFactory[] |
GroupByViewFactory.groupeds |
Modifier and Type | Method and Description |
---|---|
ViewFactory[] |
GroupByViewFactory.getGroupeds() |
Modifier and Type | Method and Description |
---|---|
void |
GroupByViewFactory.setGroupeds(ViewFactory[] groupeds) |
Modifier and Type | Class and Description |
---|---|
class |
IntersectViewFactory
Factory for union-views.
|
Modifier and Type | Field and Description |
---|---|
protected ViewFactory[] |
IntersectViewFactory.intersecteds |
Modifier and Type | Method and Description |
---|---|
ViewFactory[] |
IntersectViewFactory.getIntersecteds() |
ViewFactory |
IntersectBatchView.getViewFactory() |
Modifier and Type | Method and Description |
---|---|
void |
IntersectViewFactory.setIntersecteds(ViewFactory[] intersecteds) |
static void |
IntersectDefaultView.visitViewContained(ViewDataVisitorContained viewDataVisitor,
ViewFactory viewFactory,
View[] views) |
Modifier and Type | Class and Description |
---|---|
class |
KeepAllViewFactory
Factory for keep-all-views.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
KeepAllView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
LastEventViewFactory
Factory for
LastEventView instances. |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
LastEventView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
LengthWindowViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
LengthWindowViewRStream.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
LengthBatchViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
LengthBatchViewRStream.getViewFactory() |
ViewFactory |
LengthBatchView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
PriorEventViewFactory
Factory for making
PriorEventView instances. |
Modifier and Type | Class and Description |
---|---|
class |
RankWindowViewFactory
Factory for rank window views.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
RankWindowView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
SortWindowViewFactory
Factory for sort window views.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
SortWindowView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
TimeAccumViewFactory |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
TimeAccumViewRStream.getViewFactory() |
ViewFactory |
TimeAccumView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
TimeBatchViewFactory
Factory for
TimeBatchView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
TimeBatchViewRStream.getViewFactory() |
ViewFactory |
TimeBatchView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
TimeLengthBatchViewFactory
Factory for
TimeLengthBatchView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
TimeLengthBatchView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
TimeOrderViewFactory
Factory for views for time-ordering events.
|
Modifier and Type | Method and Description |
---|---|
ViewFactory |
TimeOrderView.getFactory() |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowViewFactory
Factory for
TimeWindowView . |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
TimeWindowView.getViewFactory() |
Modifier and Type | Class and Description |
---|---|
class |
UnionViewFactory
Factory for union-views.
|
Modifier and Type | Field and Description |
---|---|
protected ViewFactory[] |
UnionViewFactory.unioned |
Modifier and Type | Method and Description |
---|---|
ViewFactory[] |
UnionViewFactory.getUnioned() |
Modifier and Type | Method and Description |
---|---|
void |
UnionViewFactory.setUnioned(ViewFactory[] unioned) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueByPropertyViewFactory
Factory for
UniqueByPropertyView instances. |
Modifier and Type | Method and Description |
---|---|
ViewFactory |
UniqueByPropertyView.getViewFactory() |
Copyright © 2005–2018. All rights reserved.