Constructor and Description |
---|
StatementAgentInstanceFactoryCreateNWForge(ViewableActivatorFilterForge activator,
String namedWindowName,
List<ViewFactoryForge> views,
NamedWindowMetaData insertFromNamedWindow,
ExprNode insertFromFilter,
EventType asEventType,
String resultSetProcessorProviderClassName) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
StreamJoinAnalysisResultCompileTime.getUniqueCandidateProperties(List<ViewFactoryForge> forges,
Annotation[] annotations) |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogNFAViewFactoryForge
View factory for match-recognize view.
|
Modifier and Type | Method and Description |
---|---|
List<ViewFactoryForge> |
SubSelectStrategyFactoryLocalViewPreloadedForge.getViewForges() |
List<ViewFactoryForge> |
SubSelectStrategyFactoryIndexShareForge.getViewForges() |
List<ViewFactoryForge> |
SubSelectStrategyFactoryForge.getViewForges() |
List<ViewFactoryForge> |
SubSelectFactoryForge.getViewForges() |
List<ViewFactoryForge> |
SubSelectActivationPlan.getViewForges() |
Constructor and Description |
---|
SubSelectActivationPlan(EventType viewableType,
List<ViewFactoryForge> viewForges,
ViewableActivatorForge activator,
StreamSpecCompiled streamSpecCompiled) |
SubSelectStrategyFactoryLocalViewPreloadedForge(List<ViewFactoryForge> viewForges,
ViewResourceDelegateDesc viewResourceDelegateDesc,
Pair<EventTableFactoryFactoryForge,SubordTableLookupStrategyFactoryForge> lookupStrategy,
ExprNode filterExprNode,
boolean correlatedSubquery,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
int subqueryNumber,
ExprNode[] groupKeys,
NamedWindowMetaData namedWindow,
ExprNode namedWindowFilterExpr,
QueryGraphForge namedWindowFilterQueryGraph,
MultiKeyClassRef groupByMultiKeyClasses,
boolean isTargetHA) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualDWViewFactoryForge |
Modifier and Type | Method and Description |
---|---|
static void |
EPStatementStartMethodHelperValidate.validateNoDataWindowOnNamedWindow(List<ViewFactoryForge> forges) |
Modifier and Type | Method and Description |
---|---|
StateMgmtSetting |
StateMgmtSettingsProviderDefault.view(FabricCharge fabricCharge,
int[] grouping,
ViewForgeEnv viewForgeEnv,
ViewFactoryForge forge) |
StateMgmtSetting |
StateMgmtSettingsProvider.view(FabricCharge fabricCharge,
int[] grouping,
ViewForgeEnv viewForgeEnv,
ViewFactoryForge forge) |
Modifier and Type | Class and Description |
---|---|
class |
ViewFactoryForgeBase |
Modifier and Type | Method and Description |
---|---|
ViewFactoryForge |
ViewResolutionServiceImpl.create(String nameSpace,
String name,
String optionalCreateNamedWindowName) |
ViewFactoryForge |
ViewResolutionService.create(String namespace,
String name,
String optionalCreateNamedWindowName)
Instantiates a
ViewFactoryForge based on the view namespace and name stored in the view spec. |
Modifier and Type | Method and Description |
---|---|
List<ViewFactoryForge> |
ViewFactoryForgeDesc.getForges() |
default List<ViewFactoryForge> |
ViewFactoryForge.getInnerForges() |
Modifier and Type | Method and Description |
---|---|
void |
ViewForgeVisitor.visit(ViewFactoryForge forge) |
T |
ViewFactoryForgeVisitor.visitExtension(ViewFactoryForge extension) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
ViewFactoryForgeUtil.codegenForgesWInit(List<ViewFactoryForge> forges,
int streamNum,
Integer subqueryNum,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
static boolean |
ViewFactoryForgeUtil.hasDataWindows(List<ViewFactoryForge> views) |
static CodegenMethod |
ViewFactoryForgeUtil.makeViewFactories(List<ViewFactoryForge> forges,
Class generator,
CodegenMethodScope parent,
CodegenClassScope classScope,
SAIFFInitializeSymbol symbols) |
Constructor and Description |
---|
ViewFactoryForgeDesc(List<ViewFactoryForge> forges,
List<StmtClassForgeableFactory> multikeyForges,
List<ScheduleHandleTracked> schedules,
FabricCharge fabricCharge) |
Modifier and Type | Class and Description |
---|---|
class |
CorrelationViewForge
Factory for
CorrelationView instances. |
class |
RegressionLinestViewForge
Factory for
RegressionLinestView instances. |
class |
SizeViewForge
Factory for
SizeView instances. |
class |
UnivariateStatisticsViewForge
Factory for
UnivariateStatisticsView instances. |
class |
ViewFactoryForgeBaseDerived |
class |
WeightedAverageViewForge
Factory for
WeightedAverageView instances. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionBatchViewForge
Factory for
ExpressionBatchView . |
class |
ExpressionViewForgeBase
Base factory for expression-based window and batch view.
|
class |
ExpressionWindowViewForge |
Modifier and Type | Class and Description |
---|---|
class |
ExternallyTimedBatchViewForge |
Modifier and Type | Class and Description |
---|---|
class |
ExternallyTimedWindowViewForge
Factory for
ExternallyTimedWindowView . |
Modifier and Type | Class and Description |
---|---|
class |
FirstEventViewForge |
Modifier and Type | Class and Description |
---|---|
class |
FirstLengthWindowViewForge
Factory for
FirstLengthWindowView . |
Modifier and Type | Class and Description |
---|---|
class |
FirstTimeViewForge
Factory for
FirstTimeView . |
Modifier and Type | Class and Description |
---|---|
class |
FirstUniqueByPropertyViewForge
Factory for
FirstUniqueByPropertyView instances. |
Modifier and Type | Class and Description |
---|---|
class |
GroupByViewFactoryForge
Factory for
GroupByView instances. |
class |
MergeViewFactoryForge |
Modifier and Type | Field and Description |
---|---|
protected List<ViewFactoryForge> |
GroupByViewFactoryForge.groupeds |
Modifier and Type | Method and Description |
---|---|
List<ViewFactoryForge> |
GroupByViewFactoryForge.getGroupeds() |
List<ViewFactoryForge> |
GroupByViewFactoryForge.getInnerForges() |
Modifier and Type | Method and Description |
---|---|
void |
GroupByViewFactoryForge.setGroupeds(List<ViewFactoryForge> groupeds) |
Modifier and Type | Class and Description |
---|---|
class |
IntersectViewFactoryForge
Factory for union-views.
|
Modifier and Type | Field and Description |
---|---|
protected List<ViewFactoryForge> |
IntersectViewFactoryForge.intersected |
Modifier and Type | Method and Description |
---|---|
List<ViewFactoryForge> |
IntersectViewFactoryForge.getInnerForges() |
Modifier and Type | Method and Description |
---|---|
static String |
IntersectViewFactoryForge.getViewNameUnionIntersect(boolean intersect,
Collection<ViewFactoryForge> forges) |
Constructor and Description |
---|
IntersectViewFactoryForge(List<ViewFactoryForge> intersected) |
Modifier and Type | Class and Description |
---|---|
class |
KeepAllViewForge |
Modifier and Type | Class and Description |
---|---|
class |
LastEventViewForge
Factory for
LastEventView instances. |
Modifier and Type | Class and Description |
---|---|
class |
LengthWindowViewForge |
Modifier and Type | Class and Description |
---|---|
class |
LengthBatchViewForge |
Modifier and Type | Class and Description |
---|---|
class |
PriorEventViewForge |
Modifier and Type | Class and Description |
---|---|
class |
RankWindowViewForge
Factory for rank window views.
|
Modifier and Type | Class and Description |
---|---|
class |
SortWindowViewForge
Factory for sort window views.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeAccumViewForge |
Modifier and Type | Class and Description |
---|---|
class |
TimeBatchViewForge
Factory for
TimeBatchView . |
Modifier and Type | Class and Description |
---|---|
class |
TimeLengthBatchViewForge |
Modifier and Type | Class and Description |
---|---|
class |
TimeOrderViewForge |
class |
TimeToLiveViewForge |
Modifier and Type | Class and Description |
---|---|
class |
TimeWindowViewForge |
Modifier and Type | Class and Description |
---|---|
class |
UnionViewFactoryForge
Factory for union-views.
|
Modifier and Type | Method and Description |
---|---|
List<ViewFactoryForge> |
UnionViewFactoryForge.getInnerForges() |
Constructor and Description |
---|
UnionViewFactoryForge(List<ViewFactoryForge> unioned) |
Modifier and Type | Class and Description |
---|---|
class |
UniqueByPropertyViewForge
Factory for
UniqueByPropertyView instances. |
Copyright © 2005–2022. All rights reserved.