Modifier and Type | Method and Description |
---|---|
EventType |
EventBean.getEventType()
Return the
EventType instance that describes the set of properties available for this event. |
EventType |
FragmentEventType.getFragmentType()
Returns the type of the fragment.
|
EventType[] |
EventType.getSuperTypes()
Returns an array of event types that are super to this event type, from which this event type inherited event properties.
|
Modifier and Type | Method and Description |
---|---|
Iterator<EventType> |
EventType.getDeepSuperTypes()
Returns iterator over all super types to event type, going up the hierarchy and including all
Java interfaces (and their extended interfaces) and superclasses as EventType instances.
|
Set<EventType> |
EventType.getDeepSuperTypesAsSet()
Returns the set of deep supertypes
|
Constructor and Description |
---|
FragmentEventType(EventType fragmentType,
boolean indexed,
boolean isNative)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static ExprNode |
DataFlowParameterValidation.validate(String name,
ExprNode expr,
EventType eventType,
Class expectedReturnType,
DataFlowOpForgeInitializeContext context)
Validate the provided expression.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EPFireAndForgetQueryResult.getEventType()
Returns the event type of the result.
|
EventType |
EPFireAndForgetPreparedQuery.getEventType()
Returns the event type, representing the columns of the select-clause.
|
Modifier and Type | Method and Description |
---|---|
EventType |
AggregationMultiFunctionMethodDesc.getEventTypeCollection()
Returns, when returning a collection of events, the event type or null if not returning a collection of events
|
EventType[] |
AggregationMultiFunctionValidationContext.getEventTypes()
Returns the event types of all events in the select clause
|
EventType |
AggregationMultiFunctionMethodDesc.getEventTypeSingle()
Returns, when returning a single event, the event type or null if not returning a single event
|
Constructor and Description |
---|
AggregationMultiFunctionMethodDesc(AggregationMethodForge forge,
EventType eventTypeCollection,
EPTypeClass componentTypeCollection,
EventType eventTypeSingle)
Ctor.
|
AggregationMultiFunctionValidationContext(String functionName,
EventType[] eventTypes,
ExprNode[] parameterExpressions,
String statementName,
ExprValidationContext validationContext,
ConfigurationCompilerPlugInAggregationMultiFunction config,
ExprNode[] allParameterExpressions,
ExprNode optionalFilterExpression)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EnumMethodValidateContext.getInputEventType()
Returns the event type of the events that are the input of the enumeration method,
or null if the input to the enumeration method are scalar value input and not events
|
Constructor and Description |
---|
EnumMethodValidateContext(DotMethodFP footprintFound,
EventType inputEventType,
EPTypeClass inputCollectionComponentType,
StreamTypeService streamTypeService,
EnumMethodEnum currentMethod,
List<ExprNode> currentParameters,
StatementRawInfo statementRawInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventBeanService.getExistsTypeByName(String eventTypeName)
Look up an event type by name,
|
Modifier and Type | Method and Description |
---|---|
EventType |
ObjectValueTypeWidenerFactoryContext.getEventType()
Returns the event type
|
Constructor and Description |
---|
ObjectValueTypeWidenerFactoryContext(EPType clazz,
String propertyName,
EventType eventType,
String statementName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
VirtualDataWindowForgeContext.getEventType()
Returns the event type of the events held in the virtual data window as per declaration of the named window.
|
EventType |
VirtualDataWindowFactoryContext.getEventType()
Returns the event type
|
EventType |
VirtualDataWindowContext.getEventType()
Returns the event type of the events held in the virtual data window as per declaration of the named window.
|
Constructor and Description |
---|
VirtualDataWindowFactoryContext(EventType eventType,
Object[] parameters,
ExprEvaluator[] parameterExpressions,
String namedWindowName,
Serializable customConfiguration,
ViewFactoryContext viewFactoryContext,
EPStatementInitServices services)
Ctor.
|
VirtualDataWindowForgeContext(EventType eventType,
Object[] parameters,
ExprNode[] parameterExpressions,
String namedWindowName,
ViewForgeEnv viewForgeEnv,
Serializable customConfiguration)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventPropertyRendererContext.getEventType()
Returns the event type
|
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EPRenderEventService.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPEventTypeRuntime.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPRenderEventService.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPEventTypeRuntime.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPRenderEventService.getXMLRenderer(EventType eventType)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPEventTypeRuntime.getXMLRenderer(EventType eventType)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPRenderEventService.getXMLRenderer(EventType eventType,
XMLRenderingOptions options)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPEventTypeRuntime.getXMLRenderer(EventType eventType,
XMLRenderingOptions options)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
Constructor and Description |
---|
EventPropertyRendererContext(EventType eventType,
boolean jsonFormatted)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
SerdeProviderEventTypeContext.getEventType()
Returns the event type
|
EventType[] |
SerdeProviderAdditionalInfoEventType.getEventTypeSupertypes()
Returns supertypes when available.
|
Constructor and Description |
---|
SerdeProviderAdditionalInfoEventType(StatementRawInfo raw,
String eventTypeName,
EventType[] eventTypeSupertypes)
Ctor.
|
SerdeProviderEventTypeContext(StatementRawInfo raw,
EventType eventType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
MultiKeyCodegen.codegenGetterEventDistinct(boolean isDistinct,
EventType eventType,
MultiKeyClassRef optionalDistinctMultiKey,
CodegenMethod method,
CodegenClassScope classScope) |
static CodegenExpression |
MultiKeyCodegen.codegenGetterMayMultiKey(EventType eventType,
EventPropertyGetterSPI[] getters,
EPType[] getterResultTypes,
EPTypeClass[] optionalCoercionTypes,
MultiKeyClassRef multiKeyClassRef,
CodegenMethod method,
CodegenClassScope classScope) |
static MultiKeyPlan |
MultiKeyPlanner.planMultiKeyDistinct(boolean isDistinct,
EventType eventType,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextSpecConditionPattern.getAsNameEventType() |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,Pair<EventType,String>> |
PatternStreamSpecCompiled.getArrayEventTypes()
Returns event types tagged in the pattern expression under a repeat-operator.
|
LinkedHashMap<String,Pair<EventType,String>> |
MatchEventSpec.getArrayEventTypes() |
LinkedHashMap<String,Pair<EventType,String>> |
PatternStreamSpecCompiled.getTaggedEventTypes()
Returns event types tagged in the pattern expression.
|
LinkedHashMap<String,Pair<EventType,String>> |
MatchEventSpec.getTaggedEventTypes() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecConditionPattern.setAsNameEventType(EventType asNameEventType) |
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<String,Pair<EventType,String>> |
FilterSpecCompilerArgs.arrayEventTypes |
LinkedHashMap<String,Pair<EventType,String>> |
FilterSpecCompilerArgs.taggedEventTypes |
Modifier and Type | Method and Description |
---|---|
protected static EventType |
FilterSpecCompilerIndexPlannerHelper.getArrayInnerEventType(LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
String streamName) |
EventType |
FilterSpecCompiled.getFilterForEventType()
Returns type of event to filter for.
|
EventType |
FilterSpecCompiled.getResultEventType()
Returns the result event type of the filter specification.
|
static EventType |
StreamSpecCompiler.resolveTypeName(String eventTypeName,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
Modifier and Type | Method and Description |
---|---|
static FilterSpecCompiledDesc |
FilterSpecCompiler.build(FilterSpecValidatedDesc validatedDesc,
EventType eventType,
String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(List<ExprNode> validatedNodes,
EventType eventType,
String eventTypeName,
String optionalStreamName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
void |
FilterSpecCompileHook.filterIndexPlan(EventType eventType,
List<ExprNode> validatedNodes,
FilterSpecPlanForge plan) |
static FilterSpecCompiledDesc |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
String eventTypeName,
List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static FilterSpecCompiledDesc |
FilterSpecCompiler.build(FilterSpecValidatedDesc validatedDesc,
EventType eventType,
String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static FilterSpecCompiledDesc |
FilterSpecCompiler.build(FilterSpecValidatedDesc validatedDesc,
EventType eventType,
String eventTypeName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(List<ExprNode> validatedNodes,
EventType eventType,
String eventTypeName,
String optionalStreamName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static FilterSpecCompiled |
FilterSpecCompiler.buildNoStmtCtx(List<ExprNode> validatedNodes,
EventType eventType,
String eventTypeName,
String optionalStreamName,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
protected static EventType |
FilterSpecCompilerIndexPlannerHelper.getArrayInnerEventType(LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
String streamName) |
protected static FilterSpecParamFilterForEvalDoubleForge |
FilterSpecCompilerIndexPlannerHelper.getIdentNodeDoubleEval(ExprIdentNode node,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
String statementName) |
protected static MatchedEventConvertorForge |
FilterSpecCompilerIndexPlannerHelper.getMatchEventConvertor(ExprNode value,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered) |
protected static MatchedEventConvertorForge |
FilterSpecCompilerIndexPlannerHelper.getMatchEventConvertor(ExprNode value,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerAdvancedIndex.handleAdvancedIndexDescProvider(FilterSpecCompilerAdvIndexDescProvider provider,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
String statementName) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerBooleanLimited.handleBooleanLimited(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerBooleanLimited.handleBooleanLimited(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerEquals.handleEqualsAndRelOp(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerEquals.handleEqualsAndRelOp(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerInSetOfValues.handleInSetNode(ExprInNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerInSetOfValues.handleInSetNode(ExprInNode constituent,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StatementRawInfo raw,
StatementCompileTimeServices services) |
static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerRange.handleRangeNode(ExprBetweenNode betweenNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
static FilterSpecParamForge |
FilterSpecCompilerIndexPlannerRange.handleRangeNode(ExprBetweenNode betweenNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StatementRawInfo raw,
StatementCompileTimeServices services) |
protected static FilterSpecPlanPathTripletForge |
FilterSpecCompilerIndexPlannerConstituent.makeFilterParam(ExprNode constituent,
boolean performConditionPlanning,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services)
For a given expression determine if this is optimizable and create the filter parameter
representing the expression, or null if not optimizable.
|
protected static FilterSpecPlanPathTripletForge |
FilterSpecCompilerIndexPlannerConstituent.makeFilterParam(ExprNode constituent,
boolean performConditionPlanning,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
String statementName,
StreamTypeService streamTypeService,
StatementRawInfo raw,
StatementCompileTimeServices services)
For a given expression determine if this is optimizable and create the filter parameter
representing the expression, or null if not optimizable.
|
static FilterSpecCompiledDesc |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
String eventTypeName,
List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static FilterSpecCompiledDesc |
FilterSpecCompiler.makeFilterSpec(EventType eventType,
String eventTypeName,
List<ExprNode> filterExpessions,
PropertyEvalSpec optionalPropertyEvalSpec,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
String optionalStreamName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static FilterSpecValidatedDesc |
FilterSpecCompiler.validateAllowSubquery(ExprNodeOrigin exprNodeOrigin,
List<ExprNode> exprNodes,
StreamTypeService streamTypeService,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static FilterSpecValidatedDesc |
FilterSpecCompiler.validateAllowSubquery(ExprNodeOrigin exprNodeOrigin,
List<ExprNode> exprNodes,
StreamTypeService streamTypeService,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
FilterSpecCompiled(EventType eventType,
String eventTypeName,
FilterSpecPlanForge filterParameters,
PropertyEvaluatorForge optionalPropertyEvaluator)
Constructor - validates parameter list against event type, throws exception if invalid
property names or mismatcing filter operators are found.
|
Constructor and Description |
---|
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
ContextCompileTimeDescriptor contextDescriptor,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
FilterSpecCompilerArgs(LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTagNamesOrdered,
StreamTypeService streamTypeService,
ContextCompileTimeDescriptor contextDescriptor,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
ExprNode |
CompileExpressionSPI.compileExpression(String epl,
EventType[] eventTypes,
String[] streamNames) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ViewableActivatorPattern.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
ViewableActivatorTable.getEventType() |
EventType |
ViewableActivatorSubselectNone.getEventType() |
EventType |
ViewableActivatorPattern.getEventType() |
EventType |
ViewableActivatorNamedWindow.getEventType() |
EventType |
ViewableActivatorHistorical.getEventType() |
EventType |
ViewableActivatorFilter.getEventType() |
EventType |
ViewableActivatorDataFlow.getEventType() |
EventType |
ViewableActivator.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ViewableActivatorSubselectNone.setEventType(EventType eventType) |
void |
ViewableActivatorPattern.setEventType(EventType eventType) |
void |
ViewableActivatorDataFlow.setEventType(EventType eventType) |
Constructor and Description |
---|
ViewableActivatorDataFlowForge(EventType eventType) |
ViewableActivatorPatternForge(EventType eventType,
PatternStreamSpecCompiled spec,
PatternContext patternContext,
boolean isCanIterate) |
ViewableActivatorSubselectNoneForge(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactory.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
protected abstract StmtClassForgeable |
StmtForgeMethodCreateSimpleBase.aiFactoryForgable(String className,
CodegenPackageScope packageScope,
EventType statementEventType,
String objectName) |
SAIFFInitializeBuilder |
SAIFFInitializeBuilder.eventtype(String name,
EventType eventType) |
SAIFFInitializeBuilder |
SAIFFInitializeBuilder.eventtypes(String name,
EventType[] types) |
SAIFFInitializeBuilder |
SAIFFInitializeBuilder.eventtypesMayNull(String name,
EventType[] eventTypes) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateClass.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
protected StmtClassForgeable |
StmtForgeMethodCreateClass.aiFactoryForgable(String className,
CodegenPackageScope packageScope,
EventType statementEventType,
String objectName) |
void |
StatementAgentInstanceFactoryCreateClass.setStatementEventType(EventType eventType) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateClassForge(EventType statementEventType,
String className) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateContext.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateContext.setStatementEventType(EventType statementEventType) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateContextForge(String contextName,
EventType statementEventType) |
StmtClassForgeableAIFactoryProviderCreateContext(String className,
CodegenPackageScope packageScope,
String contextName,
ContextControllerFactoryForge[] forges,
EventType eventTypeContextProperties,
StatementAgentInstanceFactoryCreateContextForge forge,
StateMgmtSetting partitionIdSvcStateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateDataflow.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
Map<String,EventType> |
DataflowDesc.getDeclaredTypes() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateDataflow.setEventType(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
void |
DataflowDesc.setDeclaredTypes(Map<String,EventType> declaredTypes) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateDataflowForge(EventType eventType,
DataflowDescForge dataflowForge) |
Constructor and Description |
---|
DataflowDescForge(String dataflowName,
Map<String,EventType> declaredTypes,
Map<Integer,OperatorMetadataDescriptor> operatorMetadata,
Set<Integer> operatorBuildOrder,
Map<Integer,DataFlowOperatorForge> operatorFactories,
List<LogicalChannel> logicalChannels,
List<StmtForgeMethodResult> forgables,
List<StmtClassForgeableFactory> additionalForgables) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateExpression.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
protected StmtClassForgeable |
StmtForgeMethodCreateExpression.aiFactoryForgable(String className,
CodegenPackageScope packageScope,
EventType statementEventType,
String objectName) |
void |
StatementAgentInstanceFactoryCreateExpression.setStatementEventType(EventType eventType) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateExpressionForge(EventType statementEventType,
String expressionName) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateIndex.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateIndex.setEventType(EventType eventType) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateIndexForge(EventType eventType,
String indexName,
String indexModuleName,
QueryPlanIndexItemForge explicitIndexDesc,
IndexMultiKey imk,
NamedWindowMetaData namedWindow,
TableMetaData table) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateSchema.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateSchema.setEventType(EventType eventType) |
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateSchemaForge(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
StatementAgentInstanceFactoryCreateTable.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateTable.setPublicEventType(EventType publicEventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
CreateVariableView.getEventType() |
EventType |
StatementAgentInstanceFactoryCreateVariable.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
EventType |
CreateWindowCompileResult.getAsEventType() |
EventType |
NamedWindowSelectedProps.getFragmentType()
Returns the fragment type or null if not a fragment type.
|
EventType |
StatementAgentInstanceFactoryCreateNW.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryCreateNW.setAsEventType(EventType asEventType) |
Constructor and Description |
---|
CreateWindowCompileResult(FilterSpecCompiled filterSpecCompiled,
SelectClauseSpecRaw selectClauseSpecRaw,
EventType asEventType,
List<StmtClassForgeableFactory> additionalForgeables) |
NamedWindowSelectedProps(EPType selectExpressionType,
String assignedName,
EventType fragmentType)
Ctor.
|
StatementAgentInstanceFactoryCreateNWForge(ViewableActivatorFilterForge activator,
String namedWindowName,
List<ViewFactoryForge> views,
NamedWindowMetaData insertFromNamedWindow,
ExprNode insertFromFilter,
EventType asEventType,
String resultSetProcessorProviderClassName) |
Modifier and Type | Method and Description |
---|---|
EventType |
OnTriggerActivatorDesc.getActivatorResultEventType() |
EventType |
StatementAgentInstanceFactoryOnTriggerBaseForge.getResultEventType() |
EventType |
StatementAgentInstanceFactoryOnTriggerBase.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstanceFactoryOnTriggerBase.setResultEventType(EventType resultEventType) |
Constructor and Description |
---|
OnTriggerActivatorDesc(ViewableActivatorForge activator,
String triggerEventTypeName,
EventType activatorResultEventType) |
StatementAgentInstanceFactoryOnTriggerBaseForge(ViewableActivatorForge activator,
EventType resultEventType,
Map<ExprSubselectNode,SubSelectFactoryForge> subselects,
Map<ExprTableAccessNode,ExprTableEvalStrategyFactoryForge> tableAccesses) |
Modifier and Type | Method and Description |
---|---|
EventType |
OnSetVariableView.getEventType() |
Constructor and Description |
---|
StatementAgentInstanceFactoryOnTriggerSetForge(ViewableActivatorForge activator,
EventType resultEventType,
Map<ExprSubselectNode,SubSelectFactoryForge> subselects,
Map<ExprTableAccessNode,ExprTableEvalStrategyFactoryForge> tableAccesses,
VariableReadWritePackageForge variableReadWrite,
String resultSetProcessorProviderClassName) |
Modifier and Type | Method and Description |
---|---|
EventType |
RouteResultView.getEventType() |
Constructor and Description |
---|
RouteResultView(boolean isFirst,
EventType eventType,
EPStatementHandle epStatementHandle,
InternalEventRouter internalEventRouter,
TableInstance[] tableInstances,
OnSplitItemEval[] items,
ResultSetProcessor[] processors,
AgentInstanceContext agentInstanceContext) |
StatementAgentInstanceFactoryOnTriggerSplitStreamForge(ViewableActivatorForge activator,
EventType resultEventType,
Map<ExprSubselectNode,SubSelectFactoryForge> subselects,
Map<ExprTableAccessNode,ExprTableEvalStrategyFactoryForge> tableAccesses,
OnSplitItemForge[] items,
boolean first) |
Modifier and Type | Method and Description |
---|---|
protected InfraOnExprBaseViewFactory |
StatementAgentInstanceFactoryOnTriggerInfraUpdate.setupFactory(EventType infraEventType,
NamedWindow namedWindow,
Table table,
StatementContext statementContext) |
protected InfraOnExprBaseViewFactory |
StatementAgentInstanceFactoryOnTriggerInfraSelect.setupFactory(EventType infraEventType,
NamedWindow namedWindow,
Table table,
StatementContext statementContext) |
protected InfraOnExprBaseViewFactory |
StatementAgentInstanceFactoryOnTriggerInfraMerge.setupFactory(EventType infraEventType,
NamedWindow namedWindow,
Table table,
StatementContext statementContext) |
protected InfraOnExprBaseViewFactory |
StatementAgentInstanceFactoryOnTriggerInfraDelete.setupFactory(EventType infraEventType,
NamedWindow namedWindow,
Table table,
StatementContext statementContext) |
protected abstract InfraOnExprBaseViewFactory |
StatementAgentInstanceFactoryOnTriggerInfraBase.setupFactory(EventType infraEventType,
NamedWindow namedWindow,
Table table,
StatementContext statementContext) |
protected static ExprNode |
OnTriggerPlanValidator.validateJoinNamedWindow(ExprNodeOrigin exprNodeOrigin,
ExprNode deleteJoinExpr,
EventType namedWindowType,
String namedWindowStreamName,
String namedWindowName,
EventType filteredType,
String filterStreamName,
String filteredTypeName,
String optionalTableName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static OnTriggerPlanValidationResult |
OnTriggerPlanValidator.validateOnTriggerPlan(EventType namedWindowOrTableType,
OnTriggerWindowDesc onTriggerDesc,
StreamSpecCompiled streamSpec,
OnTriggerActivatorDesc activatorResult,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
StmtForgeMethodSelectResult.getEventType() |
EventType |
StatementAgentInstanceFactorySelect.getStatementEventType() |
Constructor and Description |
---|
StmtForgeMethodSelectResult(StmtForgeMethodResult forgeResult,
EventType eventType,
int numStreams) |
Modifier and Type | Method and Description |
---|---|
EventType |
InternalEventRouterDesc.getEventType() |
EventType |
StatementAgentInstanceFactoryUpdate.getStatementEventType() |
Modifier and Type | Method and Description |
---|---|
static InternalEventRouterDescForge |
InternalEventRouterDescFactory.getValidatePreprocessing(EventType eventType,
UpdateDesc desc,
Annotation[] annotations) |
void |
InternalEventRouterDesc.setEventType(EventType eventType) |
Constructor and Description |
---|
InternalEventRouterDescForge(EventBeanCopyMethodForge copyMethod,
TypeWidenerSPI[] wideners,
EventType eventType,
Annotation[] annotations,
ExprNode optionalWhereClause,
String[] properties,
ExprNode[] assignments,
InternalEventRouterWriterForge[] writers) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextMetaData.getEventType() |
Constructor and Description |
---|
ContextMetaData(String contextName,
String contextModuleName,
NameAccessModifier contextVisibility,
EventType eventType,
ContextControllerPortableInfo[] validationInfos) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextControllerCategoryValidation.getCategoryEventType() |
Constructor and Description |
---|
ContextControllerCategoryValidation(EventType categoryEventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextConditionDescriptorPattern.getAsNameEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ContextConditionDescriptorPattern.setAsNameEventType(EventType asNameEventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextDefinition.getEventTypeContextProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDefinition.setEventTypeContextProperties(EventType eventTypeContextProperties) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextControllerHashValidationItem.get() |
EventType |
ContextControllerHashValidationItem.getEventType() |
Constructor and Description |
---|
ContextControllerHashedGetterSingleRowForge(Pair<Class,ClasspathImportSingleRowDesc> func,
List<ExprNode> parameters,
int granularity,
EventType eventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
ContextControllerHashValidationItem(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextControllerKeyedValidationItem.get() |
EventType |
ContextControllerKeyedValidationItem.getEventType() |
Constructor and Description |
---|
ContextControllerKeyedValidationItem(EventType eventType,
String[] propertyNames) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeCompileTimeRegistry.getModuleTypes(String typeName) |
Modifier and Type | Method and Description |
---|---|
Collection<EventType> |
EventTypeCompileTimeRegistry.getNewTypesAdded() |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeCompileTimeRegistry.newType(EventType type) |
Modifier and Type | Method and Description |
---|---|
EventType |
ContextPropertyRegistry.getContextEventType() |
EventType |
InternalRoutePreprocessView.getEventType() |
EventType |
ContextMergeView.getEventType() |
Modifier and Type | Method and Description |
---|---|
PathRegistry<String,EventType> |
StatementContextRuntimeServices.getEventTypePathRegistry() |
PathRegistry<String,EventType> |
StatementContext.getEventTypePathRegistry() |
Modifier and Type | Method and Description |
---|---|
String |
ContextPropertyRegistry.getPartitionContextPropertyName(EventType fromType,
String propertyName) |
boolean |
ContextPropertyRegistry.isPartitionProperty(EventType fromType,
String propertyName) |
void |
InternalEventRouterImpl.removePreprocessing(EventType eventType,
InternalEventRouterDesc desc) |
void |
InternalEventRouter.removePreprocessing(EventType eventType,
InternalEventRouterDesc desc) |
Constructor and Description |
---|
ContextMergeView(EventType eventType) |
ContextMergeViewForwarding(EventType eventType) |
InternalRoutePreprocessView(EventType eventType,
StatementResultService statementResultService)
Ctor.
|
Constructor and Description |
---|
StatementContextRuntimeServices(ContextManagementService contextManagementService,
PathRegistry<String,ContextMetaData> contextPathRegistry,
ContextServiceFactory contextServiceFactory,
DatabaseConfigServiceRuntime databaseConfigService,
DataFlowFilterServiceAdapter dataFlowFilterServiceAdapter,
EPDataFlowServiceImpl dataflowService,
String runtimeURI,
Context runtimeEnvContext,
ClasspathImportServiceRuntime classpathImportServiceRuntime,
RuntimeSettingsService runtimeSettingsService,
RuntimeExtensionServices runtimeExtensionServices,
Object epRuntime,
EPRenderEventService epRuntimeRenderEvent,
EventServiceSendEventCommon eventServiceSendEventInternal,
EPRuntimeEventProcessWrapped epRuntimeEventProcessWrapped,
EventBeanService eventBeanService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTableIndexService eventTableIndexService,
EventTypeAvroHandler eventTypeAvroHandler,
PathRegistry<String,EventType> eventTypePathRegistry,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
EventTypeResolvingBeanFactory eventTypeResolvingBeanFactory,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
FilterSharedBoolExprRepository filterSharedBoolExprRepository,
FilterSharedLookupableRepository filterSharedLookupableRepository,
HistoricalDataCacheFactory historicalDataCacheFactory,
InternalEventRouter internalEventRouter,
MetricReportingService metricReportingService,
NamedWindowConsumerManagementService namedWindowConsumerManagementService,
NamedWindowManagementService namedWindowManagementService,
PathRegistry<String,ContextMetaData> pathContextRegistry,
PathRegistry<String,NamedWindowMetaData> pathNamedWindowRegistry,
RowRecogStateRepoFactory rowRecogStateRepoFactory,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
SchedulingService schedulingService,
StatementAgentInstanceLockFactory statementAgentInstanceLockFactory,
StatementResourceHolderBuilder statementResourceHolderBuilder,
TableExprEvaluatorContext tableExprEvaluatorContext,
TableManagementService tableManagementService,
VariableManagementService variableManagementService,
ViewFactoryService viewFactoryService,
ViewServicePreviousFactory viewServicePreviousFactory) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryAccessBase.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Constructor and Description |
---|
AggregationStateKeyWStream(int streamNum,
EventType eventType,
AggregationStateTypeWStream stateType,
ExprNode[] criteraExprNodes,
ExprNode filterExprNode) |
Modifier and Type | Method and Description |
---|---|
EventType |
AggregationPortableValidationLinear.getContainedEventType() |
EventType |
AggregationLinearFactoryDesc.getEnumerationEventType() |
EventType |
AggregationStateLinearForge.getEventType() |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryFirstLastUnbound.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
void |
AggregationPortableValidationLinear.setContainedEventType(EventType containedEventType) |
Constructor and Description |
---|
AggregationForgeFactoryAccessLinear(ExprAggMultiFunctionLinearAccessNode parent,
AggregationAccessorForge accessor,
EPTypeClass accessorResultType,
AggregationMultiFunctionStateKey optionalStateKey,
AggregationStateFactoryForge optionalStateFactory,
AggregationAgentForge optionalAgent,
EventType containedEventType) |
AggregationLinearFactoryDesc(AggregationForgeFactory factory,
EventType enumerationEventType,
EPTypeClass scalarCollectionType,
int streamNum) |
AggregationPortableValidationLinear(EventType containedEventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
AggregationForgeFactoryAccessPlugin.getEventTypeCollection() |
EventType |
AggregationForgeFactoryAccessPlugin.getEventTypeSingle() |
Modifier and Type | Method and Description |
---|---|
EventType |
AggregationForgeFactoryAccessSorted.getContainedEventType() |
EventType |
SortedAggregationStateDesc.getStreamEventType() |
Modifier and Type | Method and Description |
---|---|
void |
AggregationPortableValidationSorted.setContainedEventType(EventType containedEventType) |
Constructor and Description |
---|
AggregationForgeFactoryAccessSorted(ExprAggMultiFunctionSortedMinMaxByNode parent,
AggregationAccessorForge accessor,
EPTypeClass accessorResultType,
EventType containedEventType,
AggregationMultiFunctionStateKey optionalStateKey,
SortedAggregationStateDesc optionalSortedStateDesc,
AggregationAgentForge optionalAgent) |
AggregationPortableValidationSorted(String aggFuncName,
EventType containedEventType,
EPType[] optionalCriteriaTypes) |
SortedAggregationStateDesc(boolean max,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] criteria,
EPType[] criteriaTypes,
DataInputOutputSerdeForge[] criteriaSerdes,
boolean[] sortDescending,
boolean ever,
int streamNum,
ExprAggMultiFunctionSortedMinMaxByNode parent,
ExprForge optionalFilter,
EventType streamEventType) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactory.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
static AggregationServiceForgeDesc |
AggregationServiceFactoryFactory.getService(List<ExprAggregateNode> selectAggregateExprNodes,
Map<ExprNode,String> selectClauseNamedNodes,
List<ExprDeclaredNode> declaredExpressions,
ExprNode[] groupByNodes,
MultiKeyClassRef groupByMultiKey,
List<ExprAggregateNode> havingAggregateExprNodes,
List<ExprAggregateNode> orderByAggregateExprNodes,
List<ExprAggregateNodeGroupKey> groupKeyExpressions,
boolean hasGroupByClause,
Annotation[] annotations,
VariableCompileTimeResolver variableCompileTimeResolver,
boolean isDisallowNoReclaim,
ExprNode whereClause,
ExprNode havingClause,
EventType[] typesPerStream,
AggregationGroupByRollupDescForge groupByRollupDesc,
String optionalContextName,
IntoTableSpec intoTableSpec,
TableCompileTimeResolver tableCompileTimeResolver,
boolean isUnidirectional,
boolean isFireAndForget,
boolean isOnSelect,
ClasspathImportServiceCompileTime classpathImportService,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver,
StateMgmtSettingsProvider stateMgmtSettingsProvider) |
static void |
AggregationValidationUtil.validateEventType(EventType requiredType,
EventType providedType) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryAvedev.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryAvg.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryCountEver.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
ExprForge[] |
AggregationForgeFactoryCount.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryFirstLastEver.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryLeaving.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryMedian.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryMinMax.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryNth.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryPlugin.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryRate.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactoryStddev.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
ExprForge[] |
AggregationForgeFactorySum.getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
EventType |
PropertyEvaluatorSimpleForge.getFragmentEventType() |
EventType |
PropertyEvaluatorSimple.getFragmentEventType() |
EventType |
PropertyEvaluatorSelectForge.getFragmentEventType() |
EventType |
PropertyEvaluatorSelect.getFragmentEventType() |
EventType |
PropertyEvaluatorNestedForge.getFragmentEventType() |
EventType |
PropertyEvaluatorNested.getFragmentEventType() |
EventType |
PropertyEvaluatorForge.getFragmentEventType()
Returns the result type of the events generated by evaluating a property expression.
|
Modifier and Type | Method and Description |
---|---|
static PropertyEvaluatorForge |
PropertyEvaluatorForgeFactory.makeEvaluator(PropertyEvalSpec spec,
EventType sourceEventType,
String optionalSourceStreamName,
StatementRawInfo rawInfo,
StatementCompileTimeServices services) |
void |
PropertyEvaluatorSimple.setEventType(EventType eventType) |
void |
PropertyEvaluatorSelect.setResultEventType(EventType resultEventType) |
void |
PropertyEvaluatorNested.setResultEventType(EventType resultEventType) |
Constructor and Description |
---|
ContainedEventEvalExprNode(ExprEvaluator evaluator,
EventType eventType,
EPStatementInitServices initServices) |
ContainedEventEvalExprNodeForge(ExprForge evaluator,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowFilterServiceAdapterNonHA.addFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapter.addFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapterNonHA.removeFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
void |
DataFlowFilterServiceAdapter.removeFilterCallback(FilterHandleCallback filterHandleCallback,
AgentInstanceContext agentInstanceContext,
EventType eventType,
FilterValueSetParam[][] params,
int filterCallbackId) |
Modifier and Type | Method and Description |
---|---|
EventType |
GraphTypeDesc.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
GraphTypeDesc.setEventType(EventType eventType) |
Constructor and Description |
---|
GraphTypeDesc(boolean wildcard,
boolean underlying,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
DTLocalForge |
ExprDotDTForge.getForge(List<CalendarForge> calendarForges,
TimeAbacus timeAbacus,
EPTypeClass inputTypeClass,
EventType inputEventType,
ReformatForge reformatForge,
IntervalForge intervalForge) |
Constructor and Description |
---|
FilterExprAnalyzerDTBetweenAffector(EventType[] typesPerStream,
int targetStreamNum,
String targetPropertyName,
ExprNode start,
ExprNode end,
boolean includeLow,
boolean includeHigh) |
FilterExprAnalyzerDTIntervalAffector(DatetimeMethodDesc currentMethod,
EventType[] typesPerStream,
int targetStreamNum,
String targetStartProp,
String targetEndProp,
Integer parameterStreamNum,
String parameterStartProp,
String parameterEndProp) |
Modifier and Type | Method and Description |
---|---|
FilterExprAnalyzerDTIntervalAffector |
IntervalForgeImpl.getFilterDesc(EventType[] typesPerStream,
DatetimeMethodDesc currentMethod,
List<ExprNode> currentParameters,
ExprDotNodeFilterAnalyzerInput inputDesc)
Obtain information used by filter analyzer to handle this dot-method invocation as part of query planning/indexing.
|
FilterExprAnalyzerDTIntervalAffector |
IntervalForge.getFilterDesc(EventType[] typesPerStream,
DatetimeMethodDesc currentMethod,
List<ExprNode> currentParameters,
ExprDotNodeFilterAnalyzerInput inputDesc) |
Modifier and Type | Method and Description |
---|---|
FilterExprAnalyzerAffector |
DTMPluginReformatForge.getFilterDesc(EventType[] typesPerStream,
DatetimeMethodDesc currentMethod,
List<ExprNode> currentParameters,
ExprDotNodeFilterAnalyzerInput inputDesc) |
Modifier and Type | Method and Description |
---|---|
abstract EnumForgeDescFactory |
ExprDotForgeEnumMethodBase.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodBase.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ExprDotForgeUnpackBean(EventType lambdaType) |
ExprDotForgeUnpackBeanTable(EventType lambdaType,
TableMetaData tableMetadata) |
ExprDotForgeUnpackCollEventBean(EventType type) |
ExprDotForgeUnpackCollEventBeanTable(EventType type,
TableMetaData table) |
ExprDotStaticMethodWrapEventBeanArr(EventType type) |
ExprDotStaticMethodWrapEventBeanColl(EventType type) |
PropertyDotEventCollectionForge(String propertyNameCache,
int streamId,
EventType fragmentType,
EventPropertyGetterSPI getter,
boolean disablePropertyExpressionEventCollCache) |
PropertyDotEventSingleForge(int streamId,
EventType fragmentType,
EventPropertyGetterSPI getter) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
EnumForgeLambdaDesc.getTypes() |
Constructor and Description |
---|
EnumForgeLambdaDesc(EventType[] types,
String[] streamNames) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeAggregate.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSetExceptIntersectUnion.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeNoOp.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeReverse.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeSequenceEqual.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTakeAndTakeLast.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeEnumMethodPlugin.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethodPlugin.initialize(DotMethodFP footprint,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
List<ExprNode> parameters,
StreamTypeService streamTypeService,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumForgePlugin(List<ExprDotEvalParam> bodiesAndParameters,
EnumMethodModeStaticMethod mode,
EPTypeClass expectedStateReturnType,
int numStreamsIncoming,
EventType inputEventType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeAllOfAnyOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeAllOfAnyOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeArrayOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeArrayOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeAverage.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeAverage.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeLambdaThreeForm.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
protected abstract EPChainableType |
ExprDotForgeLambdaThreeForm.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected abstract ThreeFormInitFunction |
ExprDotForgeLambdaThreeForm.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Constructor and Description |
---|
ThreeFormEventPlainFactory(ThreeFormInitFunction returnType,
EventType eventType,
String streamName,
ThreeFormEventPlainFactory.ForgeFunction function) |
ThreeFormEventPlusFactory(ThreeFormInitFunction returnType,
EventType eventType,
String streamName,
ObjectArrayEventType fieldType,
int numParameters,
ThreeFormEventPlusFactory.ForgeFunction function) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeCountOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeCountOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeDistinctOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeDistinctOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeFirstLastOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeFirstLastOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeGroupByOneParam.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeGroupByOneParam.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMinMax.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMinMax.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMinByMaxBy.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMinByMaxBy.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeMostLeastFrequent.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeMostLeastFrequent.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeOrderByAscDesc.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeOrderByAscDesc.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeSelectFrom.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeSelectFrom.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeSumOf.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeSumOf.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeTakeWhileAndLast.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeTakeWhileAndLast.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
protected EPChainableType |
ExprDotForgeWhere.initAndNoParamsReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
protected ThreeFormInitFunction |
ExprDotForgeWhere.initAndSingleParamReturnType(EventType inputEventType,
EPTypeClass collectionComponentType) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDescFactory |
ExprDotForgeTwoLambda.getForgeFactory(DotMethodFP footprint,
List<ExprNode> parameters,
EnumMethodEnum enumMethod,
String enumMethodUsedName,
EventType inputEventType,
EPTypeClass collectionComponentType,
ExprValidationContext validationContext) |
Constructor and Description |
---|
TwoLambdaThreeFormEventPlainFactory(EventType eventType,
String streamNameFirst,
String streamNameSecond,
TwoLambdaThreeFormEventPlainFactory.ForgeFunction function) |
TwoLambdaThreeFormEventPlusFactory(EventType inputEventType,
String streamNameFirst,
String streamNameSecond,
ObjectArrayEventType typeKey,
ObjectArrayEventType typeValue,
int numParams,
TwoLambdaThreeFormEventPlusFactory.ForgeFunction function) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprPlugInMultiFunctionAggNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionLinearAccessNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionCountMinSketchNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprPlugInMultiFunctionAggNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionLinearAccessNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionCountMinSketchNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprAggMultiFunctionLinearAccessNode.getStreamType() |
Modifier and Type | Method and Description |
---|---|
static ExprForge[] |
ExprMethodAggUtil.getDefaultForges(ExprNode[] childNodes,
boolean join,
EventType[] typesPerStream) |
static ExprEvaluator |
ExprMethodAggUtil.getMultiNodeEvaluator(ExprNode[] childNodes,
boolean join,
EventType[] typesPerStream) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeWithOptionalFlag.getEventType() |
Modifier and Type | Method and Description |
---|---|
CodegenExpressionRef |
ExprForgeCodegenSymbol.getAddRequiredUnderlying(CodegenMethodScope scope,
int streamNum,
EventType eventType,
boolean optionalEvent) |
Constructor and Description |
---|
EventTypeWithOptionalFlag(CodegenExpressionRef ref,
EventType eventType,
boolean optionalEvent) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprStreamUnderlyingNodeImpl.getEventType() |
EventType |
ExprStreamUnderlyingNode.getEventType() |
EventType |
ExprStreamUnderlyingNodeEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprIdentNodeFragmentTypeEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprContextPropertyNodeFragmentEnumerationForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprStreamUnderlyingNodeEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprIdentNodeFragmentTypeEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprContextPropertyNodeFragmentEnumerationForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static void |
ExprNodeUtilityAggregation.addNonAggregatedProps(ExprNode exprNode,
ExprNodePropOrStreamSet set,
EventType[] types,
ContextPropertyRegistry contextPropertyRegistry) |
static ExprForge[] |
ExprNodeUtilityQuery.forgesForProperties(EventType[] eventTypes,
String[] propertyNames,
int[] keyStreamNums) |
static ExprNodePropOrStreamSet |
ExprNodeUtilityAggregation.getNonAggregatedProps(EventType[] types,
List<ExprNode> exprNodes,
ContextPropertyRegistry contextPropertyRegistry) |
static ExprIdentNode |
ExprNodeUtilityMake.makeExprIdentNode(EventType[] typesPerStream,
int streamId,
String property) |
static ExprNodeUtilMethodDesc |
ExprNodeUtilityResolve.resolveMethodAllowWildcardAndStream(String className,
EPTypeClass optionalClass,
String methodName,
List<ExprNode> parameters,
boolean allowWildcard,
EventType wildcardType,
ExprNodeUtilResolveExceptionHandler exceptionHandler,
String functionName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ExprContextPropertyNodeFragmentEnumerationForge(String propertyName,
EventType fragmentEventType,
EventPropertyGetterSPI getterSPI) |
ExprIdentNodeFragmentTypeEnumerationForge(String propertyName,
int streamId,
EventType fragmentEventType,
EventPropertyGetterSPI getterSPI) |
ExprIdentNodeImpl(EventType eventType,
String propertyName,
int streamNumber) |
ExprStreamUnderlyingNodeEnumerationForge(String streamName,
int streamNum,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprDeclaredForgeBase.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDeclaredForgeBase.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprDotNodeForgeStream.getEventType() |
EventType |
ExprDotNodeAggregationMethodForge.getEventTypeCollection() |
EventType |
ExprDotEvalRootChildInnerForge.getEventTypeCollection() |
EventType |
ExprDotNodeForgeRootChild.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeAggregationMethodRootNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeAggregationMethodForge.getEventTypeSingle() |
EventType |
ExprDotEvalRootChildInnerForge.getEventTypeSingle() |
EventType |
ExprDotNodeForgeRootChild.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprDotNodeAggregationMethodRootNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
static Object |
ExprDotNodeUtility.evaluateChainWithWrap(ExprDotStaticMethodWrap resultWrapLambda,
Object result,
EventType optionalResultSingleEventType,
Class resultType,
ExprDotEval[] chainEval,
ExprDotForge[] chainForges,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext exprEvaluatorContext) |
static ExprDotEnumerationSourceForgeForProps |
ExprDotNodeUtility.getPropertyEnumerationSource(String propertyName,
int streamId,
EventType streamType,
boolean allowEnumType,
boolean disablePropertyExpressionEventCollCache) |
Constructor and Description |
---|
ExprDotNodeForgeStream(ExprDotNodeImpl parent,
FilterExprAnalyzerAffector filterExprAnalyzerAffector,
int streamNumber,
EventType eventType,
ExprDotForge[] evaluators,
boolean method) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
InnerDotEnumerableEventCollectionForge.eventType |
protected EventType |
InnerDotEnumerableEventBeanForge.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
InnerDotScalarUnpackEventForge.getEventTypeCollection() |
EventType |
InnerDotScalarForge.getEventTypeCollection() |
EventType |
InnerDotEnumerableScalarCollectionForge.getEventTypeCollection() |
EventType |
InnerDotEnumerableEventCollectionForge.getEventTypeCollection() |
EventType |
InnerDotEnumerableEventBeanForge.getEventTypeCollection() |
EventType |
InnerDotCollForge.getEventTypeCollection() |
EventType |
InnerDotArrPrimitiveToCollForge.getEventTypeCollection() |
EventType |
InnerDotArrObjectToCollForge.getEventTypeCollection() |
EventType |
InnerDotScalarUnpackEventForge.getEventTypeSingle() |
EventType |
InnerDotScalarForge.getEventTypeSingle() |
EventType |
InnerDotEnumerableScalarCollectionForge.getEventTypeSingle() |
EventType |
InnerDotEnumerableEventCollectionForge.getEventTypeSingle() |
EventType |
InnerDotEnumerableEventBeanForge.getEventTypeSingle() |
EventType |
InnerDotCollForge.getEventTypeSingle() |
EventType |
InnerDotArrPrimitiveToCollForge.getEventTypeSingle() |
EventType |
InnerDotArrObjectToCollForge.getEventTypeSingle() |
Constructor and Description |
---|
InnerDotEnumerableEventBeanForge(ExprEnumerationForge rootLambdaForge,
EventType eventType) |
InnerDotEnumerableEventCollectionForge(ExprEnumerationForge rootLambdaForge,
EventType eventType) |
InnerEvaluatorEnumerableEventBean(ExprEnumerationEval rootLambdaEvaluator,
EventType eventType) |
InnerEvaluatorEnumerableEventCollection(ExprEnumerationEval rootLambdaEvaluator,
EventType eventType) |
Constructor and Description |
---|
ExprEvalEnumerationAtBeanColl(ExprEnumerationForge enumerationForge,
EventType eventTypeColl) |
ExprEvalEnumerationAtBeanSingleForge(ExprEnumerationForge enumerationForge,
EventType eventTypeSingle) |
ExprEvalEnumerationCollForge(ExprEnumerationForge enumerationForge,
EventType targetType,
boolean firstRowOnly) |
ExprEvalEnumerationSingleToCollForge(ExprEnumerationForge enumerationForge,
EventType targetType) |
ExprEvalStreamInsertNamedWindow(int streamNum,
EventType namedWindowAsType,
EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprArrayNodeForge.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprArrayNodeForge.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprPreviousNode.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprPreviousNode.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ExprSubselectNode.rawEventType |
protected EventType |
ExprSubselectRowNode.subselectMultirowType |
Modifier and Type | Method and Description |
---|---|
void |
ExprSubselectNode.setRawEventType(EventType rawEventType)
Sets the event type generated for wildcard selects.
|
Modifier and Type | Method and Description |
---|---|
EventType |
ExprTableAccessNodeSubprop.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprTableAccessNodeSubprop.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType |
FireAndForgetProcessorTableForge.getEventTypePublic() |
EventType |
FireAndForgetProcessorTable.getEventTypePublic() |
EventType |
FireAndForgetProcessorNamedWindowForge.getEventTypePublic() |
EventType |
FireAndForgetProcessorNamedWindow.getEventTypePublic() |
EventType |
FireAndForgetProcessorForge.getEventTypePublic() |
abstract EventType |
FireAndForgetProcessor.getEventTypePublic() |
EventType |
FireAndForgetProcessorTable.getEventTypeResultSetProcessor() |
EventType |
FireAndForgetProcessorNamedWindow.getEventTypeResultSetProcessor() |
abstract EventType |
FireAndForgetProcessor.getEventTypeResultSetProcessor() |
EventType |
FireAndForgetProcessorTableForge.getEventTypeRSPInputEvents() |
EventType |
FireAndForgetProcessorNamedWindowForge.getEventTypeRSPInputEvents() |
EventType |
FireAndForgetProcessorForge.getEventTypeRSPInputEvents() |
Modifier and Type | Method and Description |
---|---|
EventType |
FAFQueryMethodSelect.getEventType()
Returns the event type of the prepared statement.
|
EventType |
FAFQueryMethodIUDBase.getEventType()
Returns the event type of the prepared statement.
|
EventType |
FAFQueryMethod.getEventType() |
EventType |
EPPreparedQueryResult.getEventType()
Returs the event type representing the selected columns.
|
Modifier and Type | Method and Description |
---|---|
static EPPreparedQueryResult |
EPPreparedQueryResult.empty(EventType eventType) |
Constructor and Description |
---|
EPPreparedQueryResult(EventType eventType,
EventBean[] result)
Ctor.
|
Modifier and Type | Field and Description |
---|---|
protected EventType |
HistoricalEventViewableForgeBase.eventType |
protected EventType |
HistoricalEventViewableFactoryBase.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
HistoricalEventViewableForgeBase.getEventType() |
EventType |
HistoricalEventViewableFactoryBase.getEventType() |
EventType |
HistoricalEventViewableFactory.getEventType() |
EventType |
HistoricalEventViewableBase.getEventType() |
EventType |
HistoricalEventViewable.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalEventViewableFactoryBase.setEventType(EventType eventType) |
Constructor and Description |
---|
HistoricalEventViewableForgeBase(int streamNum,
EventType eventType) |
HistoricalStreamIndexListForge(int historicalStreamNum,
EventType[] typesPerStream,
QueryGraphForge queryGraph)
Ctor.
|
Constructor and Description |
---|
HistoricalEventViewableDatabaseForge(int streamNum,
EventType eventType,
String databaseName,
String[] inputParameters,
String preparedStatementText,
Map<String,DBOutputTypeDesc> outputTypes) |
Constructor and Description |
---|
PollResultIndexingStrategyCompositeForge(int streamNum,
EventType eventType,
String[] optHashPropertyNames,
EPTypeClass[] optHashCoercedTypes,
MultiKeyClassRef optHashMultiKeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes) |
PollResultIndexingStrategyHashForge(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] coercionTypes,
MultiKeyClassRef multiKeyClasses) |
PollResultIndexingStrategyInKeywordMultiForge(int streamNum,
EventType eventType,
String[] propertyNames) |
PollResultIndexingStrategySortedForge(int streamNum,
EventType eventType,
String propertyName,
EPTypeClass valueType) |
Modifier and Type | Method and Description |
---|---|
EventType |
MethodPollingViewableMeta.getEventTypeEventBeanArray() |
Modifier and Type | Method and Description |
---|---|
static Pair<MethodTargetStrategyForge,MethodConversionStrategyForge> |
PollExecStrategyPlanner.plan(MethodPollingViewableMeta metadata,
Method targetMethod,
EventType eventType) |
Constructor and Description |
---|
HistoricalEventViewableMethodForge(int streamNum,
EventType eventType,
MethodStreamSpec methodStreamSpec,
MethodPollingViewableMeta metadata) |
MethodPollingViewableMeta(Class methodProviderClass,
boolean isStaticMethod,
Map<String,Object> optionalMapType,
LinkedHashMap<String,Object> optionalOaType,
MethodPollingExecStrategyEnum strategy,
boolean isCollection,
boolean isIterator,
VariableMetaData variable,
EventType eventTypeEventBeanArray,
ExprNodeScript scriptExpression) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
MethodConversionStrategyBase.eventType |
Modifier and Type | Method and Description |
---|---|
void |
MethodConversionStrategyBase.setEventType(EventType eventType) |
Constructor and Description |
---|
MethodConversionStrategyForge(EventType eventType,
EPTypeClass implementation) |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactoryForgeQuadTreeForge.configureContextPartition(EventType eventType,
AdvancedIndexDescWExpr indexDesc,
ExprEvaluator[] parameters,
ExprEvaluatorContext exprEvaluatorContext,
EventTableOrganization organization,
EventAdvancedIndexConfigStatementForge advancedIndexConfigStatement) |
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactoryForgeQuadTreeFactory.configureContextPartition(ExprEvaluatorContext exprEvaluatorContext,
EventType eventType,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
EventTableOrganization organization) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
EventTableFactoryCustomIndex.eventType |
Modifier and Type | Method and Description |
---|---|
EventAdvancedIndexProvisionCompileTime |
EventAdvancedIndexProvisionRuntime.toCompileTime(EventType eventTypeIndexed,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EventTableFactoryCustomIndex(String indexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
Modifier and Type | Method and Description |
---|---|
static EventTable |
EventTableUtil.buildIndex(AgentInstanceContext agentInstanceContext,
int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean unique,
String optionalIndexName,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget)
Build an index/table instance using the event properties for the event type.
|
EventTableFactory |
EventTableFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
EventTableFactory |
EventTableIndexServiceImpl.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexService.createComposite(int indexedStreamNum,
EventType eventType,
String[] indexProps,
EPTypeClass[] indexCoercionTypes,
EventPropertyValueGetter indexGetter,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
String[] rangeProps,
EPTypeClass[] rangeCoercionTypes,
EventPropertyValueGetter[] rangeGetters,
DataInputOutputSerde<Object>[] rangeSerdes,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget) |
EventTableFactory |
EventTableIndexServiceImpl.createCustom(String indexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
EventTableFactory |
EventTableIndexService.createCustom(String optionalIndexName,
int indexedStreamNum,
EventType eventType,
boolean unique,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc) |
EventTableFactory |
EventTableIndexServiceImpl.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createHashedOnly(int indexedStreamNum,
EventType eventType,
String[] indexProps,
MultiKeyFromObjectArray transformFireAndForget,
DataInputOutputSerde<Object> keySerde,
boolean unique,
String optionalIndexName,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
EventTableFactoryFactoryContext eventTableFactoryContext,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createInArray(int streamNum,
EventType eventType,
String[] propertyNames,
EPTypeClass[] indexTypes,
DataInputOutputSerde<Object>[] indexSerdes,
boolean unique,
EventPropertyValueGetter[] getters,
boolean isFireAndForget,
EventTableFactoryFactoryContext eventTableFactoryContext,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
EventTableFactoryFactoryContext eventTableFactoryContext,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createSorted(int indexedStreamNum,
EventType eventType,
String indexedProp,
EPTypeClass indexType,
EventPropertyValueGetter getter,
DataInputOutputSerde<Object> serde,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
EventTableFactoryFactoryContext eventTableFactoryContext,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexServiceImpl.createUnindexed(int indexedStreamNum,
EventType eventType,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
EventTableFactory |
EventTableIndexService.createUnindexed(int indexedStreamNum,
EventType eventType,
DataInputOutputSerde<Object> optionalValueSerde,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyCompositeEventTableFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
Constructor and Description |
---|
PropertyCompositeEventTableFactoryFactoryForge(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] optKeyProps,
EPTypeClass[] optKeyTypes,
MultiKeyClassRef hashMultikeyClasses,
String[] rangeProps,
EPTypeClass[] rangeTypes,
DataInputOutputSerdeForge[] rangeSerdes,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyHashedFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
Constructor and Description |
---|
PropertyHashedFactoryFactoryForge(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String[] indexedProps,
EventType eventType,
boolean unique,
CoercionDesc hashCoercionDesc,
MultiKeyClassRef multiKeyClassRef,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
PropertyHashedArrayFactoryFactoryForge.eventType |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertyHashedArrayFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
Constructor and Description |
---|
PropertyHashedArrayFactoryFactoryForge(int streamNum,
EventType eventType,
String[] propertyNames,
EPType[] propertyTypes,
DataInputOutputSerdeForge[] serdes,
boolean unique,
boolean isFireAndForget,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
PropertySortedFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
Constructor and Description |
---|
PropertySortedFactoryFactoryForge(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget,
String indexedProp,
EventType eventType,
CoercionDesc coercionDesc,
DataInputOutputSerdeForge serde,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventTableFactory |
UnindexedEventTableFactoryFactory.create(EventType eventType,
EventTableFactoryFactoryContext eventTableFactoryContext) |
Modifier and Type | Field and Description |
---|---|
protected EventType[] |
JoinSetComposerPrototypeBase.streamTypes |
Modifier and Type | Method and Description |
---|---|
static JoinSetComposerPrototypeHistoricalDesc |
JoinSetComposerPrototypeForgeFactory.determineIndexing(QueryGraphForge queryGraph,
EventType polledViewType,
EventType streamViewType,
int polledViewStreamNum,
int streamViewStreamNum,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver)
Constructs indexing and lookup strategy for a given relationship that a historical stream may have with another
stream (historical or not) that looks up into results of a poll of a historical stream.
|
void |
JoinSetComposerPrototypeBase.setStreamTypes(EventType[] streamTypes) |
Constructor and Description |
---|
JoinSetComposerPrototypeForge(EventType[] streamTypes,
ExprNode postJoinEvaluator,
boolean outerJoins) |
JoinSetComposerPrototypeGeneralForge(EventType[] streamTypes,
ExprNode postJoinEvaluator,
boolean outerJoins,
QueryPlanForge queryPlan,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
String[] streamNames,
boolean joinRemoveStream,
boolean hasHistorical) |
JoinSetComposerPrototypeHistorical2StreamForge(EventType[] streamTypes,
ExprNode postJoinEvaluator,
boolean outerJoins,
int polledNum,
int streamNum,
ExprNode outerJoinEqualsEval,
HistoricalIndexLookupStrategyForge historicalIndexLookupStrategy,
PollResultIndexingStrategyForge pollResultIndexingStrategy,
boolean isAllHistoricalNoSubordinate,
boolean[] outerJoinPerStream) |
Modifier and Type | Method and Description |
---|---|
EventType |
CompositeTableLookupStrategy.getEventType()
Returns event type of the lookup event.
|
Constructor and Description |
---|
CompositeTableLookupStrategy(EventType eventType,
int lookupStream,
ExprEvaluator hashKeys,
QueryGraphValueEntryRange[] rangeKeyPairs,
PropertyCompositeEventTable index) |
Modifier and Type | Method and Description |
---|---|
protected JoinExecTableLookupStrategy |
SortedTableLookupPlanFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanSingleIdxFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanMultiIdxFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
protected JoinExecTableLookupStrategy |
IndexedTableLookupPlanHashedOnlyFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanUniquePerKeyLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanLookupPlanFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
protected JoinExecTableLookupStrategy |
CompositeTableLookupPlanFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
Constructor and Description |
---|
CompositeTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
List<QueryGraphValueEntryHashKeyedForge> hashKeys,
EPTypeClass[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
EPTypeClass[] optRangeCoercionTypes,
QueryPlanIndexForge indexSpecs,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
FullTableScanLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum)
Ctor.
|
FullTableScanUniquePerKeyLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum) |
IndexedTableLookupPlanHashedOnlyForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryHashKeyedForge[] hashKeys,
QueryPlanIndexForge indexSpecs,
EPTypeClass[] optionalCoercionTypes,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
InKeywordTableLookupPlanMultiIdxForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey[] indexNum,
ExprNode keyExpr) |
InKeywordTableLookupPlanSingleIdxForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
ExprNode[] expressions) |
SortedTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
QueryGraphValueEntryRangeForge rangeKeyPair,
EPTypeClass optionalCoercionType) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryGraphForge.fillEquivalentNav(EventType[] typesPerStream,
QueryGraphForge queryGraph)
Fill in equivalent key properties (navigation entries) on all streams.
|
Modifier and Type | Field and Description |
---|---|
protected EventType[] |
TableLookupPlanForge.typesPerStream |
Modifier and Type | Method and Description |
---|---|
String |
QueryPlanIndexForge.addIndex(String[] indexProperties,
EPTypeClass[] coercionTypes,
EventType eventType) |
static CoercionDesc |
CoercionUtil.getCoercionTypesHash(EventType[] typesPerStream,
int lookupStream,
int indexedStream,
List<QueryGraphValueEntryHashKeyedForge> keyProps,
String[] indexProps)
Returns null if no coercion is required, or an array of classes for use in coercing the
lookup keys and index keys into a common type.
|
static CoercionDesc |
CoercionUtil.getCoercionTypesHash(EventType viewableEventType,
String[] indexProps,
List<SubordPropHashKeyForge> hashKeys) |
static CoercionDesc |
CoercionUtil.getCoercionTypesRange(EventType[] typesPerStream,
int indexedStream,
String[] indexedProp,
List<QueryGraphValueEntryRangeForge> rangeEntries) |
static CoercionDesc |
CoercionUtil.getCoercionTypesRange(EventType viewableEventType,
Map<String,SubordPropRangeKeyForge> rangeProps,
EventType[] typesPerStream) |
static CoercionDesc |
CoercionUtil.getCoercionTypesRange(EventType viewableEventType,
Map<String,SubordPropRangeKeyForge> rangeProps,
EventType[] typesPerStream) |
ExecNode |
TableOuterLookupNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
TableLookupNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
QueryPlanNodeNoOp.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
QueryPlanNodeAllUnidirectionalOuter.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
abstract ExecNode |
QueryPlanNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
NestedIterationNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
LookupInstructionQueryPlanNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
ExecNode |
HistoricalDataPlanNode.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
JoinExecTableLookupStrategy |
TableLookupPlan.makeStrategy(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] eventTypes,
VirtualDWView[] viewExternals) |
protected abstract JoinExecTableLookupStrategy |
TableLookupPlan.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
Constructor and Description |
---|
QueryPlanIndexItemForge(List<IndexedPropDesc> hashProps,
List<IndexedPropDesc> btreeProps,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
QueryPlanIndexItemForge(String[] hashProps,
EPTypeClass[] hashTypes,
String[] rangeProps,
EPTypeClass[] rangeTypes,
boolean unique,
EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc,
EventType eventType) |
TableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey[] indexNum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static QueryPlanForgeDesc |
TwoStreamQueryPlanBuilder.build(EventType[] typesPerStream,
QueryGraphForge queryGraph,
OuterJoinType optionalOuterJoinType,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
StatementRawInfo raw)
Build query plan.
|
protected static QueryPlanForgeDesc |
NStreamQueryPlanBuilder.build(QueryGraphForge queryGraph,
EventType[] typesPerStream,
HistoricalViewableDesc historicalViewableDesc,
DependencyGraph dependencyGraph,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
boolean hasForceNestedIter,
String[][][] indexedStreamsUniqueProps,
TableMetaData[] tablesPerStream,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver) |
protected static QueryPlanForgeDesc |
NStreamOuterQueryPlanBuilder.build(QueryGraphForge queryGraph,
OuterJoinDesc[] outerJoinDescList,
String[] streamNames,
EventType[] typesPerStream,
HistoricalViewableDesc historicalViewableDesc,
DependencyGraph dependencyGraph,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
String[][][] indexedStreamsUniqueProps,
TableMetaData[] tablesPerStream,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static QueryPlanIndexForge[] |
QueryPlanIndexBuilder.buildIndexSpec(QueryGraphForge queryGraph,
EventType[] typePerStream,
String[][][] indexedStreamsUniqueProps)
Build index specification from navigability info.
|
static TableLookupPlanDesc |
NStreamQueryPlanBuilder.createLookupPlan(QueryGraphForge queryGraph,
int currentLookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
QueryPlanIndexForge indexSpecs,
EventType[] typesPerStream,
TableMetaData indexedStreamTableMeta,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver)
Create the table lookup plan for a from-stream to look up in an indexed stream
using the columns supplied in the query graph and looking at the actual indexes available
and their index number.
|
protected static QueryPlanNodeForgeDesc |
NStreamQueryPlanBuilder.createStreamPlan(int lookupStream,
int[] bestChain,
QueryGraphForge queryGraph,
QueryPlanIndexForge[] indexSpecsPerStream,
EventType[] typesPerStream,
boolean[] isHistorical,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
TableMetaData[] tablesPerStream,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
StatementRawInfo raw,
SerdeCompileTimeResolver serdeResolver)
Walks the chain of lookups and constructs lookup strategy and plan specification based
on the index specifications.
|
static SubordPropPlan |
QueryPlanIndexBuilder.getJoinProps(ExprNode filterExpr,
int outsideStreamCount,
EventType[] allStreamTypesZeroIndexed,
ExcludePlanHint excludePlanHint) |
static QueryPlanForgeDesc |
QueryPlanBuilder.getPlan(EventType[] typesPerStream,
OuterJoinDesc[] outerJoinDescList,
QueryGraphForge queryGraph,
String[] streamNames,
HistoricalViewableDesc historicalViewableDesc,
DependencyGraph dependencyGraph,
HistoricalStreamIndexListForge[] historicalStreamIndexLists,
StreamJoinAnalysisResultCompileTime streamJoinAnalysisResult,
boolean isQueryPlanLogging,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
LookupInstructionExec |
LookupInstructionPlan.makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal) |
Modifier and Type | Method and Description |
---|---|
AdvancedIndexConfigContextPartition |
EventAdvancedIndexFactory.configureContextPartition(ExprEvaluatorContext exprEvaluatorContext,
EventType eventType,
EventAdvancedIndexProvisionRuntime advancedIndexProvisionDesc,
EventTableOrganization organization) |
Constructor and Description |
---|
SubordHashedTableLookupStrategyFactoryForge(boolean isNWOnTrigger,
int numStreamsOuter,
List<SubordPropHashKeyForge> hashKeys,
CoercionDesc hashKeyCoercionTypes,
boolean isStrictKeys,
String[] hashStrictKeys,
int[] keyStreamNumbers,
EventType[] outerStreamTypesZeroIndexed,
MultiKeyClassRef hashMultikeyClasses) |
Modifier and Type | Method and Description |
---|---|
static SubordTableLookupStrategyFactoryForge |
SubordinateTableLookupStrategyUtil.getLookupStrategy(EventType[] outerStreamTypesZeroIndexed,
List<SubordPropHashKeyForge> hashKeys,
CoercionDesc hashKeyCoercionTypes,
MultiKeyClassRef hashMultikeyClasses,
List<SubordPropRangeKeyForge> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
ExprNode[] inKeywordSingleIdxKeys,
ExprNode inKeywordMultiIdxKey,
boolean isNWOnTrigger) |
Modifier and Type | Method and Description |
---|---|
void |
EventTableIndexRepository.addExplicitIndex(String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem desc,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
DataInputOutputSerde<Object> optionalSerde) |
Pair<IndexMultiKey,EventTableAndNamePair> |
EventTableIndexRepository.addExplicitIndexOrReuse(QueryPlanIndexItem desc,
Iterable<EventBean> prefilledEvents,
EventType indexedType,
String indexName,
String indexModuleName,
AgentInstanceContext agentInstanceContext,
DataInputOutputSerde<Object> optionalValueSerde) |
static SubordinateWMatchExprQueryPlanResult |
SubordinateQueryPlanner.planOnExpression(ExprNode joinExpr,
EventType filterEventType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
ExcludePlanHint excludePlanHint,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
EventType eventTypeIndexed,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static SubordinateQueryPlan |
SubordinateQueryPlanner.planSubquery(EventType[] outerStreams,
SubordPropPlan joinDesc,
boolean isNWOnTrigger,
boolean forceTableScan,
IndexHint optionalIndexHint,
boolean indexShare,
int subqueryNumber,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
EventType eventTypeIndexed,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static SubordinateQueryPlan |
SubordinateQueryPlanner.planSubquery(EventType[] outerStreams,
SubordPropPlan joinDesc,
boolean isNWOnTrigger,
boolean forceTableScan,
IndexHint optionalIndexHint,
boolean indexShare,
int subqueryNumber,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
EventType eventTypeIndexed,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static EventTable[] |
SubordinateQueryPlannerUtil.realizeTables(SubordinateQueryIndexDesc[] indexDescriptors,
EventType eventType,
EventTableIndexRepository indexRepository,
Iterable<EventBean> contents,
AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
void |
EventTableIndexRepository.validateAddExplicitIndex(String explicitIndexName,
String explicitIndexModuleName,
QueryPlanIndexItem explicitIndexDesc,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
boolean allowIndexExists,
DataInputOutputSerde<Object> optionalValueSerde) |
static QueryPlanIndexItemForge |
EventTableIndexUtil.validateCompileExplicitIndex(String indexName,
boolean unique,
List<CreateIndexItem> columns,
EventType eventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
NamedWindowCompileTimeRegistry.getEventType(String namedWindowName) |
Modifier and Type | Method and Description |
---|---|
EventType |
NamedWindowConsumerView.getEventType() |
Modifier and Type | Method and Description |
---|---|
NamedWindowTailView |
NamedWindowFactoryServiceImpl.createNamedWindowTailView(EventType eventType,
boolean isParentBatchWindow,
EPStatementInitServices services,
String contextNameWindow) |
NamedWindowTailView |
NamedWindowFactoryService.createNamedWindowTailView(EventType eventType,
boolean isParentBatchWindow,
EPStatementInitServices services,
String contextNameWindow) |
Constructor and Description |
---|
NamedWindowConsumerView(int namedWindowConsumerId,
ExprEvaluator filter,
PropertyEvaluator optPropertyEvaluator,
EventType eventType,
NamedWindowConsumerCallback consumerCallback,
ExprEvaluatorContext exprEvaluatorContext,
boolean audit) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
NamedWindowTailViewBase.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
NamedWindowTailViewInstance.getEventType() |
EventType |
NamedWindowTailViewBase.getEventType() |
EventType |
NamedWindowTailView.getEventType() |
EventType |
NamedWindowRootViewInstance.getEventType() |
EventType |
NamedWindowRootView.getEventType() |
EventType |
NamedWindowOutputProcessView.getEventType() |
Constructor and Description |
---|
NamedWindowTailViewBase(EventType eventType,
boolean isParentBatchWindow,
EPStatementInitServices services) |
NamedWindowTailViewImpl(EventType eventType,
boolean isParentBatchWindow,
EPStatementInitServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
NamedWindowMetaData.getEventType() |
EventType |
NamedWindowMetaData.getOptionalEventTypeAs() |
Constructor and Description |
---|
NamedWindowMetaData(EventType eventType,
String namedWindowModuleName,
String contextName,
String[] uniqueness,
boolean isChildBatching,
boolean isEnableIndexShare,
EventType optionalEventTypeAs,
boolean virtualDataWindow) |
NamedWindowMetaData(EventType eventType,
String namedWindowModuleName,
String contextName,
String[] uniqueness,
boolean isChildBatching,
boolean isEnableIndexShare,
EventType optionalEventTypeAs,
boolean virtualDataWindow,
EventTableIndexMetadata indexMetadata) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
InfraOnExprBaseViewFactory.infraEventType |
Modifier and Type | Method and Description |
---|---|
EventType |
OnExprViewTableSelect.getEventType() |
EventType |
OnExprViewTableMergeInsertUnmatched.getEventType() |
EventType |
OnExprViewTableDelete.getEventType() |
EventType |
OnExprViewTableBase.getEventType() |
EventType |
OnExprViewNamedWindowUpdate.getEventType() |
EventType |
OnExprViewNamedWindowSelect.getEventType() |
EventType |
OnExprViewNamedWindowMergeInsertUnmatched.getEventType() |
EventType |
OnExprViewNamedWindowMerge.getEventType() |
EventType |
OnExprViewNamedWindowDelete.getEventType() |
Constructor and Description |
---|
InfraOnDeleteViewFactory(EventType infaEventType) |
InfraOnExprBaseViewFactory(EventType infraEventType) |
InfraOnMergeHelperForge(OnTriggerMergeDesc onTriggerDesc,
EventType triggeringEventType,
String triggeringStreamName,
String infraName,
EventTypeSPI infraEventType,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services,
TableMetaData table) |
InfraOnMergeViewFactory(EventType namedWindowEventType,
InfraOnMergeHelper onMergeHelper) |
InfraOnSelectViewFactory(EventType infraEventType,
boolean addToFront,
boolean isDistinct,
EventPropertyValueGetter distinctKeyGetter,
boolean selectAndDelete,
StreamSelector optionalStreamSelector,
Table optionalInsertIntoTable,
boolean insertInto,
ResultSetProcessorFactoryProvider resultSetProcessorPrototype) |
InfraOnUpdateViewFactory(EventType infraEventType,
EventBeanUpdateHelperWCopy updateHelperNamedWindow,
EventBeanUpdateHelperNoCopy updateHelperTable,
Table table,
StatementContext statementContext) |
Modifier and Type | Method and Description |
---|---|
static EventType |
OutputConditionExpressionTypeUtil.getBuiltInEventType(String moduleName,
BeanEventTypeFactory beanEventTypeFactory) |
EventType |
OutputConditionExpressionFactory.getBuiltinPropertiesEventType() |
Constructor and Description |
---|
OutputProcessViewConditionDefaultPostProcess(ResultSetProcessor resultSetProcessor,
Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
OutputProcessViewConditionFactory parent,
AgentInstanceContext agentInstanceContext,
OutputStrategyPostProcess postProcessor,
EventType[] eventTypes,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
OutputProcessViewSimpleWProcessor.getEventType() |
EventType |
OutputProcessViewSimple.getEventType() |
EventType |
OutputProcessViewDirectSimpleImpl.getEventType() |
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactoryForgeDesc |
OutputProcessViewForgeFactory.make(EventType[] typesPerStream,
EventType resultEventType,
ResultSetProcessorType resultSetProcessorType,
StatementSpecCompiled statementSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static OutputProcessViewFactoryForgeDesc |
OutputProcessViewForgeFactory.make(EventType[] typesPerStream,
EventType resultEventType,
ResultSetProcessorType resultSetProcessorType,
StatementSpecCompiled statementSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
OutputProcessViewDirectDistinctOrAfterFactoryForge.resultEventType |
Modifier and Type | Method and Description |
---|---|
EventType |
OutputProcessViewDirect.getEventType() |
EventType |
OutputProcessViewBaseWAfter.getEventType() |
EventType[] |
OutputProcessViewConditionSpec.getEventTypes() |
EventType |
OutputProcessViewConditionSpec.getResultEventType() |
Modifier and Type | Method and Description |
---|---|
void |
OutputProcessViewConditionSpec.setEventTypes(EventType[] eventTypes) |
void |
OutputProcessViewConditionSpec.setResultEventType(EventType resultEventType) |
Constructor and Description |
---|
OutputProcessViewConditionDefault(ResultSetProcessor resultSetProcessor,
Long afterConditionTime,
Integer afterConditionNumberOfEvents,
boolean afterConditionSatisfied,
OutputProcessViewConditionFactory parent,
AgentInstanceContext agentInstanceContext,
EventType[] eventTypes,
StateMgmtSetting stateMgmtSettings) |
OutputProcessViewConditionForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
MultiKeyClassRef distinctMultiKey,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
OutputConditionFactoryForge outputConditionFactoryForge,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
boolean terminable,
boolean hasAfter,
boolean unaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelector,
EventType[] eventTypes,
EventType resultEventType,
StateMgmtSetting changeSetStateMgmtSettings) |
OutputProcessViewConditionForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
MultiKeyClassRef distinctMultiKey,
ExprTimePeriod afterTimePeriodExpr,
Integer afterNumberOfEvents,
OutputConditionFactoryForge outputConditionFactoryForge,
int streamCount,
ResultSetProcessorOutputConditionType conditionType,
boolean terminable,
boolean hasAfter,
boolean unaggregatedUngrouped,
SelectClauseStreamSelectorEnum selectClauseStreamSelector,
EventType[] eventTypes,
EventType resultEventType,
StateMgmtSetting changeSetStateMgmtSettings) |
OutputProcessViewDirectDistinctOrAfterFactoryForge(OutputStrategyPostProcessForge outputStrategyPostProcessForge,
boolean isDistinct,
MultiKeyClassRef distinctMultiKey,
ExprTimePeriod afterTimePeriod,
Integer afterConditionNumberOfEvents,
EventType resultEventType) |
Constructor and Description |
---|
MatchedEventConvertorForge(LinkedHashMap<String,Pair<EventType,String>> filterTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTags,
Set<Integer> streamsUsedCanNull,
boolean baseStreamIndexOne) |
MatchedEventConvertorForge(LinkedHashMap<String,Pair<EventType,String>> filterTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTags,
Set<Integer> streamsUsedCanNull,
boolean baseStreamIndexOne) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
ResultSetProcessorAggregateGroupedForge.getEventTypes() |
EventType |
ResultSetProcessorAggregateGroupedForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorAggregateGroupedForge(EventType resultEventType,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes,
MultiKeyClassRef multiKeyClassRef,
Supplier<StateMgmtSetting> outputFirstHelperSettings,
Supplier<StateMgmtSetting> outputAllHelperSettings,
Supplier<StateMgmtSetting> outputAllOptSettings,
Supplier<StateMgmtSetting> outputLastOptSettings) |
ResultSetProcessorAggregateGroupedForge(EventType resultEventType,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes,
MultiKeyClassRef multiKeyClassRef,
Supplier<StateMgmtSetting> outputFirstHelperSettings,
Supplier<StateMgmtSetting> outputAllHelperSettings,
Supplier<StateMgmtSetting> outputAllOptSettings,
Supplier<StateMgmtSetting> outputLastOptSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
ResultSetProcessorFactoryProvider.getResultEventType() |
EventType |
ResultSetProcessorDesc.getResultEventType() |
EventType |
ResultSetProcessor.getResultEventType()
Returns the event type of processed results.
|
Constructor and Description |
---|
ResultSetProcessorDesc(ResultSetProcessorFactoryForge resultSetProcessorFactoryForge,
ResultSetProcessorType resultSetProcessorType,
SelectExprProcessorForge[] selectExprProcessorForges,
boolean join,
boolean hasOutputLimit,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOutputLimitSnapshot,
EventType resultEventType,
boolean rollup,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
OrderByProcessorFactoryForge orderByProcessorFactoryForge,
SelectSubscriberDescriptor selectSubscriberDescriptor,
List<StmtClassForgeableFactory> additionalForgeables) |
Modifier and Type | Method and Description |
---|---|
EventType |
ResultSetProcessorHandThroughImpl.getResultEventType() |
EventType |
ResultSetProcessorHandThroughFactory.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorHandThroughFactory(SelectExprProcessor selectExprProcessor,
EventType resultEventType,
boolean rstream) |
Modifier and Type | Method and Description |
---|---|
EventType |
ResultSetProcessorRowForAllForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorRowForAllForge(EventType resultEventType,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
boolean hasOrderBy,
Supplier<StateMgmtSetting> outputAllHelperSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
ResultSetProcessorRowPerEventForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorRowPerEventForge(EventType resultEventType,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
boolean hasOrderBy,
Supplier<StateMgmtSetting> outputAllHelperSettings) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
ResultSetProcessorRowPerGroupForge.getEventTypes() |
EventType |
ResultSetProcessorRowPerGroupForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupForge(EventType resultEventType,
EventType[] typesPerStream,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
EventType[] eventTypes,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
MultiKeyClassRef multiKeyClassRef,
boolean unboundedProcessor,
Supplier<StateMgmtSetting> unboundGroupRepSettings,
Supplier<StateMgmtSetting> outputFirstSettings,
Supplier<StateMgmtSetting> outputAllHelperSettings,
Supplier<StateMgmtSetting> outputAllOptHelperSettings,
Supplier<StateMgmtSetting> outputLastOptHelperSettings) |
ResultSetProcessorRowPerGroupForge(EventType resultEventType,
EventType[] typesPerStream,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
EventType[] eventTypes,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
MultiKeyClassRef multiKeyClassRef,
boolean unboundedProcessor,
Supplier<StateMgmtSetting> unboundGroupRepSettings,
Supplier<StateMgmtSetting> outputFirstSettings,
Supplier<StateMgmtSetting> outputAllHelperSettings,
Supplier<StateMgmtSetting> outputAllOptHelperSettings,
Supplier<StateMgmtSetting> outputLastOptHelperSettings) |
ResultSetProcessorRowPerGroupForge(EventType resultEventType,
EventType[] typesPerStream,
ExprNode[] groupKeyNodeExpressions,
ExprForge optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean isHistoricalOnly,
ResultSetProcessorOutputConditionType outputConditionType,
EventType[] eventTypes,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
MultiKeyClassRef multiKeyClassRef,
boolean unboundedProcessor,
Supplier<StateMgmtSetting> unboundGroupRepSettings,
Supplier<StateMgmtSetting> outputFirstSettings,
Supplier<StateMgmtSetting> outputAllHelperSettings,
Supplier<StateMgmtSetting> outputAllOptHelperSettings,
Supplier<StateMgmtSetting> outputLastOptHelperSettings) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
ResultSetProcessorRowPerGroupRollupForge.getEventTypes() |
EventType |
ResultSetProcessorRowPerGroupRollupForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorRowPerGroupRollupForge(EventType resultEventType,
GroupByRollupPerLevelForge perLevelForges,
ExprNode[] groupKeyNodeExpressions,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
AggregationGroupByRollupDescForge groupByRollupDesc,
boolean isJoin,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes,
MultiKeyClassRef multiKeyClassRef,
Supplier<StateMgmtSetting> outputFirstSettings,
Supplier<StateMgmtSetting> outputAllSettings,
Supplier<StateMgmtSetting> outputLastSettings,
Supplier<StateMgmtSetting> outputSnapshotSettings) |
ResultSetProcessorRowPerGroupRollupForge(EventType resultEventType,
GroupByRollupPerLevelForge perLevelForges,
ExprNode[] groupKeyNodeExpressions,
boolean isSelectRStream,
boolean isUnidirectional,
OutputLimitSpec outputLimitSpec,
boolean isSorting,
boolean noDataWindowSingleStream,
AggregationGroupByRollupDescForge groupByRollupDesc,
boolean isJoin,
boolean isHistoricalOnly,
boolean iterateUnbounded,
ResultSetProcessorOutputConditionType outputConditionType,
OutputConditionPolledFactoryForge optionalOutputFirstConditionFactory,
EventType[] eventTypes,
MultiKeyClassRef multiKeyClassRef,
Supplier<StateMgmtSetting> outputFirstSettings,
Supplier<StateMgmtSetting> outputAllSettings,
Supplier<StateMgmtSetting> outputLastSettings,
Supplier<StateMgmtSetting> outputSnapshotSettings) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase.eventType |
Modifier and Type | Method and Description |
---|---|
EventType[] |
SelectExprForgeContext.getEventTypes() |
EventType |
SelectExprProcessorWInsertTarget.getInsertIntoTargetType() |
EventType |
SelectProcessorArgs.getOptionalInsertIntoEventType() |
EventType |
SelectExprProcessorForge.getResultEventType()
Returns the event type that represents the select-clause items.
|
EventType |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase.getResultEventType() |
EventType |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeBase.getResultEventType() |
EventType |
SelectExprInsertEventBeanFactory.SelectExprInsertNativeNoEval.getResultEventType() |
EventType |
ListenerOnlySelectExprProcessorForge.getResultEventType() |
EventType |
BindSelectExprProcessorForge.getResultEventType() |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingJoinWildcard(EventType eventType,
String[] streamNames,
EventType[] streamTypes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName,
EventTypeAvroHandler eventTypeAvroHandler) |
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingJoinWildcard(EventType eventType,
String[] streamNames,
EventType[] streamTypes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName,
EventTypeAvroHandler eventTypeAvroHandler) |
static SelectExprProcessorForge |
SelectExprInsertEventBeanFactory.getInsertUnderlyingNonJoin(EventType eventType,
boolean isUsingWildcard,
StreamTypeService typeService,
ExprForge[] forges,
String[] columnNames,
Object[] expressionReturnTypes,
InsertIntoDesc insertIntoDesc,
String[] columnNamesAsProvided,
boolean allowNestableTargetFragmentTypes,
String statementName,
ClasspathImportServiceCompileTime classpathImportService,
EventTypeAvroHandler eventTypeAvroHandler) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeJoinWildcard(String[] streamNames,
EventType resultEventType) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeRecast(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
AvroSchemaEventType insertIntoTargetType,
ExprNode[] exprNodes,
String statementName) |
SelectExprProcessorForge |
SelectExprProcessorRepresentationFactory.makeSelectNoWildcard(SelectExprForgeContext selectExprForgeContext,
ExprForge[] exprForges,
EventType resultEventType,
TableCompileTimeResolver tableService,
String statementName) |
void |
SelectProcessorArgs.setOptionalInsertIntoEventType(EventType optionalInsertIntoEventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
SelectEvalStreamBase.resultEventType |
protected EventType |
SelectEvalInsertNoWildcardObjectArrayRemapWWiden.resultEventType |
protected EventType |
SelectEvalInsertNoWildcardObjectArrayRemap.resultEventType |
protected EventType |
SelectEvalBase.resultEventType |
Modifier and Type | Method and Description |
---|---|
EventType |
SelectEvalWildcardTable.getResultEventType() |
EventType |
SelectEvalWildcardNonJoin.getResultEventType() |
EventType |
SelectEvalStreamBase.getResultEventType() |
EventType |
SelectEvalNoWildcardObjectArray.getResultEventType() |
EventType |
SelectEvalNoWildcardMap.getResultEventType() |
EventType |
SelectEvalNoWildcardJson.getResultEventType() |
EventType |
SelectEvalNoWildcardEmptyProps.getResultEventType() |
EventType |
SelectEvalJoinWildcardProcessorTableRows.getResultEventType() |
EventType |
SelectEvalJoinWildcardProcessorObjectArray.getResultEventType() |
EventType |
SelectEvalJoinWildcardProcessorMap.getResultEventType() |
EventType |
SelectEvalJoinWildcardProcessorJson.getResultEventType() |
EventType |
SelectEvalInsertNoWildcardObjectArrayRemapWWiden.getResultEventType() |
EventType |
SelectEvalInsertNoWildcardObjectArrayRemap.getResultEventType() |
EventType |
SelectEvalInsertCoercionObjectArray.getResultEventType() |
EventType |
SelectEvalInsertCoercionMap.getResultEventType() |
EventType |
SelectEvalInsertCoercionJson.getResultEventType() |
EventType |
SelectEvalInsertCoercionAvro.getResultEventType() |
EventType |
SelectEvalInsertBeanWrapRecast.getResultEventType() |
EventType |
SelectEvalInsertBeanRecast.getResultEventType() |
EventType |
SelectEvalBaseFirstProp.getResultEventType() |
EventType |
SelectEvalBase.getResultEventType() |
Modifier and Type | Method and Description |
---|---|
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastObjectArrayFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastObjectArrayFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastMapFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastMapFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastJsonFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static SelectExprProcessorForge |
SelectEvalStreamWUndRecastJsonFactory.make(EventType[] eventTypes,
SelectExprForgeContext selectExprForgeContext,
int streamNumber,
EventType targetType,
ExprNode[] exprNodes,
ClasspathImportServiceCompileTime classpathImportService,
String statementName) |
static ExprValidationException |
SelectEvalInsertUtil.makeEventTypeCastException(Class sourceType,
EventType targetType) |
static ExprValidationException |
SelectEvalInsertUtil.makeEventTypeCastException(EventType sourceType,
EventType targetType) |
static EventBean |
SelectEvalStreamNoUndWEventBeanToObj.processSelectExprbeanToMap(Map<String,Object> props,
String[] eventBeanToObjectProps,
EventBeanTypedEventFactory eventAdapterService,
EventType resultEventType)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
SelectEvalStreamNoUndWEventBeanToObjObjArray.processSelectExprbeanToObjArray(Object[] props,
int[] eventBeanToObjectIndexes,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType resultEventType)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
SelectEvalInsertWildcardSSWrapper.processSelectExprSSWrapper(Map<String,Object> props,
EventBean[] eventsPerStream,
boolean emptyExpressions,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType resultEventType)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
SelectEvalInsertWildcardWrapperNested.wildcardNestedWrapper(EventBean event,
EventType innerWrapperType,
EventType outerWrapperType,
EventBeanTypedEventFactory factory,
Map<String,Object> props) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
SelectExprProcessorTypableMapForge.mapType |
protected EventType |
SelectExprProcessorTypableSingleForge.targetType |
protected EventType |
SelectExprProcessorTypableMultiForge.targetType |
Modifier and Type | Method and Description |
---|---|
EventType |
SelectExprProcessorTypableMapForge.getMapType() |
Constructor and Description |
---|
SelectExprProcessorTypableMapForge(EventType mapType,
ExprForge innerForge) |
SelectExprProcessorTypableMultiForge(ExprTypableReturnForge typable,
boolean hasWideners,
TypeWidenerSPI[] wideners,
EventBeanManufacturerForge factory,
EventType targetType,
boolean firstRowOnly) |
SelectExprProcessorTypableSingleForge(ExprTypableReturnForge typable,
boolean hasWideners,
TypeWidenerSPI[] wideners,
EventBeanManufacturerForge factory,
EventType targetType,
boolean singleRowOnly) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
ResultSetProcessorSimpleForge.getEventTypes() |
EventType |
ResultSetProcessorSimpleForge.getResultEventType() |
Constructor and Description |
---|
ResultSetProcessorSimpleForge(EventType resultEventType,
ExprForge optionalHavingNode,
boolean isSelectRStream,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean isSorting,
EventType[] eventTypes,
Supplier<StateMgmtSetting> outputAllHelperSettings) |
ResultSetProcessorSimpleForge(EventType resultEventType,
ExprForge optionalHavingNode,
boolean isSelectRStream,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorOutputConditionType outputConditionType,
boolean isSorting,
EventType[] eventTypes,
Supplier<StateMgmtSetting> outputAllHelperSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
RowRecogDesc.getCompositeEventType() |
EventType |
RowRecogNFAViewFactory.getEventType() |
EventType |
RowRecogNFAView.getEventType() |
EventType |
RowRecogDesc.getMultimatchEventType() |
EventType |
RowRecogDesc.getParentEventType() |
EventType |
RowRecogDescForge.getRowEventType() |
EventType |
RowRecogDesc.getRowEventType() |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogNFAViewFactoryForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
RowRecogDesc.setCompositeEventType(EventType compositeEventType) |
void |
RowRecogNFAViewFactory.setEventType(EventType eventType) |
void |
RowRecogDesc.setMultimatchEventType(EventType multimatchEventType) |
void |
RowRecogDesc.setParentEventType(EventType parentEventType) |
void |
RowRecogDesc.setRowEventType(EventType rowEventType) |
static RowRecogPlan |
RowRecogNFAViewPlanUtil.validateAndPlan(EventType parentEventType,
boolean unbound,
StatementBaseInfo base,
StatementCompileTimeServices services) |
Constructor and Description |
---|
RowRecogDescForge(EventType parentEventType,
EventType rowEventType,
EventType compositeEventType,
EventType multimatchEventType,
int[] multimatchStreamNumToVariable,
int[] multimatchVariableToStreamNum,
ExprNode[] partitionBy,
MultiKeyClassRef partitionByMultiKey,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
boolean hasInterval,
boolean iterateOnly,
boolean unbound,
boolean orTerminated,
boolean collectMultimatches,
boolean defineAsksMultimatches,
int numEventsEventsPerStreamDefine,
String[] multimatchVariablesArray,
RowRecogNFAStateForge[] startStates,
RowRecogNFAStateForge[] allStates,
boolean allMatches,
MatchRecognizeSkipEnum skip,
ExprNode[] columnEvaluators,
String[] columnNames,
TimePeriodComputeForge intervalCompute,
int[] previousRandomAccessIndexes,
AggregationServiceForgeDesc[] aggregationServices,
StateMgmtSetting partitionMgmtStateMgmtSettings,
StateMgmtSetting scheduleMgmtStateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
ExprNodeScript.getEventTypeCollection(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
EventType |
ExprNodeScript.getEventTypeSingle(StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
EventType[] |
StreamTypeServiceImpl.getEventTypes() |
EventType[] |
StreamTypeService.getEventTypes()
Returns an array of event types for each event stream in the order declared.
|
EventType |
PropertyResolutionDescriptor.getStreamEventType()
Returns event type of the stream that the property was found in.
|
Modifier and Type | Method and Description |
---|---|
protected static Pair<Integer,String> |
StreamTypeServiceUtil.findLevMatch(EventType[] eventTypes,
String propertyName) |
protected static Pair<Integer,String> |
StreamTypeServiceUtil.findLevMatch(String propertyName,
EventType eventType) |
Constructor and Description |
---|
PropertyResolutionDescriptor(String streamName,
EventType streamEventType,
String propertyName,
int streamNum,
EPType propertyType,
FragmentEventType fragmentEventType)
Ctor.
|
StreamTypeServiceImpl(EventType[] eventTypes,
String[] streamNames,
boolean[] isIStreamOnly,
boolean isOnDemandStreams,
boolean optionalStreams)
Ctor.
|
StreamTypeServiceImpl(EventType eventType,
String streamName,
boolean isIStreamOnly)
Ctor.
|
Constructor and Description |
---|
StreamTypeServiceImpl(LinkedHashMap<String,Pair<EventType,String>> namesAndTypes,
boolean isStreamZeroUnambigous,
boolean requireStreamNames)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
SubselectAggregatorViewBase.getEventType() |
EventType |
SubSelectActivationPlan.getViewableType() |
Modifier and Type | Method and Description |
---|---|
static List<StmtClassForgeableFactory> |
SubSelectHelperFilters.handleSubselectSelectClauses(ExprSubselectNode subselect,
EventType outerEventType,
String outerEventTypeName,
String outerStreamName,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static SubSelectHelperForgePlan |
SubSelectHelperForgePlanner.planSubSelect(StatementBaseInfo statement,
Map<ExprSubselectNode,SubSelectActivationPlan> subselectActivation,
String[] outerStreamNames,
EventType[] outerEventTypesSelect,
String[] outerEventTypeNamees,
StatementCompileTimeServices compileTimeServices) |
void |
SubSelectStrategyFactoryLocalViewPreloaded.ready(SubSelectStrategyFactoryContext subselectFactoryContext,
EventType eventType) |
void |
SubSelectStrategyFactoryIndexShare.ready(SubSelectStrategyFactoryContext subselectFactoryContext,
EventType eventType) |
void |
SubSelectStrategyFactory.ready(SubSelectStrategyFactoryContext subselectFactoryContext,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
static List<StmtClassForgeableFactory> |
SubSelectHelperFilters.handleSubselectSelectClauses(ExprSubselectNode subselect,
EventType outerEventType,
String outerEventTypeName,
String outerStreamName,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static List<StmtClassForgeableFactory> |
SubSelectHelperFilters.handleSubselectSelectClauses(ExprSubselectNode subselect,
EventType outerEventType,
String outerEventTypeName,
String outerStreamName,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
SubSelectActivationPlan(EventType viewableType,
List<ViewFactoryForge> viewForges,
ViewableActivatorForge activator,
StreamSpecCompiled streamSpecCompiled) |
SubSelectStrategyFactoryIndexShareForge(int subqueryNumber,
SubSelectActivationPlan subselectActivation,
EventType[] outerEventTypesSelect,
NamedWindowMetaData namedWindow,
TableMetaData table,
boolean fullTableScan,
IndexHint indexHint,
SubordPropPlan joinedPropPlan,
ExprForge filterExprEval,
ExprNode[] groupKeys,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
StatementBaseInfo statement,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EventType |
TableMetaData.getInternalEventType() |
EventType |
TableColumnDescAgg.getOptionalAssociatedType() |
EventType |
TableMetaData.getPublicEventType() |
Modifier and Type | Method and Description |
---|---|
TableMetaData |
TableCompileTimeResolverImpl.resolveTableFromEventType(EventType containedType) |
TableMetaData |
TableCompileTimeResolverEmpty.resolveTableFromEventType(EventType containedType) |
TableMetaData |
TableCompileTimeResolver.resolveTableFromEventType(EventType containedType) |
void |
TableMetaData.setInternalEventType(EventType internalEventType) |
void |
TableMetaData.setPublicEventType(EventType publicEventType) |
static StreamTypeServiceImpl |
TableCompileTimeUtil.streamTypeFromTableColumn(EventType containedEventType) |
Constructor and Description |
---|
TableColumnDescAgg(int positionInDeclaration,
String columnName,
ExprAggregateNode aggregation,
EventType optionalAssociatedType) |
TableMetaData(String tableName,
String tableModuleName,
NameAccessModifier tableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalContextModule,
EventType internalEventType,
EventType publicEventType,
String[] keyColumns,
EPTypeClass[] keyTypes,
int[] keyColNums,
Map<String,TableMetadataColumn> columns,
int numMethodAggs,
StateMgmtSetting primaryKeyStateMgmtSettings) |
Modifier and Type | Method and Description |
---|---|
EventType |
TableStateViewableInternal.getEventType() |
EventType |
TableInstanceViewable.getEventType() |
Modifier and Type | Method and Description |
---|---|
static EventBeanUpdateHelperForge |
EventBeanUpdateHelperForgeFactory.make(String updatedWindowOrTableName,
EventTypeSPI eventTypeSPI,
List<OnTriggerSetAssignment> assignments,
String updatedAlias,
EventType optionalTriggeringEventType,
boolean isCopyOnWrite,
String statementName,
EventTypeAvroHandler avroHandler) |
Constructor and Description |
---|
EventBeanUpdateHelperForge(EventType eventType,
EventBeanCopyMethodForge copyMethod,
EventBeanUpdateItemForge[] updateItems) |
Modifier and Type | Method and Description |
---|---|
PathRegistry<String,EventType> |
EPCompilerPathableImpl.getEventTypePathRegistry() |
Modifier and Type | Method and Description |
---|---|
static ExprNode |
EPLValidationUtil.validateSimpleGetSubtree(ExprNodeOrigin origin,
ExprNode expression,
EventType optionalEventType,
boolean allowBindingConsumption,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EPCompilerPathableImpl(PathRegistry<String,VariableMetaData> variablePathRegistry,
PathRegistry<String,EventType> eventTypePathRegistry,
PathRegistry<String,ExpressionDeclItem> exprDeclaredPathRegistry,
PathRegistry<String,NamedWindowMetaData> namedWindowPathRegistry,
PathRegistry<String,TableMetaData> tablePathRegistry,
PathRegistry<String,ContextMetaData> contextPathRegistry,
PathRegistry<NameAndParamNum,ExpressionScriptProvided> scriptPathRegistry,
PathRegistry<String,ClassProvided> classProvidedPathRegistry,
EventTypeRepositoryImpl eventTypePreconfigured,
VariableRepositoryPreconfigured variablePreconfigured) |
Modifier and Type | Method and Description |
---|---|
EventType |
VariableMetaData.getEventType() |
Constructor and Description |
---|
VariableMetaData(String variableName,
String variableModuleName,
NameAccessModifier variableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalContextModule,
EPTypeClass type,
EventType eventType,
boolean preconfigured,
boolean constant,
boolean compileTimeConstant,
Object valueWhenAvailable,
boolean createdByCurrentModule) |
Modifier and Type | Method and Description |
---|---|
EventType |
VariableTriggerWriteDesc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
VariableTriggerWriteDesc.setType(EventType type) |
Modifier and Type | Method and Description |
---|---|
EventType |
VirtualDWViewImpl.getEventType() |
EventType |
VirtualDWViewFactoryForge.getEventType() |
EventType |
VirtualDWViewFactory.getEventType() |
EventType |
VirtualDWView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualDWViewFactoryForge.attach(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
static Pair<IndexMultiKey,EventTable> |
VirtualDWQueryPlanUtil.getFireAndForgetDesc(EventType eventType,
Set<String> keysAvailable,
Set<String> rangesAvailable) |
void |
VirtualDWViewFactory.setEventType(EventType eventType) |
Constructor and Description |
---|
SubordTableLookupStrategyFactoryForgeVDW(String statementName,
Annotation[] annotations,
EventType[] outerStreams,
List<SubordPropHashKeyForge> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKeyForge> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
SubordPropPlan joinDesc,
boolean forceTableScan,
SubordinateQueryPlannerIndexPropListPair hashAndRanges) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayEventType |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ObjectArrayPropertyGetterDefaultBase.fragmentEventType |
protected EventType |
ObjectArrayNestedEntryPropertyGetterBase.fragmentType |
Modifier and Type | Method and Description |
---|---|
EventType |
ObjectArrayEventBean.getEventType() |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterBeanNested(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterBeanNestedArray(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterEventBeanArray(String name,
EventType eventType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterIndexedUnderlyingArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType innerType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
void |
ObjectArrayEventBean.setEventType(EventType eventType) |
Constructor and Description |
---|
ObjectArrayEventType(EventTypeMetadata metadata,
Map<String,Object> properyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampName,
String endTimestampName,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Interface and Description |
---|---|
interface |
AvroSchemaEventType |
Modifier and Type | Method and Description |
---|---|
EventBean |
EventTypeAvroHandlerUnsupported.adapterForTypeAvro(Object avroGenericDataDotRecord,
EventType existingType) |
EventBean |
EventTypeAvroHandler.adapterForTypeAvro(Object avroGenericDataDotRecord,
EventType existingType) |
void |
EventTypeAvroHandlerUnsupported.avroCompat(EventType existingType,
Map<String,Object> selPropertyTypes) |
void |
EventTypeAvroHandler.avroCompat(EventType existingType,
Map<String,Object> selPropertyTypes) |
EventBeanFactory |
EventTypeAvroHandlerUnsupported.getEventBeanFactory(EventType type,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventBeanFactory |
EventTypeAvroHandler.getEventBeanFactory(EventType type,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
TypeWidenerCustomizer |
EventTypeAvroHandlerUnsupported.getTypeWidenerCustomizer(EventType eventType) |
TypeWidenerCustomizer |
EventTypeAvroHandler.getTypeWidenerCustomizer(EventType eventType) |
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromJson(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
String schemaJson,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromJson(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
String schemaJson,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromNormalized(EventTypeMetadata metadata,
EventTypeNameResolver eventTypeNameResolver,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationCommonEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromNormalized(EventTypeMetadata metadata,
EventTypeNameResolver eventTypeNameResolver,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationCommonEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName) |
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromSchema(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ConfigurationCommonEventTypeAvro requiredConfig,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromSchema(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ConfigurationCommonEventTypeAvro requiredConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |
void |
EventTypeAvroHandlerUnsupported.validateExistingType(EventType existingType,
AvroSchemaEventType proposedType) |
void |
EventTypeAvroHandler.validateExistingType(EventType existingType,
AvroSchemaEventType proposedType) |
Modifier and Type | Method and Description |
---|---|
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromJson(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
String schemaJson,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromJson(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
String schemaJson,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromNormalized(EventTypeMetadata metadata,
EventTypeNameResolver eventTypeNameResolver,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationCommonEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromNormalized(EventTypeMetadata metadata,
EventTypeNameResolver eventTypeNameResolver,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Map<String,Object> properties,
Annotation[] annotations,
ConfigurationCommonEventTypeAvro optionalConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String statementName) |
AvroSchemaEventType |
EventTypeAvroHandlerUnsupported.newEventTypeFromSchema(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ConfigurationCommonEventTypeAvro requiredConfig,
EventType[] supertypes,
Set<EventType> deepSupertypes) |
AvroSchemaEventType |
EventTypeAvroHandler.newEventTypeFromSchema(EventTypeMetadata metadata,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ConfigurationCommonEventTypeAvro requiredConfig,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |
Constructor and Description |
---|
EventSenderAvro(EPRuntimeEventProcessWrapped runtimeEventSender,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ThreadingCommon threadingService)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanEventType
Implementation of the EventType interface for handling JavaBean-type classes.
|
Modifier and Type | Method and Description |
---|---|
EventType |
BeanEventBean.getEventType() |
EventType[] |
BeanEventType.getSuperTypes() |
EventType |
BeanNestedTypeHandler.handleSupertype(Class clazz,
Class superClass) |
Modifier and Type | Method and Description |
---|---|
Iterator<EventType> |
BeanEventType.getDeepSuperTypes() |
Set<EventType> |
BeanEventType.getDeepSuperTypesAsSet() |
Modifier and Type | Method and Description |
---|---|
ExprValidationException |
BeanEventType.equalsCompareType(EventType eventType) |
Constructor and Description |
---|
BeanEventBean(Object theEvent,
EventType eventType)
Constructor.
|
BeanEventType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
Constructor and Description |
---|
BeanEventType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
Constructor and Description |
---|
EventBeanManufacturerCtor(Constructor constructor,
EventType beanEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventTypeRepositoryBeanTypeUtil.getBuildSuperType(EPTypeClass clazz,
BeanEventTypeStemService beanEventTypeStemService,
EventTypeRepository repo,
BeanEventTypeFactoryPrivate privateFactory,
Map<String,ConfigurationCommonEventTypeBean> configs) |
Modifier and Type | Interface and Description |
---|---|
interface |
EventTypeSPI
Service provider interface for internal use for event types.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConfigurableEventType
EventType than can be supplied with a preconfigured list of properties getters (aka.
|
class |
BaseNestableEventType
Implementation of the
EventType interface for handling name value pairs. |
class |
WrapperEventType
An event type that adds zero or more fields to an existing event type.
|
Modifier and Type | Field and Description |
---|---|
protected EventType[] |
BaseNestableEventType.optionalSuperTypes |
protected EventType |
WrapperEventType.underlyingEventType
The underlying wrapped event type.
|
Modifier and Type | Field and Description |
---|---|
protected Set<EventType> |
BaseNestableEventType.optionalDeepSupertypes |
Modifier and Type | Method and Description |
---|---|
EventType |
WrapperEventBean.getEventType() |
EventType |
TypeBeanOrUnderlying.getEventType() |
EventType |
NaturalEventBean.getEventType() |
EventType |
EventTypeForgablesPair.getEventType() |
EventType |
EventBeanServiceImpl.getExistsTypeByName(String eventTypeName) |
EventType[] |
WrapperEventType.getSuperTypes() |
EventType[] |
BaseNestableEventType.getSuperTypes() |
EventType |
EventTypeIdResolver.getTypeById(long eventTypeIdPublic,
long eventTypeIdProtected) |
EventType |
EventTypeNameResolver.getTypeByName(String typeName) |
EventType |
EventTypeCompileTimeResolver.getTypeByName(String typeName) |
EventType |
WrapperEventType.getUnderlyingEventType()
Returns the wrapped event type.
|
static EventType |
EventTypeUtility.requireEventType(String aspectCamel,
String aspectName,
String optionalEventTypeName,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
static EventType[] |
EventTypeUtility.shiftRight(EventType[] src) |
Modifier and Type | Method and Description |
---|---|
Iterator<EventType> |
WrapperEventType.getDeepSuperTypes() |
Iterator<EventType> |
BaseNestableEventType.getDeepSuperTypes() |
Set<EventType> |
WrapperEventType.getDeepSuperTypesAsSet() |
Set<EventType> |
BaseNestableEventType.getDeepSuperTypesAsSet() |
PathRegistry<String,EventType> |
EventTypeCompileTimeResolver.getPath() |
static Pair<EventType[],Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(Set<String> superTypesSet,
EventUnderlyingType representation,
EventTypeNameResolver eventTypeNameResolver) |
static Pair<EventType[],Set<EventType>> |
EventTypeUtility.getSuperTypesDepthFirst(String[] superTypesSet,
EventUnderlyingType representation,
EventTypeNameResolver eventTypeNameResolver) |
Map<String,Pair<EventType,String>> |
TaggedCompositeEventType.getTaggedEventTypes()
Returns the event types for each composing event.
|
Modifier and Type | Method and Description |
---|---|
EventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedAvro(Object avroGenericDataDotRecord,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedAvro(Object avroGenericDataDotRecord,
EventType eventType) |
EventBean |
EventBeanTypedEventFactory.adapterForTypedAvro(Object avroGenericDataDotRecord,
EventType eventType) |
EventBean |
EventBeanServiceImpl.adapterForTypedAvro(Object avroGenericDataDotRecord,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedBean(Object value,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedBean(Object value,
EventType eventType) |
EventBean |
EventBeanTypedEventFactory.adapterForTypedBean(Object value,
EventType eventType) |
EventBean |
EventBeanServiceImpl.adapterForTypedBean(Object bean,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedDOM(Node value,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedDOM(Node value,
EventType eventType) |
EventBean |
EventBeanTypedEventFactory.adapterForTypedDOM(Node value,
EventType eventType) |
EventBean |
EventBeanServiceImpl.adapterForTypedDOM(Node node,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedJson(Object underlying,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedJson(Object underlying,
EventType eventType) |
EventBean |
EventBeanTypedEventFactory.adapterForTypedJson(Object underlying,
EventType eventType) |
EventBean |
EventBeanServiceImpl.adapterForTypedJson(Object underlying,
EventType eventType) |
MappedEventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
MappedEventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
MappedEventBean |
EventBeanTypedEventFactory.adapterForTypedMap(Map<String,Object> value,
EventType eventType) |
MappedEventBean |
EventBeanServiceImpl.adapterForTypedMap(Map<String,Object> properties,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanTypedEventFactory.adapterForTypedObjectArray(Object[] value,
EventType eventType) |
ObjectArrayBackedEventBean |
EventBeanServiceImpl.adapterForTypedObjectArray(Object[] props,
EventType eventType) |
EventBean |
EventBeanTypedEventFactoryRuntime.adapterForTypedWrapper(EventBean decoratedUnderlying,
Map<String,Object> map,
EventType wrapperEventType) |
EventBean |
EventBeanTypedEventFactoryCompileTime.adapterForTypedWrapper(EventBean decoratedUnderlying,
Map<String,Object> map,
EventType wrapperEventType) |
EventBean |
EventBeanTypedEventFactory.adapterForTypedWrapper(EventBean decoratedUnderlying,
Map<String,Object> map,
EventType wrapperEventType) |
EventBean |
EventBeanServiceImpl.adapterForTypedWrapper(EventBean decoratedUnderlying,
Map<String,Object> map,
EventType wrapperEventType) |
static CodegenExpression |
EventTypeUtility.codegenWriter(EventType eventType,
EPType evaluationType,
EventPropertyWriterSPI writer,
CodegenMethod method,
Class generator,
CodegenClassScope classScope) |
ExprValidationException |
BaseNestableEventType.compareEquals(EventType otherType)
Returns a message if the type, compared to this type, is not compatible in regards to the property numbers
and types.
|
static void |
EventTypeUtility.compareExistingType(EventType newEventType,
EventType existingType) |
ExprValidationException |
WrapperEventType.equalsCompareType(EventType otherEventType) |
ExprValidationException |
EventTypeSPI.equalsCompareType(EventType eventType) |
ExprValidationException |
BaseNestableEventType.equalsCompareType(EventType otherEventType) |
static EventBeanAdapterFactory |
EventTypeUtility.getAdapterFactoryForType(EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeAvroHandler eventTypeAvroHandler) |
static String |
EventTypeUtility.getAdapterForMethodName(EventType eventType) |
static EventPropertyGetter |
EventBeanUtility.getAssertPropertyGetter(EventType[] eventTypes,
int keyStreamNum,
String property) |
static EventPropertyGetter |
EventBeanUtility.getAssertPropertyGetter(EventType type,
String propertyName) |
static Object |
BaseNestableEventUtil.getBNFragmentArray(Object value,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
BaseNestableEventUtil.getBNFragmentNonPojo(Object fragmentUnderlying,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBeanFactory |
EventTypeUtility.getFactoryForType(EventType type,
EventBeanTypedEventFactory factory,
EventTypeAvroHandler eventTypeAvroHandler) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterBeanNested(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterBeanNestedArray(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterEventBeanArray(String name,
EventType eventType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterIndexedUnderlyingArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType innerType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter innerGetter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactory.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
static EventPropertyGetterSPI[] |
EventTypeUtility.getGetters(EventType eventType,
String[] props) |
static EventBeanManufacturerForge |
EventTypeUtility.getManufacturer(EventType eventType,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService,
boolean allowAnyType,
EventTypeAvroHandler avroHandler)
Returns a factory for creating and populating event object instances for the given type.
|
static String |
EventTypeUtility.getMessageExpecting(String eventTypeName,
EventType existingType,
String typeOfEventType) |
static PropertySetDescriptor |
EventTypeUtility.getNestableProperties(Map<String,Object> propertiesToAdd,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeNestableGetterFactory factory,
EventType[] optionalSuperTypes,
BeanEventTypeFactory beanEventTypeFactory,
boolean publicFields) |
static EventPropertyDescriptor |
EventTypeUtility.getNestablePropertyDescriptor(EventType target,
Deque<Property> stack) |
static EventPropertyDescriptor |
EventTypeUtility.getNestablePropertyDescriptor(EventType target,
String propertyName) |
static EPType[] |
EventTypeUtility.getPropertyTypesEPType(EventType eventType,
String[] props) |
static EventBeanSPI |
EventTypeUtility.getShellForType(EventType eventType) |
static Set<WriteablePropertyDescriptor> |
EventTypeUtility.getWriteableProperties(EventType eventType,
boolean allowAnyType,
boolean allowFragmentType)
Returns descriptors for all writable properties.
|
static Object |
BaseNestableEventUtil.handleBNCreateFragmentMap(Object value,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
BaseNestableEventUtil.handleBNCreateFragmentObjectArray(Object value,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
BaseNestableEventUtil.handleBNNestedValueArrayWithMapFragment(Object value,
int index,
MapEventPropertyGetter getter,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType fragmentType) |
static CodegenExpression |
BaseNestableEventUtil.handleBNNestedValueArrayWithMapFragmentCode(int index,
MapEventPropertyGetter getter,
CodegenExpression ref,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType fragmentType,
Class generator) |
static Object |
BaseNestableEventUtil.handleNestedValueArrayWithObjectArrayFragment(Object value,
int index,
ObjectArrayEventPropertyGetter getter,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
static boolean |
EventTypeUtility.isTypeOrSubTypeOf(EventType candidate,
EventType superType) |
static boolean |
EventTypeUtility.isTypeOrSubTypeOf(String typeName,
EventType sameTypeOrSubtype) |
static MapEventType |
BaseNestableEventUtil.makeMapTypeCompileTime(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
static ObjectArrayEventType |
BaseNestableEventUtil.makeOATypeCompileTime(EventTypeMetadata metadata,
Map<String,Object> properyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampName,
String endTimestampName,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
static WrapperEventType |
WrapperEventTypeUtil.makeWrapper(EventTypeMetadata metadata,
EventType underlyingEventType,
Map<String,Object> propertyTypesMayPrimitive,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver)
Make a wrapper type.
|
static CodegenExpression |
EventTypeUtility.resolveTypeArrayCodegen(EventType[] eventTypes,
CodegenExpression initServicesRef) |
static CodegenExpression |
EventTypeUtility.resolveTypeArrayCodegenMayNull(EventType[] eventTypes,
CodegenExpression initServicesRef) |
static CodegenExpression |
EventTypeUtility.resolveTypeCodegen(EventType eventType,
CodegenExpression initServicesRef) |
static CodegenExpression |
EventTypeUtility.resolveTypeCodegenGivenResolver(EventType eventType,
CodegenExpression typeResolver) |
static EventType[] |
EventTypeUtility.shiftRight(EventType[] src) |
static EventBean[] |
EventTypeUtility.typeCast(List<EventBean> events,
EventType targetType,
EventBeanTypedEventFactory eventAdapterService,
EventTypeAvroHandler eventTypeAvroHandler) |
static EventTypeUtility.TimestampPropertyDesc |
EventTypeUtility.validatedDetermineTimestampProps(EventType type,
String startProposed,
String endProposed,
EventType[] superTypes) |
static EventTypeUtility.TimestampPropertyDesc |
EventTypeUtility.validatedDetermineTimestampProps(EventType type,
String startProposed,
String endProposed,
EventType[] superTypes) |
static void |
EventTypeUtility.validateTimestampProperties(EventType eventType,
String startTimestampProperty,
String endTimestampProperty) |
static void |
EventTypeUtility.validateTypeAvro(String eventTypeName,
EventType type) |
static void |
EventTypeUtility.validateTypeBean(String eventTypeName,
EventType type) |
static void |
EventTypeUtility.validateTypeJson(String eventTypeName,
EventType type) |
static void |
EventTypeUtility.validateTypeMap(String eventTypeName,
EventType type) |
static void |
EventTypeUtility.validateTypeObjectArray(String eventTypeName,
EventType type) |
static void |
EventTypeUtility.validateTypeXMLDOM(String eventTypeName,
EventType type) |
Modifier and Type | Method and Description |
---|---|
static MapEventType |
BaseNestableEventUtil.makeMapTypeCompileTime(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
static ObjectArrayEventType |
BaseNestableEventUtil.makeOATypeCompileTime(EventTypeMetadata metadata,
Map<String,Object> properyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampName,
String endTimestampName,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver) |
Constructor and Description |
---|
BaseNestableEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
EventTypeNestableGetterFactory getterFactory,
BeanEventTypeFactory beanEventTypeFactory,
boolean publicFields)
Constructor takes a type name, map of property names and types, for
use with nestable Map events.
|
EventBeanServiceImpl(EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
PathRegistry<String,EventType> pathEventTypes,
EventBeanTypedEventFactory typedEventFactory) |
EventTypeCompileTimeResolver(String moduleName,
Set<String> moduleUses,
EventTypeCompileTimeRegistry locals,
EventTypeRepositoryImpl publics,
PathRegistry<String,EventType> path,
ModuleDependenciesCompileTime moduleDependencies,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeFactoryImpl.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
EventType |
EventTypeFactory.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
Modifier and Type | Method and Description |
---|---|
BeanEventType |
EventTypeFactoryImpl.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
BeanEventType |
EventTypeFactory.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
WrapperEventType |
EventTypeFactoryImpl.createWrapper(EventTypeMetadata metadata,
EventType underlying,
LinkedHashMap<String,Object> properties,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
WrapperEventType |
EventTypeFactory.createWrapper(EventTypeMetadata metadata,
EventType underlying,
LinkedHashMap<String,Object> properties,
BeanEventTypeFactory beanEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver) |
Modifier and Type | Method and Description |
---|---|
BeanEventType |
EventTypeFactoryImpl.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
BeanEventType |
EventTypeFactory.createBeanType(BeanEventTypeStem stem,
EventTypeMetadata metadata,
BeanEventTypeFactory beanEventTypeFactory,
EventType[] superTypes,
Set<EventType> deepSuperTypes,
String startTimestampPropertyName,
String endTimestampPropertyName) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeRepositoryImpl.getTypeById(long eventTypeIdPublic) |
EventType |
EventTypeRepository.getTypeById(long eventTypeIdPublic) |
EventType |
EventTypeRepositoryImpl.getTypeByName(String typeName) |
Modifier and Type | Method and Description |
---|---|
Collection<EventType> |
EventTypeRepositoryImpl.getAllTypes() |
Collection<? extends EventType> |
EventTypeRepository.getAllTypes() |
Map<String,EventType> |
EventTypeRepositoryImpl.getNameToTypeMap() |
Map<String,EventType> |
EventTypeRepository.getNameToTypeMap() |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeRepositoryImpl.addType(EventType eventType) |
void |
EventTypeRepository.addType(EventType eventType) |
void |
EventTypeRepositoryImpl.removeType(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
static void |
JsonEventTypeUtility.addJsonUnderlyingClass(Map<String,EventType> moduleTypes,
ParentClassLoader classLoaderParent,
String optionalDeploymentId) |
static void |
JsonEventTypeUtility.addJsonUnderlyingClass(PathRegistry<String,EventType> pathEventTypes,
ParentClassLoader classLoaderParent) |
static EventTypeForgablesPair |
JsonEventTypeUtility.makeJsonTypeCompileTimeNewType(EventTypeMetadata metadata,
Map<String,Object> compiledTyping,
Pair<EventType[],Set<EventType>> superTypes,
ConfigurationCommonEventTypeWithSupertype config,
StatementRawInfo raw,
StatementCompileTimeServices services) |
Modifier and Type | Class and Description |
---|---|
class |
JsonEventType
Implementation of the EventType interface for handling JavaBean-type classes.
|
Modifier and Type | Method and Description |
---|---|
EventType |
JsonEventBean.getEventType() |
Modifier and Type | Method and Description |
---|---|
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterBeanNested(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterBeanNestedArray(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterEventBeanArray(String name,
EventType eventType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterIndexedUnderlyingArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType innerType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter innerGetter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryJson.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
JsonEventBean(Object theEvent,
EventType eventType)
Constructor.
|
JsonEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
EventTypeNestableGetterFactory getterFactory,
BeanEventTypeFactory beanEventTypeFactory,
JsonEventTypeDetail detail,
EPTypeClass underlyingStandInClass) |
Constructor and Description |
---|
JsonEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
EventTypeNestableGetterFactory getterFactory,
BeanEventTypeFactory beanEventTypeFactory,
JsonEventTypeDetail detail,
EPTypeClass underlyingStandInClass) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
JsonGetterIndexedBase.optionalInnerType |
Constructor and Description |
---|
JsonGetterIndexedBase(int index,
String underlyingClassName,
EventType optionalInnerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
JsonGetterSimpleSchemaBase.fragmentType |
Modifier and Type | Method and Description |
---|---|
static EventBean[] |
JsonFieldGetterHelperSchema.handleJsonCreateFragmentArray(JsonEventObjectBase und,
int propNumber,
EventType fragmentType,
EventBeanTypedEventFactory factory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
JsonFieldGetterHelperSchema.handleJsonCreateFragmentIndexed(JsonEventObjectBase und,
int propNumber,
int index,
EventType fragmentType,
EventBeanTypedEventFactory factory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static EventBean |
JsonFieldGetterHelperSchema.handleJsonCreateFragmentSimple(JsonEventObjectBase und,
int propNumber,
EventType fragmentType,
EventBeanTypedEventFactory factory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Constructor and Description |
---|
JsonGetterIndexedSchema(int index,
String underlyingClassName,
EventType optionalInnerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
JsonUnderlyingField field) |
JsonGetterSimpleSchemaBase(JsonUnderlyingField field,
String underlyingClassName,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
JsonGetterSimpleSchemaWFragment(JsonUnderlyingField field,
String underlyingClassName,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
JsonGetterSimpleSchemaWFragmentArray(JsonUnderlyingField field,
String underlyingClassName,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
JsonGetterSimpleProvidedBase.fragmentType |
Modifier and Type | Method and Description |
---|---|
static Object |
JsonFieldGetterHelperProvided.handleJsonProvidedCreateFragmentArray(Object value,
EventType fragmentType,
EventBeanTypedEventFactory factory) |
static EventBean |
JsonFieldGetterHelperProvided.handleJsonProvidedCreateFragmentIndexed(Object prop,
int index,
EventType fragmentType,
EventBeanTypedEventFactory factory)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
JsonFieldGetterHelperProvided.handleJsonProvidedCreateFragmentSimple(Object underlying,
Field field,
EventType fragmentType,
EventBeanTypedEventFactory factory) |
Constructor and Description |
---|
JsonGetterIndexedProvided(int index,
String underlyingClassName,
EventType optionalInnerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
Field field) |
JsonGetterSimpleProvidedBase(Field field,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
JsonGetterSimpleProvidedWFragmentArray(Field field,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
JsonGetterSimpleProvidedWFragmentSimple(Field field,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Class and Description |
---|---|
class |
MapEventType
Implementation of the
EventType interface for handling plain Maps containing name value pairs. |
Modifier and Type | Field and Description |
---|---|
protected EventType |
MapPropertyGetterDefaultBase.fragmentEventType |
protected EventType |
MapNestedEntryPropertyGetterBase.fragmentType |
Modifier and Type | Method and Description |
---|---|
EventType |
MapEventBean.getEventType() |
Modifier and Type | Method and Description |
---|---|
MapEventPropertyGetter |
EventTypeNestableGetterFactoryMap.getGetterBeanNested(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
MapEventPropertyGetter |
EventTypeNestableGetterFactoryMap.getGetterBeanNestedArray(String name,
EventType eventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
MapEventPropertyGetter |
EventTypeNestableGetterFactoryMap.getGetterEventBeanArray(String name,
EventType eventType) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterIndexedUnderlyingArray(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType innerType,
BeanEventTypeFactory beanEventTypeFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedEntryBean(String propertyName,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
EventPropertyGetterSPI |
EventTypeNestableGetterFactoryMap.getGetterNestedEntryBeanArray(String propertyNameAtomic,
int index,
EventPropertyGetter getter,
EventType innerType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
MapArrayPropertyGetter(String propertyNameAtomic,
int index,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventType fragmentType)
Ctor.
|
MapEventBean(EventType eventType)
Constructor for the mutable functions, e.g.
|
MapEventBean(Map<String,Object> properties,
EventType eventType)
Constructor for initialization with existing values.
|
MapEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
BeanEventTypeFactory beanEventTypeFactory) |
MapFragmentArrayPropertyGetter(String propertyNameAtomic,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
Ctor.
|
MapNestedEntryPropertyGetterArrayMap(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
int index,
MapEventPropertyGetter getter) |
MapNestedEntryPropertyGetterArrayObjectArray(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
int index,
ObjectArrayEventPropertyGetter getter) |
MapNestedEntryPropertyGetterBase(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
Ctor.
|
MapNestedEntryPropertyGetterMap(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
MapEventPropertyGetter mapGetter) |
MapNestedEntryPropertyGetterObjectArray(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
ObjectArrayEventPropertyGetter arrayGetter) |
MapNestedEntryPropertyGetterPropertyProvidedDynamic(String propertyMap,
EventType fragmentType,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventPropertyGetter nestedGetter) |
MapPropertyGetterDefaultBase(String propertyNameAtomic,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory)
Ctor.
|
MapPropertyGetterDefaultMap(String propertyName,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
MapPropertyGetterDefaultObjectArray(String propertyName,
EventType fragmentEventType,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
MapEventType(EventTypeMetadata metadata,
Map<String,Object> propertyTypes,
EventType[] optionalSuperTypes,
Set<EventType> optionalDeepSupertypes,
String startTimestampPropertyName,
String endTimestampPropertyName,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeResolverImpl.getTypeByName(String typeName) |
EventType |
EventTypeResolverImpl.resolve(String name,
String moduleName,
NameAccessModifier accessModifier) |
EventType |
EventTypeResolver.resolve(String name,
String moduleName,
NameAccessModifier accessModifier) |
static EventType |
EventTypeResolverImpl.resolve(String name,
String moduleName,
NameAccessModifier accessModifier,
EventTypeNameResolver publics,
Map<String,EventType> locals,
PathRegistry<String,EventType> path) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeCollectorImpl.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |
void |
EventTypeCollector.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSupertypes) |
void |
EventTypeCollectorImpl.registerVariant(EventTypeMetadata metadata,
EventType[] variants,
boolean any) |
void |
EventTypeCollector.registerVariant(EventTypeMetadata metadata,
EventType[] variants,
boolean any) |
void |
EventTypeCollectorImpl.registerWrapper(EventTypeMetadata metadata,
EventType underlying,
LinkedHashMap<String,Object> properties) |
void |
EventTypeCollector.registerWrapper(EventTypeMetadata metadata,
EventType underlying,
LinkedHashMap<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeCollectorImpl.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSuperTypes) |
void |
EventTypeCollector.registerBean(EventTypeMetadata metadata,
EPTypeClass clazz,
String startTimestampName,
String endTimestampName,
EventType[] superTypes,
Set<EventType> deepSupertypes) |
static EventType |
EventTypeResolverImpl.resolve(String name,
String moduleName,
NameAccessModifier accessModifier,
EventTypeNameResolver publics,
Map<String,EventType> locals,
PathRegistry<String,EventType> path) |
static EventType |
EventTypeResolverImpl.resolve(String name,
String moduleName,
NameAccessModifier accessModifier,
EventTypeNameResolver publics,
Map<String,EventType> locals,
PathRegistry<String,EventType> path) |
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EPRenderEventServiceImpl.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EPRenderEventServiceImpl.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPRenderEventServiceImpl.getXMLRenderer(EventType eventType)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
XMLEventRenderer |
EPRenderEventServiceImpl.getXMLRenderer(EventType eventType,
XMLRenderingOptions options)
Returns a render for the XML format, valid only for the given event type and its subtypes.
|
Constructor and Description |
---|
JSONRendererImpl(EventType eventType,
JSONRenderingOptions options)
Ctor.
|
RendererMeta(EventType eventType,
Stack<EventTypePropertyPair> stack,
RendererMetaOptions options)
Ctor.
|
XMLRendererImpl(EventType eventType,
XMLRenderingOptions options)
Ctor.
|
Constructor and Description |
---|
EventTypePropertyPair(EventType eventType,
String propertyName)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
VariantEventType
Event type for variant event streams.
|
Modifier and Type | Method and Description |
---|---|
EventType |
VariantEventType.eventTypeForNativeObject(Object event)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
EventType |
VariantEventBean.getEventType() |
EventType[] |
VariantSpec.getEventTypes()
Returns types allowed for variant streams.
|
EventType[] |
VariantEventType.getSuperTypes() |
EventType[] |
VariantEventType.getVariants() |
Modifier and Type | Method and Description |
---|---|
Iterator<EventType> |
VariantEventType.getDeepSuperTypes() |
Set<EventType> |
VariantEventType.getDeepSuperTypesAsSet() |
Modifier and Type | Method and Description |
---|---|
ExprValidationException |
VariantEventType.equalsCompareType(EventType eventType) |
EventPropertyGetter |
VariantPropertyGetterCache.getGetter(String propertyName,
EventType eventType)
Fast lookup of a getter for a property and type.
|
VariantPropertyDesc |
VariantPropResolutionStrategyDefault.resolveProperty(String propertyName,
EventType[] variants) |
VariantPropertyDesc |
VariantPropResolutionStrategyAny.resolveProperty(String propertyName,
EventType[] variants) |
VariantPropertyDesc |
VariantPropResolutionStrategy.resolveProperty(String propertyName,
EventType[] variants)
Resolve the property for each of the types.
|
void |
VariantEventType.validateInsertedIntoEventType(EventType eventType) |
static void |
VariantEventTypeUtil.validateInsertedIntoEventType(EventType eventType,
VariantEventType variantEventType) |
Constructor and Description |
---|
VariantPropertyGetterCache(EventType[] knownTypes)
Ctor.
|
VariantSpec(EventType[] eventTypes,
ConfigurationCommonVariantStream.TypeVariance typeVariance)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXMLEventType
Base class for XML event types.
|
class |
SchemaXMLEventType
EventType for xml events that have a Schema.
|
class |
SimpleXMLEventType
Optimistic try to resolve the property string into an appropiate xPath,
and use it as getter.
|
Modifier and Type | Method and Description |
---|---|
EventType |
XMLFragmentEventTypeFactory.getCreateXMLDOMType(String rootTypeName,
String derivedEventTypeName,
String moduleName,
SchemaElementComplex complex,
String representsFragmentOfProperty) |
EventType |
XMLEventBean.getEventType() |
EventType[] |
BaseXMLEventType.getSuperTypes() |
EventType |
XMLFragmentEventTypeFactory.getTypeByName(String derivedEventTypeName) |
Modifier and Type | Method and Description |
---|---|
Iterator<EventType> |
BaseXMLEventType.getDeepSuperTypes() |
Set<EventType> |
BaseXMLEventType.getDeepSuperTypesAsSet() |
Modifier and Type | Method and Description |
---|---|
ExprValidationException |
BaseXMLEventType.equalsCompareType(EventType eventType) |
static XPathPropertyGetter |
XPathPropertyGetterCodegenFieldSharable.resolveXPathPropertyGetter(EventType eventType,
String propertyName) |
Constructor and Description |
---|
XMLEventBean(Node theEvent,
EventType type)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
FilterSpecParamEventPropIndexedForge.getEventType() |
EventType[] |
MatchedEventMapMeta.getEventTypes() |
EventType[] |
FilterSpecParamExprNode.getEventTypesProvidedBy() |
EventType |
FilterSpecActivatable.getFilterForEventType()
Returns type of event to filter for.
|
EventType |
PropertyEvaluator.getFragmentEventType()
Returns the result type of the events generated by evaluating a property expression.
|
EventType |
FilterSpecActivatable.getResultEventType()
Returns the result event type of the filter specification.
|
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,Pair<EventType,String>> |
FilterSpecParamExprNodeForge.getTaggedEventTypes()
Returns the map of tag/stream names to event types that the filter expressions map use (for patterns)
|
Modifier and Type | Method and Description |
---|---|
void |
FilterSharedLookupableRepositoryImpl.applyLookupableFromType(EventType asEventType,
EventType eventType,
int statementId) |
void |
FilterSharedLookupableRepository.applyLookupableFromType(EventType asEventType,
EventType eventType,
int statementId) |
void |
FilterSharedLookupableRegistery.registerLookupable(EventType eventType,
ExprFilterSpecLookupable lookupable) |
void |
FilterSharedLookupableRepositoryImpl.registerLookupable(int statementId,
EventType eventType,
ExprFilterSpecLookupable lookupable) |
void |
FilterSharedLookupableRepository.registerLookupable(int statementId,
EventType eventType,
ExprFilterSpecLookupable lookupable) |
void |
FilterSpecParamExprNode.setEventTypesProvidedBy(EventType[] eventTypesProvidedBy) |
Constructor and Description |
---|
FilterForEvalEventPropIndexedDoubleForge(String resultEventAsName,
int resultEventIndex,
String resultEventProperty,
EventType eventType) |
FilterForEvalEventPropIndexedForge(String resultEventAsName,
int resultEventindex,
String resultEventProperty,
EventType eventType,
boolean isMustCoerce,
EPTypeClass coercionType) |
FilterSpecActivatable(EventType eventType,
String eventTypeName,
FilterSpecPlan plan,
PropertyEvaluator optionalPropertyEvaluator,
int filterCallbackId)
Constructor - validates parameter list against event type, throws exception if invalid
property names or mismatcing filter operators are found.
|
FilterSpecParamEventPropIndexedForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
String resultEventAsName,
int resultEventIndex,
String resultEventProperty,
EventType eventType,
boolean isMustCoerce,
SimpleNumberCoercer numberCoercer,
EPTypeClass coercionType)
Constructor.
|
MatchedEventMapMeta(String[] tagsPerIndex,
EventType[] eventTypes,
String[] arrayTags) |
Constructor and Description |
---|
FilterSpecParamExprNodeForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
ExprNode exprNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
boolean hasSubquery,
boolean hasTableAccess,
boolean hasVariable,
StatementCompileTimeServices compileTimeServices) |
FilterSpecParamExprNodeForge(ExprFilterSpecLookupableForge lookupable,
FilterOperator filterOperator,
ExprNode exprNode,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
StreamTypeService streamTypeService,
boolean hasSubquery,
boolean hasTableAccess,
boolean hasVariable,
StatementCompileTimeServices compileTimeServices) |
Modifier and Type | Method and Description |
---|---|
void |
FilterService.add(EventType eventType,
FilterValueSetParam[][] valueSet,
FilterHandle callback)
Add a filter for events as defined by the filter specification, and register a
callback to be invoked upon evaluation of an event that matches the filter spec.
|
void |
FilterService.remove(FilterHandle callback,
EventType eventType,
FilterValueSetParam[][] valueSet)
Remove a filter callback.
|
void |
FilterService.removeType(EventType type) |
Modifier and Type | Method and Description |
---|---|
static EventType |
EPChainableTypeEventSingle.fromInputOrNull(EPChainableType inputType) |
EventType |
EPChainableTypeEventMulti.getComponent() |
static EventType |
EPChainableTypeHelper.getEventType(EPChainableType epType) |
static EventType |
EPChainableTypeHelper.getEventTypeMultiValued(EPChainableType type) |
EventType |
EPChainableTypeEventSingle.getType() |
static EventType |
EPChainableTypeHelper.optionalIsEventTypeColl(EPChainableType type) |
static EventType |
EPChainableTypeHelper.optionalIsEventTypeSingle(EPChainableType type) |
Modifier and Type | Method and Description |
---|---|
static EPChainableType |
EPChainableTypeHelper.arrayOfEvents(EventType eventTypeOfArrayEvents)
Indicate that the expression return type is an array of events of given type.
|
static EPChainableType |
EPChainableTypeHelper.collectionOfEvents(EventType eventTypeOfCollectionEvents)
Indicate that the expression return type is a collection of a given type of events.
|
static EPChainableType |
EPChainableTypeHelper.singleEvent(EventType eventTypeOfSingleEvent)
Indicate that the expression return type is single event of a given event type.
|
Constructor and Description |
---|
EPChainableTypeEventMulti(Class container,
EventType component) |
EPChainableTypeEventSingle(EventType type) |
Modifier and Type | Method and Description |
---|---|
Map<EventType,DataInputOutputSerdeForge> |
SerdeEventTypeCompileTimeRegistryImpl.getEventTypes() |
Map<EventType,DataInputOutputSerdeForge> |
SerdeEventTypeCompileTimeRegistry.getEventTypes() |
Set<EventType> |
SerdeEventPropertyDesc.getNestedTypes() |
Modifier and Type | Method and Description |
---|---|
void |
SerdeEventTypeCompileTimeRegistryImpl.addSerdeFor(EventType eventType,
DataInputOutputSerdeForge forge) |
void |
SerdeEventTypeCompileTimeRegistry.addSerdeFor(EventType eventType,
DataInputOutputSerdeForge forge) |
static SerdeEventPropertyDesc |
SerdeEventPropertyUtility.forgeForEventProperty(EventType eventTypeSerde,
String propertyName,
Object propertyType,
StatementRawInfo raw,
SerdeCompileTimeResolver resolver) |
static List<StmtClassForgeableFactory> |
SerdeEventTypeUtility.plan(EventType eventType,
StatementRawInfo raw,
SerdeEventTypeCompileTimeRegistry registry,
SerdeCompileTimeResolver resolver) |
Constructor and Description |
---|
SerdeEventPropertyDesc(DataInputOutputSerdeForge forge,
Set<EventType> nestedTypes) |
Modifier and Type | Method and Description |
---|---|
DataInputOutputSerdeForge |
SerdeCompileTimeResolverNonHA.serdeForBeanEventType(StatementRawInfo raw,
EPTypeClass underlyingType,
String eventTypeName,
EventType[] eventTypeSupertypes) |
DataInputOutputSerdeForge |
SerdeCompileTimeResolverImpl.serdeForBeanEventType(StatementRawInfo raw,
EPTypeClass underlyingType,
String eventTypeName,
EventType[] eventTypeSupertypes) |
DataInputOutputSerdeForge |
SerdeCompileTimeResolver.serdeForBeanEventType(StatementRawInfo raw,
EPTypeClass underlyingType,
String eventTypeName,
EventType[] eventTypeSupertypes) |
Constructor and Description |
---|
CodegenSharableSerdeEventTyped(CodegenSharableSerdeEventTyped.CodegenSharableSerdeName name,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeSerdeRepositoryDefault.addSerdes(String deploymentId,
List<EventTypeCollectedSerde> serdes,
Map<String,EventType> moduleEventTypes,
BeanEventTypeFactoryPrivate beanEventTypeFactory) |
void |
EventTypeSerdeRepository.addSerdes(String deploymentId,
List<EventTypeCollectedSerde> serdes,
Map<String,EventType> moduleEventTypes,
BeanEventTypeFactoryPrivate beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
SupportEventTypeAssertionUtil.assertConsistency(EventType eventType) |
static void |
SupportEventTypeAssertionUtil.assertEventTypeProperties(Object[][] expectedArr,
EventType eventType,
SupportEventTypeAssertionEnum... assertions) |
static void |
SupportEventTypeAssertionUtil.assertPropertiesTypes(EventType eventType,
String names,
Class... type) |
static void |
SupportEventPropUtil.assertTypes(EventType type,
String[] fields,
EPTypeClass[] classes) |
static void |
SupportEventPropUtil.assertTypes(EventType type,
String field,
EPTypeClass clazz) |
static void |
SupportEventPropUtil.assertTypesAllSame(EventType type,
String[] fields,
EPTypeClass clazz) |
Object |
SupportEventTypeAssertionEnum.Extractor.extract(EventPropertyDescriptor desc,
EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ViewFactoryForgeBase.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
ZeroDepthStreamNoIterate.getEventType() |
EventType |
ZeroDepthStreamIterable.getEventType() |
EventType |
ViewNullEvent.getEventType() |
EventType |
ViewNoop.getEventType() |
EventType |
ViewFactoryForgeBase.getEventType() |
EventType |
ViewFactoryForge.getEventType() |
EventType |
ViewFactory.getEventType() |
EventType |
ViewableDefaultImpl.getEventType() |
EventType |
Viewable.getEventType()
Provides metadata information about the type of object the event collection contains.
|
EventType |
SingleStreamDispatchView.getEventType() |
EventType |
PatternRemoveDispatchView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ViewFactoryForgeBase.attach(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
ViewFactoryForge.attach(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
protected abstract void |
ViewFactoryForgeBase.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
static ViewFactoryForgeDesc |
ViewFactoryForgeUtil.createForges(ViewSpec[] viewSpecDefinitions,
ViewFactoryForgeArgs args,
EventType parentEventType) |
void |
ViewFactory.setEventType(EventType eventType) |
Constructor and Description |
---|
ViewableDefaultImpl(EventType eventType) |
ZeroDepthStreamIterable(EventType eventType)
Ctor.
|
ZeroDepthStreamIterableWAudit(EventType eventType,
AgentInstanceContext agentInstanceContext,
FilterSpecActivatable filterSpec,
int streamNumber,
boolean subselect,
int subselectNumber) |
ZeroDepthStreamNoIterate(EventType eventType)
Ctor.
|
ZeroDepthStreamNoIterateWAudit(EventType eventType,
AgentInstanceContext agentInstanceContext,
FilterSpecActivatable filterSpec,
int streamNumber,
boolean subselect,
int subselectNumber) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
WeightedAverageViewFactory.eventType |
protected EventType |
UnivariateStatisticsViewFactory.eventType |
protected EventType |
SizeViewFactory.eventType |
protected EventType |
RegressionLinestViewFactory.eventType |
protected EventType |
CorrelationViewFactory.eventType |
protected EventType |
BaseBivariateStatisticsView.eventType
Event type.
|
Modifier and Type | Method and Description |
---|---|
static EventType |
WeightedAverageView.createEventType(StatViewAdditionalPropsForge additionalProps,
ViewForgeEnv env,
int streamNum) |
static EventType |
UnivariateStatisticsView.createEventType(StatViewAdditionalPropsForge additionalProps,
ViewForgeEnv env,
int streamNum) |
protected static EventType |
RegressionLinestView.createEventType(StatViewAdditionalPropsForge additionalProps,
ViewForgeEnv env,
int streamNum) |
protected static EventType |
CorrelationView.createEventType(StatViewAdditionalPropsForge additionalProps,
ViewForgeEnv viewForgeEnv,
int streamNum) |
static EventType |
SizeView.createEventType(ViewForgeEnv env,
StatViewAdditionalPropsForge additionalProps,
int streamNum) |
EventType |
WeightedAverageViewFactory.getEventType() |
EventType |
WeightedAverageView.getEventType() |
EventType |
UnivariateStatisticsViewFactory.getEventType() |
EventType |
UnivariateStatisticsView.getEventType() |
EventType |
SizeViewFactory.getEventType() |
EventType |
SizeView.getEventType() |
EventType |
RegressionLinestViewFactory.getEventType() |
EventType |
RegressionLinestView.getEventType() |
EventType |
CorrelationViewFactory.getEventType() |
EventType |
CorrelationView.getEventType() |
static EventType |
DerivedViewTypeUtil.newType(String name,
LinkedHashMap<String,Object> schemaMap,
ViewForgeEnv env,
int streamNum) |
Modifier and Type | Method and Description |
---|---|
void |
WeightedAverageViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
UnivariateStatisticsViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
SizeViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
RegressionLinestViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
CorrelationViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
static EventBean |
RegressionLinestView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] decoration) |
static EventBean |
CorrelationView.doPopulateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] decoration)
Populate bean.
|
static StatViewAdditionalPropsForge |
StatViewAdditionalPropsForge.make(ExprNode[] validated,
int startIndex,
EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv) |
static EventBean |
UnivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] lastNewValues) |
EventBean |
RegressionLinestView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] decoration) |
EventBean |
CorrelationView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] decoration) |
protected abstract EventBean |
BaseBivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean,
EventBeanTypedEventFactory eventAdapterService,
EventType eventType,
StatViewAdditionalPropsEval additionalProps,
Object[] decoration)
Populate bean.
|
void |
WeightedAverageViewFactory.setEventType(EventType eventType) |
void |
UnivariateStatisticsViewFactory.setEventType(EventType eventType) |
void |
SizeViewFactory.setEventType(EventType eventType) |
void |
RegressionLinestViewFactory.setEventType(EventType eventType) |
void |
CorrelationViewFactory.setEventType(EventType eventType) |
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) |
SizeView(SizeViewFactory sizeViewFactory,
AgentInstanceContext agentInstanceContext,
EventType eventType,
StatViewAdditionalPropsEval additionalProps) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ExpressionViewFactoryBase.builtinMapType |
protected EventType |
ExpressionViewForgeBase.builtinType |
protected EventType |
ExpressionViewFactoryBase.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
ExpressionViewFactoryBase.getBuiltinMapType() |
EventType |
ExpressionViewFactoryBase.getEventType() |
EventType |
ExpressionViewBase.getEventType() |
Modifier and Type | Method and Description |
---|---|
static LinkedHashMap<String,Object> |
ExpressionViewOAFieldEnum.asMapOfTypes(EventType eventType) |
void |
ExpressionViewForgeBase.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
ExpressionViewFactoryBase.setBuiltinMapType(EventType builtinMapType) |
void |
ExpressionViewFactoryBase.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ExternallyTimedBatchViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
ExternallyTimedBatchViewFactory.getEventType() |
EventType |
ExternallyTimedBatchView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ExternallyTimedBatchViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
ExternallyTimedBatchViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
ExternallyTimedWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
ExternallyTimedWindowViewFactory.getEventType() |
EventType |
ExternallyTimedWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ExternallyTimedWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
ExternallyTimedWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
FilterExprView.getEventType() |
Modifier and Type | Field and Description |
---|---|
protected EventType |
FirstEventViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
FirstEventViewFactory.getEventType() |
EventType |
FirstEventView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
FirstEventViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
FirstEventViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
FirstLengthWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
FirstLengthWindowViewFactory.getEventType() |
EventType |
FirstLengthWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
FirstLengthWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
FirstLengthWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
FirstTimeViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
FirstTimeViewFactory.getEventType() |
EventType |
FirstTimeView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
FirstTimeViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
FirstTimeViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
FirstUniqueByPropertyViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
FirstUniqueByPropertyViewFactory.getEventType() |
EventType |
FirstUniqueByPropertyView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
FirstUniqueByPropertyViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
FirstUniqueByPropertyViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
GroupByViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
MergeViewFactoryForge.getEventType() |
EventType |
MergeView.getEventType() |
EventType |
GroupByViewReclaimAged.getEventType() |
EventType |
GroupByViewImpl.getEventType() |
EventType |
GroupByViewFactory.getEventType() |
EventType |
AddPropertyValueOptionalView.getEventType() |
Modifier and Type | Method and Description |
---|---|
protected static EventBean |
AddPropertyValueOptionalView.addProperty(EventBean originalEvent,
String[] propertyNames,
Object propertyValues,
EventType targetEventType,
EventBeanTypedEventFactory eventAdapterService)
Add a property to the event passed in.
|
void |
MergeViewFactoryForge.attach(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
GroupByViewFactoryForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
GroupByViewFactoryForge.setEventType(EventType eventType) |
void |
GroupByViewFactory.setEventType(EventType eventType) |
Constructor and Description |
---|
MergeView(GroupByView groupByView,
EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
IntersectViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
LastPostObserverView.getEventType() |
EventType |
IntersectViewFactory.getEventType() |
EventType |
IntersectDefaultView.getEventType() |
EventType |
IntersectBatchView.getEventType() |
EventType |
IntersectAsymetricView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
IntersectViewFactoryForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
IntersectViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
KeepAllViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
KeepAllViewFactory.getEventType() |
EventType |
KeepAllView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
KeepAllViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
KeepAllViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
LastEventViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
LastEventViewFactory.getEventType() |
EventType |
LastEventView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
LastEventViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
LastEventViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
LengthWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
LengthWindowViewRStream.getEventType() |
EventType |
LengthWindowViewFactory.getEventType() |
EventType |
LengthWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
LengthWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
LengthWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
LengthBatchViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
LengthBatchViewRStream.getEventType() |
EventType |
LengthBatchViewFactory.getEventType() |
EventType |
LengthBatchView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
LengthBatchViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
LengthBatchViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
PriorEventViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
PriorEventViewFactory.getEventType() |
EventType |
PriorEventView.getEventType() |
Modifier and Type | Method and Description |
---|---|
protected void |
PriorEventViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
PriorEventViewFactory.setEventType(EventType eventType) |
Constructor and Description |
---|
PriorEventViewForge(boolean unbound,
EventType eventType,
StateMgmtSetting stateMgmtSettings) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
RankWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
RankWindowViewFactory.getEventType() |
EventType |
RankWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
RankWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
RankWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
SortWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
SortWindowViewFactory.getEventType() |
EventType |
SortWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
SortWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
SortWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TimeAccumViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
TimeAccumViewRStream.getEventType() |
EventType |
TimeAccumViewFactory.getEventType() |
EventType |
TimeAccumView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
TimeAccumViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeAccumViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TimeBatchViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
TimeBatchViewRStream.getEventType() |
EventType |
TimeBatchViewFactory.getEventType() |
EventType |
TimeBatchView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
TimeBatchViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeBatchViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TimeLengthBatchViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
TimeLengthBatchViewFactory.getEventType() |
EventType |
TimeLengthBatchView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
TimeLengthBatchViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeLengthBatchViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TimeOrderViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
TimeOrderViewFactory.getEventType() |
EventType |
TimeOrderView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
TimeToLiveViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeOrderViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeOrderViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TimeWindowViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
TimeWindowViewFactory.getEventType() |
EventType |
TimeWindowView.getEventType() |
Modifier and Type | Method and Description |
---|---|
protected void |
TimeWindowViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
TimeWindowViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
UnionViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
UnionViewFactory.getEventType() |
EventType |
UnionView.getEventType() |
EventType |
UnionAsymetricView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
UnionViewFactoryForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
UnionViewFactory.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
UniqueByPropertyViewFactory.eventType |
Modifier and Type | Method and Description |
---|---|
EventType |
UniqueByPropertyViewFactory.getEventType() |
EventType |
UniqueByPropertyView.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
UniqueByPropertyViewForge.attachValidate(EventType parentEventType,
int streamNumber,
ViewForgeEnv viewForgeEnv,
boolean grouped) |
void |
UniqueByPropertyViewFactory.setEventType(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
BufferView.getEventType() |
Modifier and Type | Method and Description |
---|---|
static ExprNode[] |
ViewForgeSupport.validate(String viewName,
EventType eventType,
List<ExprNode> expressions,
boolean allowConstantResult,
ViewForgeEnv viewForgeEnv,
int streamNumber)
Validate the view parameter expressions and return the validated expression for later execution.
|
Copyright © 2005–2020. All rights reserved.