Uses of Interface
com.espertech.esper.common.internal.settings.ClasspathImportService
Package
Description
Script expression evaluation.
MVEL script expression evaluation.
Avro event type core interfaces.
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
XML event wrappers
-
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.access.core
Modifier and TypeMethodDescriptionstatic AggregationAgentForge
AggregationAgentForgeFactory.make
(int streamNum, ExprNode optionalFilter, ClasspathImportService classpathImportService, boolean isFireAndForget, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.access.countminsketch
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.access.linear
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessLinear.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.access.plugin
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessPlugin.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.access.sorted
Modifier and TypeMethodDescriptionAggregationForgeFactoryAccessSorted.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.core
Modifier and TypeMethodDescriptionAggregationForgeFactory.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.agg.method.core
Modifier and TypeMethodDescriptionfinal AggregationAgentForge
AggregationForgeFactoryBase.getAggregationStateAgent
(ClasspathImportService classpathImportService, String statementName) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.dataflow.realize
ModifierConstructorDescriptionEPDataFlowEmitter1Stream1TargetBase
(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, ClasspathImportService classpathImportService) EPDataFlowEmitter1Stream1TargetPassAlong
(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, ClasspathImportService classpathImportService) EPDataFlowEmitter1Stream1TargetPassAlongWStream
(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, int streamNum, ClasspathImportService classpathImportService) EPDataFlowEmitter1Stream1TargetUnwind
(int operatorNum, DataFlowSignalManager signalManager, SignalHandler signalHandler, EPDataFlowEmitterExceptionHandler exceptionHandler, ObjectBindingPair target, ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.expression.dot.core
ModifierConstructorDescriptionExprDotMethodForgeDuck
(String statementName, ClasspathImportService classpathImportService, String methodName, EPType[] parameterTypes, ExprForge[] parameters) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.historical.database.connection
ModifierConstructorDescriptionDatabaseConfigServiceImpl
(Map<String, ConfigurationCommonDBRef> mapDatabaseRef, ClasspathImportService classpathImportService) Ctor.DatabaseDMConnFactory
(ConfigurationCommonDBRef.DriverManagerConnection driverConfig, ConfigurationCommonDBRef.ConnectionSettings connectionSettings, ClasspathImportService classpathImportService) Ctor.DatabaseDSFactoryConnFactory
(ConfigurationCommonDBRef.DataSourceFactory dsConfig, ConfigurationCommonDBRef.ConnectionSettings connectionSettings, ClasspathImportService classpathImportService) Ctor. -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.join.support
Modifier and TypeMethodDescriptionstatic QueryPlanIndexHook
QueryPlanIndexHookUtil.getHook
(Annotation[] annotations, ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionstatic void
SubordinateQueryPlannerUtil.queryPlanLogOnExpr
(boolean queryPlanLogging, org.slf4j.Logger queryPlanLog, SubordinateWMatchExprQueryPlanForge strategy, Annotation[] annotations, ClasspathImportService classpathImportService) static void
SubordinateQueryPlannerUtil.queryPlanLogOnSubq
(boolean queryPlanLogging, org.slf4j.Logger queryPlanLog, SubordinateQueryPlanDescForge plan, int subqueryNum, Annotation[] annotations, ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.script.core
Modifier and TypeMethodDescriptionstatic ExpressionScriptCompiled
ExpressionNodeScriptCompiler.compileScript
(String dialect, String scriptName, String expression, String[] parameterNames, EPType[] evaluationTypes, ExpressionScriptCompiled optionalPrecompiled, ClasspathImportService classpathImportService) void
ScriptDescriptorRuntime.setClasspathImportService
(ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.script.mvel
Modifier and TypeMethodDescriptionstatic void
MVELInvoker.analysisCompile
(String expression, Object parserContext, ClasspathImportService classpathImportService) static ExpressionScriptCompiled
MVELHelper.compile
(String scriptName, String expression, Map<String, Class> mvelInputParamTypes, ClasspathImportService classpathImportService) static boolean
MVELInvoker.isMVELInClasspath
(ClasspathImportService classpathImportService) static Object
MVELInvoker.newParserContext
(ClasspathImportService classpathImportService) static void
MVELHelper.verifyScript
(ExpressionScriptProvided script, ClasspathImportService classpathImportService) Verify MVEL script (not compiling it). -
Uses of ClasspathImportService in com.espertech.esper.common.internal.epl.variable.core
Modifier and TypeMethodDescriptionstatic void
VariableUtil.configureVariables
(VariableRepositoryPreconfigured repo, Map<String, ConfigurationCommonVariable> variables, ClasspathImportService classpathImportService, EventBeanTypedEventFactory eventBeanTypedEventFactory, EventTypeRepositoryImpl eventTypeRepositoryPreconfigured, BeanEventTypeFactory beanEventTypeFactory) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.avro
Modifier and TypeMethodDescriptionvoid
EventTypeAvroHandler.init
(ConfigurationCommonEventTypeMeta.AvroSettings avroSettings, ClasspathImportService classpathImportService) void
EventTypeAvroHandlerUnsupported.init
(ConfigurationCommonEventTypeMeta.AvroSettings avroSettings, ClasspathImportService classpathImportService) static EventTypeAvroHandler
EventTypeAvroHandlerFactory.resolve
(ClasspathImportService classpathImportService, ConfigurationCommonEventTypeMeta.AvroSettings avroSettings, String handlerClass) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.bean.core
Modifier and TypeMethodDescriptionstatic Map<String,
EPTypeClass> BeanEventTypeRepoUtil.resolveBeanEventTypes
(Map<String, String> typeToClassName, ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.bean.instantiator
Modifier and TypeMethodDescriptionstatic BeanInstantiatorForge
BeanInstantiatorFactory.makeInstantiator
(BeanEventType beanEventType, ClasspathImportService classpathImportService) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.bean.manufacturer
ModifierConstructorDescriptionEventBeanManufacturerBean
(BeanEventType beanEventType, EventBeanTypedEventFactory service, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) Ctor.EventBeanManufacturerBeanForge
(BeanEventType beanEventType, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) Ctor.EventBeanManufacturerJsonProvided
(JsonEventType jsonEventType, EventBeanTypedEventFactory service, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) Ctor.EventBeanManufacturerJsonProvidedForge
(JsonEventType jsonEventType, WriteablePropertyDescriptor[] properties, ClasspathImportService classpathImportService) Ctor. -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.core
Modifier and TypeMethodDescriptionstatic 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. -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.eventtyperepo
Modifier and TypeMethodDescriptionstatic void
EventTypeRepositoryMapTypeUtil.buildMapTypes
(EventTypeRepositoryImpl repo, Map<String, ConfigurationCommonEventTypeMap> mapTypeConfigurations, Map<String, Properties> mapTypes, Map<String, Map<String, Object>> nestableMapEvents, BeanEventTypeFactory beanEventTypeFactory, ClasspathImportService classpathImportService) static void
EventTypeRepositoryOATypeUtil.buildOATypes
(EventTypeRepositoryImpl repo, Map<String, ConfigurationCommonEventTypeObjectArray> objectArrayTypeConfigurations, Map<String, Map<String, Object>> nestableObjectArrayNames, BeanEventTypeFactory beanEventTypeFactory, ClasspathImportService classpathImportService) static void
EventTypeRepositoryXMLTypeUtil.buildXMLTypes
(EventTypeRepositoryImpl repo, Map<String, ConfigurationCommonEventTypeXMLDOM> eventTypesXMLDOM, BeanEventTypeFactory beanEventTypeFactory, XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory, ClasspathImportService classpathImportService, EventTypeXMLXSDHandler xmlxsdHandler) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.path
ModifierConstructorDescriptionEventTypeCollectorImpl
(Map<String, EventType> moduleEventTypes, BeanEventTypeFactory beanEventTypeFactory, ClassLoader classLoader, EventTypeFactory eventTypeFactory, BeanEventTypeStemService beanEventTypeStemService, EventTypeNameResolver eventTypeNameResolver, XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory, EventTypeAvroHandler eventTypeAvroHandler, EventBeanTypedEventFactory eventBeanTypedEventFactory, ClasspathImportService classpathImportService, EventTypeXMLXSDHandler eventTypeXMLXSDHandler) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.event.xml
Modifier and TypeMethodDescriptionEventTypeXMLXSDHandler.loadAndMap
(String schemaResource, String schemaText, ClasspathImportService classpathImportService) EventTypeXMLXSDHandlerUnsupported.loadAndMap
(String schemaResource, String schemaText, ClasspathImportService classpathImportService) static EventTypeXMLXSDHandler
EventTypeXMLXSDHandlerFactory.resolve
(ClasspathImportService classpathImportService, ConfigurationCommonEventTypeMeta config, String handlerClass) -
Uses of ClasspathImportService in com.espertech.esper.common.internal.settings
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionstatic Object
ClasspathImportUtil.getAnnotationHook
(Annotation[] annotations, HookType hookType, Class interfaceExpected, ClasspathImportService classpathImportService) Returns an instance of a hook as specified by an annotation.static EPTypeClass
ClasspathImportEPTypeUtil.parameterizeType
(boolean allowArrayDimensions, Class clazz, ClassDescriptor descriptor, ClasspathImportService classpathImportService, ClassProvidedClasspathExtension classpathExtension) static EPTypeClass
ClasspathImportEPTypeUtil.parameterizeType
(Class plain, List<ClassDescriptor> typeParameters, int arrayDimensions, ClasspathImportService classpathImportService, ClasspathExtensionClass classpathExtension) static EPTypeClass
ClasspathImportEPTypeUtil.resolveClassIdentifierToEPType
(ClassDescriptor classIdent, boolean allowObjectType, ClasspathImportService classpathImportService, ClasspathExtensionClass classpathExtension)