Modifier and Type | Method and Description |
---|---|
static ModuleProviderResult |
ModuleProviderUtil.analyze(EPCompiled compiled,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
static AggregationAgentForge |
AggregationAgentForgeFactory.make(int streamNum,
ExprNode optionalFilter,
ClasspathImportService classpathImportService,
boolean isFireAndForget,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationForgeFactoryAccessCountMinSketchState.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
AggregationAgentForge |
AggregationForgeFactoryAccessCountMinSketchAdd.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationForgeFactoryAccessLinear.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationForgeFactoryAccessPlugin.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationForgeFactoryAccessSorted.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationForgeFactory.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
static AggregationLocalGroupByPlanForge |
AggregationGroupByLocalGroupByAnalyzer.analyze(ExprForge[][] methodForges,
AggregationForgeFactory[] methodFactories,
AggregationStateFactoryForge[] accessAggregations,
AggregationGroupByLocalGroupDesc localGroupDesc,
ExprNode[] groupByExpressions,
AggregationAccessorSlotPairForge[] accessors,
ClasspathImportService classpathImportService,
boolean fireAndForget,
String statementName) |
Modifier and Type | Method and Description |
---|---|
AggregationAgentForge |
AggregationFactoryMethodBase.getAggregationStateAgent(ClasspathImportService classpathImportService,
String statementName) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportService |
ExprDotMethodForgeDuck.getClasspathImportService() |
Constructor and Description |
---|
ExprDotMethodForgeDuck(String statementName,
ClasspathImportService classpathImportService,
String methodName,
Class[] parameterTypes,
ExprForge[] parameters) |
Constructor and Description |
---|
DatabaseConfigServiceImpl(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.
|
Modifier and Type | Method and Description |
---|---|
static QueryPlanIndexHook |
QueryPlanIndexHookUtil.getHook(Annotation[] annotations,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
ClasspathImportService |
ScriptDescriptorRuntime.getClasspathImportService() |
Modifier and Type | Method and Description |
---|---|
static ExpressionScriptCompiled |
ExpressionNodeScriptCompiler.compileScript(String dialect,
String scriptName,
String expression,
String[] parameterNames,
Class[] evaluationTypes,
ExpressionScriptCompiled optionalPrecompiled,
ClasspathImportService classpathImportService) |
void |
ScriptDescriptorRuntime.setClasspathImportService(ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
static 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).
|
Modifier and Type | Method and Description |
---|---|
static VariableMetaData |
VariableUtil.compileVariable(String variableName,
String variableModuleName,
NameAccessModifier variableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalModuleName,
ClassIdentifierWArray variableType,
boolean isConstant,
boolean compileTimeConstant,
Object initializationValue,
ClasspathImportService classpathImportService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
BeanEventTypeFactory beanEventTypeFactory) |
static void |
VariableUtil.configureVariables(VariableRepositoryPreconfigured repo,
Map<String,ConfigurationCommonVariable> variables,
ClasspathImportService classpathImportService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeAvroHandlerUnsupported.init(ConfigurationCommonEventTypeMeta.AvroSettings avroSettings,
ClasspathImportService classpathImportService) |
void |
EventTypeAvroHandler.init(ConfigurationCommonEventTypeMeta.AvroSettings avroSettings,
ClasspathImportService classpathImportService) |
static EventTypeAvroHandler |
EventTypeAvroHandlerFactory.resolve(ClasspathImportService classpathImportService,
ConfigurationCommonEventTypeMeta.AvroSettings avroSettings,
String handlerClass) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Class> |
BeanEventTypeRepoUtil.resolveBeanEventTypes(Map<String,String> typeToClassName,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
static BeanInstantiatorForge |
BeanInstantiatorFactory.makeInstantiator(BeanEventType beanEventType,
ClasspathImportService classpathImportService) |
Constructor and Description |
---|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventBeanTypedEventFactory service,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService)
Ctor.
|
EventBeanManufacturerBeanForge(BeanEventType beanEventType,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
static SchemaModel |
XSDSchemaMapper.loadAndMap(String schemaResource,
String schemaText,
ClasspathImportService classpathImportService)
Loading and mapping of the schema to the internal representation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathImportServiceBase |
class |
ClasspathImportServiceCompileTime |
class |
ClasspathImportServiceRuntime |
Modifier and Type | Method and Description |
---|---|
static Object |
ClasspathImportUtil.getAnnotationHook(Annotation[] annotations,
HookType hookType,
Class interfaceExpected,
ClasspathImportService classpathImportService)
Returns an instance of a hook as specified by an annotation.
|
Copyright © 2005–2018. All rights reserved.