Uses of Interface
com.espertech.esper.common.internal.settings.ClasspathImportServiceCompileTime
Packages that use ClasspathImportServiceCompileTime
Package
Description
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
Classes for EPL annotation processing.
Date-Time methods and related utility classes.
Enumeration method utility classes and input data sources.
This package defines the internal event APIs.
-
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.compile.stage1.spec
Methods in com.espertech.esper.common.internal.compile.stage1.spec with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionvoid
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. -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.compile.stage1.specmapper
Methods in com.espertech.esper.common.internal.compile.stage1.specmapper that return ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionStatementSpecMapContext.getClasspathImportService()
Returns the runtimeimport service.StatementSpecMapEnv.getClasspathImportService()
Methods in com.espertech.esper.common.internal.compile.stage1.specmapper with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic ExprNode
ASTAggregationHelper.tryResolveAsAggregation
(ClasspathImportServiceCompileTime classpathImportService, boolean distinct, String functionName, LazyAllocatedMap<HashableMultiKey, AggregationMultiFunctionForge> plugInAggregations, ClassProvidedClasspathExtension classProvidedClasspathExtension) Constructors in com.espertech.esper.common.internal.compile.stage1.specmapper with parameters of type ClasspathImportServiceCompileTimeModifierConstructorDescriptionStatementSpecMapEnv
(ClasspathImportServiceCompileTime classpathImportService, VariableCompileTimeResolver variableCompileTimeResolver, Configuration configuration, ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver, ContextCompileTimeResolver contextCompileTimeResolver, TableCompileTimeResolver tableCompileTimeResolver, ScriptCompileTimeResolver scriptCompileTimeResolver, CompilerServices compilerServices, ClassProvidedClasspathExtension classProvidedClasspathExtension) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.compile.stage3
Methods in com.espertech.esper.common.internal.compile.stage3 that return ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionModuleCompileTimeServices.getClasspathImportServiceCompileTime()
StatementCompileTimeServices.getClasspathImportServiceCompileTime()
Methods in com.espertech.esper.common.internal.compile.stage3 with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionvoid
ModuleCompileTimeServices.setClasspathImportServiceCompileTime
(ClasspathImportServiceCompileTime classpathImportServiceCompileTime) Constructors in com.espertech.esper.common.internal.compile.stage3 with parameters of type ClasspathImportServiceCompileTimeModifierConstructorDescriptionModuleCompileTimeServices
(CompilerAbstraction compilerAbstraction, 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, EventTypeXMLXSDHandler eventTypeXMLXSDHandler, 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) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.agg.access.sorted
Methods in com.espertech.esper.common.internal.epl.agg.access.sorted that return ClasspathImportServiceCompileTimeConstructors in com.espertech.esper.common.internal.epl.agg.access.sorted with parameters of type ClasspathImportServiceCompileTimeModifierConstructorDescriptionSortedAggregationStateDesc
(boolean max, ClasspathImportServiceCompileTime classpathImportService, ExprNode[] criteria, EPType[] criteriaTypes, DataInputOutputSerdeForge[] criteriaSerdes, boolean[] sortDescending, boolean ever, int streamNum, ExprAggMultiFunctionSortedMinMaxByNode parent, ExprForge optionalFilter, EventType streamEventType) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.agg.core
Methods in com.espertech.esper.common.internal.epl.agg.core with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic 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) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.annotation
Methods in com.espertech.esper.common.internal.epl.annotation with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic Annotation[]
AnnotationUtil.compileAnnotations
(List<AnnotationDesc> annotationSpec, ClasspathImportServiceCompileTime classpathImportService, Compilable compilable) Compile annotation objects from descriptors. -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.datetime.eval
Methods in com.espertech.esper.common.internal.epl.datetime.eval with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic 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) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.enummethod.dot
Methods in com.espertech.esper.common.internal.epl.enummethod.dot with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic EnumMethodDesc
EnumMethodResolver.fromName
(String name, ClasspathImportServiceCompileTime classpathImportService) static boolean
EnumMethodResolver.isEnumerationMethod
(String name, ClasspathImportServiceCompileTime classpathImportService) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.expression.core
Methods in com.espertech.esper.common.internal.epl.expression.core that return ClasspathImportServiceCompileTime -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.expression.dot.core
Methods in com.espertech.esper.common.internal.epl.expression.dot.core with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic boolean
ExprDotNodeUtility.isDatetimeOrEnumMethod
(String name, ClasspathImportServiceCompileTime classpathImportService) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.expression.subquery
Methods in com.espertech.esper.common.internal.epl.expression.subquery with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic SubselectForgeNR
SubselectNRForgeFactory.createStrategyAnyAllIn
(ExprSubselectNode subselectExpression, boolean isNot, boolean isAll, boolean isAny, RelationalOpEnum relationalOp, ClasspathImportServiceCompileTime classpathImportService) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.resultset.select.core
Methods in com.espertech.esper.common.internal.epl.resultset.select.core that return ClasspathImportServiceCompileTimeMethods in com.espertech.esper.common.internal.epl.resultset.select.core with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic 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) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.epl.resultset.select.eval
Methods in com.espertech.esper.common.internal.epl.resultset.select.eval with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic SelectExprProcessorForge
SelectEvalStreamWUndRecastJsonFactory.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
SelectEvalStreamWUndRecastObjectArrayFactory.make
(EventType[] eventTypes, SelectExprForgeContext selectExprForgeContext, int streamNumber, EventType targetType, ExprNode[] exprNodes, ClasspathImportServiceCompileTime classpathImportService, String statementName) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.event.bean.manufacturer
Methods in com.espertech.esper.common.internal.event.bean.manufacturer with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic InstanceManufacturerFactory
InstanceManufacturerFactoryFactory.getManufacturer
(EPTypeClass targetClass, ClasspathImportServiceCompileTime classpathImportService, ExprNode[] childNodes) static Pair<Constructor,
ExprForge[]> InstanceManufacturerUtil.getManufacturer
(EPTypeClass targetClass, ClasspathImportServiceCompileTime classpathImportService, ExprForge[] exprForges, Object[] expressionReturnTypes) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.event.core
Methods in com.espertech.esper.common.internal.event.core with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic 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) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.settings
Classes in com.espertech.esper.common.internal.settings that implement ClasspathImportServiceCompileTimeMethods in com.espertech.esper.common.internal.settings with parameters of type ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionstatic EnumValue
ClasspathImportCompileTimeUtil.resolveIdentAsEnum
(String constant, ClasspathImportServiceCompileTime classpathImportService, ClasspathExtensionClass classpathExtension, boolean isAnnotation) static ValueAndFieldDesc
ClasspathImportCompileTimeUtil.resolveIdentAsEnumConst
(String constant, ClasspathImportServiceCompileTime classpathImportService, ClasspathExtensionClass classpathExtension, boolean isAnnotation) -
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.support
Fields in com.espertech.esper.common.internal.support declared as ClasspathImportServiceCompileTimeModifier and TypeFieldDescriptionstatic final ClasspathImportServiceCompileTime
SupportClasspathImport.INSTANCE
-
Uses of ClasspathImportServiceCompileTime in com.espertech.esper.common.internal.view.core
Methods in com.espertech.esper.common.internal.view.core that return ClasspathImportServiceCompileTimeModifier and TypeMethodDescriptionViewFactoryForgeArgs.getClasspathImportService()
ViewForgeEnv.getClasspathImportServiceCompileTime()