Package | Description |
---|---|
com.espertech.esper.common.client.configuration |
Configuration classes.
|
com.espertech.esper.common.internal.compile.stage1.specmapper | |
com.espertech.esper.common.internal.compile.stage3 | |
com.espertech.esper.common.internal.epl.dataflow.util | |
com.espertech.esper.common.internal.epl.resultset.core | |
com.espertech.esper.common.internal.epl.resultset.select.core | |
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.support | |
com.espertech.esper.common.internal.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
com.espertech.esper.common.internal.view.core |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.configure()
Use the configuration specified in an application
resource named esper.cfg.xml.
|
Configuration |
Configuration.configure(Document document)
Use the mappings and properties specified in the given XML document.
|
Configuration |
Configuration.configure(File configFile)
Use the configuration specified in the given application
file.
|
Configuration |
Configuration.configure(String resource)
Use the configuration specified in the given application
resource.
|
Configuration |
Configuration.configure(URL url)
Use the configuration specified by the given URL.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
StatementSpecMapEnv.getConfiguration() |
Configuration |
StatementSpecMapContext.getConfiguration()
Returns the configuration.
|
Constructor and Description |
---|
StatementSpecMapEnv(ClasspathImportServiceCompileTime classpathImportService,
VariableCompileTimeResolver variableCompileTimeResolver,
Configuration configuration,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
ContextCompileTimeResolver contextCompileTimeResolver,
TableCompileTimeResolver tableCompileTimeResolver,
ScriptCompileTimeResolver scriptCompileTimeResolver,
CompilerServices compilerServices) |
Modifier and Type | Method and Description |
---|---|
Configuration |
StatementCompileTimeServices.getConfiguration() |
Configuration |
ModuleCompileTimeServices.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleCompileTimeServices.setConfiguration(Configuration configuration) |
Constructor and Description |
---|
ModuleCompileTimeServices(CompilerServices compilerServices,
Configuration configuration,
ContextCompileTimeRegistry contextCompileTimeRegistry,
ContextCompileTimeResolver contextCompileTimeResolver,
BeanEventTypeStemService beanEventTypeStemService,
BeanEventTypeFactoryPrivate beanEventTypeFactoryPrivate,
DatabaseConfigServiceCompileTime databaseConfigServiceCompileTime,
ClasspathImportServiceCompileTime classpathImportService,
ExprDeclaredCompileTimeRegistry exprDeclaredCompileTimeRegistry,
ExprDeclaredCompileTimeResolver exprDeclaredCompileTimeResolver,
EventTypeAvroHandler eventTypeAvroHandler,
EventTypeCompileTimeRegistry eventTypeCompileTimeRegistry,
EventTypeCompileTimeResolver eventTypeCompileTimeResolver,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
IndexCompileTimeRegistry indexCompileTimeRegistry,
ModuleDependenciesCompileTime moduleDependencies,
ModuleAccessModifierService moduleVisibilityRules,
NamedWindowCompileTimeResolver namedWindowCompileTimeResolver,
NamedWindowCompileTimeRegistry namedWindowCompileTimeRegistry,
PatternObjectResolutionService patternObjectResolutionService,
ScriptCompileTimeRegistry scriptCompileTimeRegistry,
ScriptCompileTimeResolver scriptCompileTimeResolver,
TableCompileTimeRegistry tableCompileTimeRegistry,
TableCompileTimeResolver tableCompileTimeResolver,
VariableCompileTimeRegistry variableCompileTimeRegistry,
VariableCompileTimeResolver variableCompileTimeResolver,
ViewResolutionService viewResolutionService,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
DefaultSupportGraphEventUtil.addTypeConfiguration(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ResultSetProcessorOutputConditionType.getOutputLimitOpt(Annotation[] annotations,
Configuration configuration,
boolean hasOrderBy) |
Modifier and Type | Method and Description |
---|---|
Configuration |
SelectProcessorArgs.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static BeanEventTypeStemService |
BeanEventTypeRepoUtil.makeBeanEventTypeStemService(Configuration configurationSnapshot,
Map<String,Class> resolvedBeanEventTypes,
EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Modifier and Type | Method and Description |
---|---|
static EventRepresentationChoice |
EventRepresentationChoice.getEngineDefault(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
Document doc)
Parse the W3C DOM document.
|
static void |
ConfigurationParser.doConfigure(Configuration configuration,
InputStream stream,
String resourceName)
Use the configuration specified in the given input stream.
|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(Annotation[] annotations,
Configuration configs,
CreateSchemaDesc.AssignedType assignedType) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ViewForgeEnv.getConfiguration() |
Configuration |
ViewFactoryForgeArgs.getConfiguration() |
Copyright © 2005–2018. All rights reserved.