Modifier and Type | Method and Description |
---|---|
void |
PluggableObjectCollection.addPatternObjects(List<ConfigurationCompilerPlugInPatternObject> configPattern,
ClasspathImportServiceCompileTime classpathImportService)
Add a plug-in pattern object.
|
void |
PluggableObjectCollection.addViews(List<ConfigurationCompilerPlugInView> configurationPlugInViews,
List<ConfigurationCompilerPlugInVirtualDataWindow> configurationPlugInVirtualDW,
ClasspathImportServiceCompileTime classpathImportService)
Add a plug-in view.
|
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
StatementSpecMapEnv.getClasspathImportService() |
ClasspathImportServiceCompileTime |
StatementSpecMapContext.getClasspathImportService()
Returns the runtimeimport service.
|
Modifier and Type | Method and Description |
---|---|
static ExprNode |
ASTAggregationHelper.tryResolveAsAggregation(ClasspathImportServiceCompileTime classpathImportService,
boolean distinct,
String functionName,
LazyAllocatedMap<HashableMultiKey,AggregationMultiFunctionForge> plugInAggregations,
ClassProvidedClasspathExtension classProvidedClasspathExtension) |
Constructor and Description |
---|
StatementSpecMapEnv(ClasspathImportServiceCompileTime classpathImportService,
VariableCompileTimeResolver variableCompileTimeResolver,
Configuration configuration,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
ContextCompileTimeResolver contextCompileTimeResolver,
TableCompileTimeResolver tableCompileTimeResolver,
ScriptCompileTimeResolver scriptCompileTimeResolver,
CompilerServices compilerServices,
ClassProvidedClasspathExtension classProvidedClasspathExtension) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
StatementCompileTimeServices.getClasspathImportServiceCompileTime() |
ClasspathImportServiceCompileTime |
ModuleCompileTimeServices.getClasspathImportServiceCompileTime() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleCompileTimeServices.setClasspathImportServiceCompileTime(ClasspathImportServiceCompileTime classpathImportServiceCompileTime) |
Constructor and Description |
---|
ModuleCompileTimeServices(CompilerServices compilerServices,
Configuration configuration,
ClassProvidedCompileTimeRegistry classProvidedCompileTimeRegistry,
ClassProvidedCompileTimeResolver classProvidedCompileTimeResolver,
ContextCompileTimeRegistry contextCompileTimeRegistry,
ContextCompileTimeResolver contextCompileTimeResolver,
BeanEventTypeStemService beanEventTypeStemService,
BeanEventTypeFactoryPrivate beanEventTypeFactoryPrivate,
DatabaseConfigServiceCompileTime databaseConfigServiceCompileTime,
ClasspathImportServiceCompileTime classpathImportService,
ExprDeclaredCompileTimeRegistry exprDeclaredCompileTimeRegistry,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
EventTypeAvroHandler eventTypeAvroHandler,
EventTypeCompileTimeRegistry eventTypeCompileTimeRegistry,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
boolean fireAndForget,
IndexCompileTimeRegistry indexCompileTimeRegistry,
ModuleDependenciesCompileTime moduleDependencies,
ModuleAccessModifierService moduleVisibilityRules,
NamedWindowCompileTimeResolver namedWindowCompileTimeResolver,
NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry,
StateMgmtSettingsProvider stateMgmtSettingsProvider,
ParentClassLoader parentClassLoader,
PatternObjectResolutionService patternObjectResolutionService,
ScriptCompileTimeRegistry scriptCompileTimeRegistry,
ScriptCompileTimeResolver scriptCompileTimeResolver,
SerdeEventTypeCompileTimeRegistry serdeEventTypeRegistry,
SerdeCompileTimeResolver serdeResolver,
TableCompileTimeRegistry tableCompileTimeRegistry,
TableCompileTimeResolver tableCompileTimeResolver,
VariableCompileTimeRegistry variableCompileTimeRegistry,
VariableCompileTimeResolver variableCompileTimeResolver,
ViewResolutionService viewResolutionService,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
SortedAggregationStateDesc.getClasspathImportService() |
Constructor and Description |
---|
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 |
---|---|
static AggregationServiceForgeDesc |
AggregationServiceFactoryFactory.getService(AggregationAttributionKey attributionKey,
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) |
Modifier and Type | Method and Description |
---|---|
static Annotation[] |
AnnotationUtil.compileAnnotations(List<AnnotationDesc> annotationSpec,
ClasspathImportServiceCompileTime classpathImportService,
Compilable compilable)
Compile annotation objects from descriptors.
|
Modifier and Type | Method and Description |
---|---|
static DatetimeMethodDesc |
DatetimeMethodResolver.fromName(String name,
ClasspathImportServiceCompileTime classpathImportService) |
static boolean |
DatetimeMethodResolver.isDateTimeMethod(String name,
ClasspathImportServiceCompileTime classpathImportService) |
static ExprDotDTMethodDesc |
ExprDotDTFactory.validateMake(StreamTypeService streamTypeService,
Deque<Chainable> chainSpecStack,
DatetimeMethodDesc dtMethod,
String dtMethodName,
EPChainableType inputType,
List<ExprNode> parameters,
ExprDotNodeFilterAnalyzerInput inputDesc,
TimeAbacus timeAbacus,
TableCompileTimeResolver tableCompileTimeResolver,
ClasspathImportServiceCompileTime classpathImportService,
StatementRawInfo statementRawInfo) |
Modifier and Type | Method and Description |
---|---|
static EnumMethodDesc |
EnumMethodResolver.fromName(String name,
ClasspathImportServiceCompileTime classpathImportService) |
static boolean |
EnumMethodResolver.isEnumerationMethod(String name,
ClasspathImportServiceCompileTime classpathImportService) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
ExprValidationContext.getClasspathImportService() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExprDotNodeUtility.isDatetimeOrEnumMethod(String name,
ClasspathImportServiceCompileTime classpathImportService) |
Modifier and Type | Method and Description |
---|---|
static SubselectForgeNR |
SubselectNRForgeFactory.createStrategyAnyAllIn(ExprSubselectNode subselectExpression,
boolean isNot,
boolean isAll,
boolean isAny,
RelationalOpEnum relationalOp,
ClasspathImportServiceCompileTime classpathImportService) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
SelectProcessorArgs.getClasspathImportService() |
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.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) |
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 |
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) |
Modifier and Type | Method and Description |
---|---|
static Pair<Constructor,ExprForge[]> |
InstanceManufacturerUtil.getManufacturer(EPTypeClass targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprForge[] exprForges,
Object[] expressionReturnTypes) |
static InstanceManufacturerFactory |
InstanceManufacturerFactoryFactory.getManufacturer(EPTypeClass targetClass,
ClasspathImportServiceCompileTime classpathImportService,
ExprNode[] childNodes) |
Modifier and Type | Method and Description |
---|---|
static Object |
EventTypeUtility.buildType(ColumnDesc column,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension) |
static LinkedHashMap<String,Object> |
EventTypeUtility.buildType(List<ColumnDesc> columns,
Set<String> copyFrom,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
EventTypeNameResolver eventTypeResolver) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathImportServiceCompileTimeImpl |
Modifier and Type | Method and Description |
---|---|
static EnumValue |
ClasspathImportCompileTimeUtil.resolveIdentAsEnum(String constant,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
boolean isAnnotation) |
static ValueAndFieldDesc |
ClasspathImportCompileTimeUtil.resolveIdentAsEnumConst(String constant,
ClasspathImportServiceCompileTime classpathImportService,
ClasspathExtensionClass classpathExtension,
boolean isAnnotation) |
Modifier and Type | Field and Description |
---|---|
static ClasspathImportServiceCompileTime |
SupportClasspathImport.INSTANCE |
Modifier and Type | Method and Description |
---|---|
ClasspathImportServiceCompileTime |
ViewFactoryForgeArgs.getClasspathImportService() |
ClasspathImportServiceCompileTime |
ViewForgeEnv.getClasspathImportServiceCompileTime() |
Copyright © 2005–2021. All rights reserved.