|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.StatementSpecMapContext
public class StatementSpecMapContext
Context for mapping a SODA statement to a statement specification, or multiple for subqueries, and obtaining certain optimization information from a statement.
Constructor Summary | |
---|---|
StatementSpecMapContext(EngineImportService engineImportService,
VariableService variableService,
ConfigurationInformation configuration,
SchedulingService schedulingService,
java.lang.String engineURI,
PatternNodeFactory patternNodeFactory,
NamedWindowService namedWindowService,
ContextManagementService contextManagementService,
ExprDeclaredService exprDeclaredService,
ContextDescriptor contextDescriptor,
TableService tableService)
Ctor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSpecMapContext(EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, ContextDescriptor contextDescriptor, TableService tableService)
engineImportService
- engine importsvariableService
- variable namesconfiguration
- the configurationcontextDescriptor
- optional context descriptionMethod Detail |
---|
public EngineImportService getEngineImportService()
public VariableService getVariableService()
public boolean isHasVariables()
public void setHasVariables(boolean hasVariables)
hasVariables
- true for variables, false for nonepublic ConfigurationInformation getConfiguration()
public java.util.Set<java.lang.String> getVariableNames()
public SchedulingService getSchedulingService()
public java.lang.String getEngineURI()
public PatternNodeFactory getPatternNodeFactory()
public NamedWindowService getNamedWindowService()
public java.util.Map<java.lang.String,ExpressionDeclItem> getExpressionDeclarations()
public void addExpressionDeclarations(ExpressionDeclItem item)
public java.util.Map<java.lang.String,ExpressionScriptProvided> getScripts()
public void addScript(ExpressionScriptProvided item)
public ContextManagementService getContextManagementService()
public java.lang.String getContextName()
public void setContextName(java.lang.String contextName)
public ExprDeclaredService getExprDeclaredService()
public LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> getPlugInAggregations()
public ContextDescriptor getContextDescriptor()
public TableService getTableService()
public java.util.List<ExprTableAccessNode> getTableExpressions()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |