Uses of Interface
com.espertech.esper.epl.core.EngineImportService

Packages that use EngineImportService
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.epl.annotation Classes for EPL annotation processing. 
com.espertech.esper.epl.core 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. 
com.espertech.esper.epl.core.eval Select expression evaluators. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.epl.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
com.espertech.esper.epl.spec 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. 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of EngineImportService in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return EngineImportService
 EngineImportService EPServicesContext.getEngineImportService()
          Returns the import and class name resolution service.
 EngineImportService EPServiceProviderSPI.getEngineImportService()
          Returns engine imports.
 EngineImportService EPServiceProviderImpl.getEngineImportService()
           
protected static EngineImportService EPServicesContextFactoryDefault.makeEngineImportService(ConfigurationInformation configSnapshot)
          Constructs the auto import service.
 

Methods in com.espertech.esper.core.service with parameters of type EngineImportService
static StatementSpecRaw EPAdministratorHelper.compileEPL(java.lang.String eplStatement, java.lang.String eplStatementForErrorMsg, boolean addPleaseCheck, java.lang.String statementName, SelectClauseStreamSelectorEnum defaultStreamSelector, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, java.lang.String engineURI, ConfigurationInformation configSnapshot, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
          Compile the EPL.
protected static void EPServicesContextFactoryDefault.initVariables(VariableService variableService, java.util.Map<java.lang.String,ConfigurationVariable> variables, EngineImportService engineImportService)
          Adds configured variables to the variable service.
 

Constructors in com.espertech.esper.core.service with parameters of type EngineImportService
ConfigurationOperationsImpl(EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator, EngineImportService engineImportService, VariableService variableService, EngineSettingsService engineSettingsService, ValueAddEventService valueAddEventService, MetricReportingService metricReportingService, StatementEventTypeRef statementEventTypeRef, StatementVariableRef statementVariableRef, PluggableObjectCollection plugInViews, FilterService filterService, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, TableService tableService)
          Ctor.
EPServicesContext(java.lang.String engineURI, SchedulingServiceSPI schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, TimerService timerService, FilterServiceSPI filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TableService tableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService, MetricReportingServiceSPI metricsReportingService, StatementEventTypeRef statementEventTypeRef, StatementVariableRef statementVariableRef, ConfigurationInformation configSnapshot, ThreadingService threadingServiceImpl, InternalEventRouterImpl internalEventRouter, StatementIsolationService statementIsolationService, SchedulingMgmtService schedulingMgmtService, DeploymentStateService deploymentStateService, ExceptionHandlingService exceptionHandlingService, PatternNodeFactory patternNodeFactory, EventTypeIdGenerator eventTypeIdGenerator, StatementMetadataFactory statementMetadataFactory, ContextManagementService contextManagementService, SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, DataFlowService dataFlowService, ExprDeclaredService exprDeclaredService)
          Constructor - sets up new set of services.
 

Uses of EngineImportService in com.espertech.esper.epl.annotation
 

Methods in com.espertech.esper.epl.annotation with parameters of type EngineImportService
static java.lang.annotation.Annotation[] AnnotationUtil.compileAnnotations(java.util.List<AnnotationDesc> annotationSpec, EngineImportService engineImportService, java.lang.String eplStatement)
          Compile annotation objects from descriptors.
 

Uses of EngineImportService in com.espertech.esper.epl.core
 

Classes in com.espertech.esper.epl.core that implement EngineImportService
 class EngineImportServiceImpl
          Implementation for engine-level imports.
 

Methods in com.espertech.esper.epl.core that return EngineImportService
 EngineImportService MethodResolutionServiceImpl.getEngineImportService()
           
 EngineImportService MethodResolutionService.getEngineImportService()
           
 

Methods in com.espertech.esper.epl.core with parameters of type EngineImportService
static HistoricalEventViewable MethodPollingViewableFactory.createPollMethodView(int streamNumber, MethodStreamSpec methodStreamSpec, EventAdapterService eventAdapterService, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, MethodResolutionService methodResolutionService, EngineImportService engineImportService, SchedulingService schedulingService, ScheduleBucket scheduleBucket, ExprEvaluatorContext exprEvaluatorContext, VariableService variableService, java.lang.String contextName)
          Creates a method-invocation polling view for use as a stream that calls a method, or pulls results from cache.
static SelectExprProcessor SelectExprInsertEventBeanFactory.getInsertUnderlyingJoinWildcard(EventAdapterService eventAdapterService, EventType eventType, java.lang.String[] streamNames, EventType[] streamTypes, EngineImportService engineImportService)
           
static SelectExprProcessor SelectExprInsertEventBeanFactory.getInsertUnderlyingNonJoin(EventAdapterService eventAdapterService, EventType eventType, boolean isUsingWildcard, StreamTypeService typeService, ExprEvaluator[] expressionNodes, java.lang.String[] columnNames, java.lang.Object[] expressionReturnTypes, EngineImportService engineImportService, InsertIntoDesc insertIntoDesc, java.lang.String[] columnNamesAsProvided, boolean allowNestableTargetFragmentTypes)
           
 void MethodPollingViewable.validate(EngineImportService engineImportService, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, ConfigurationInformation configSnapshot, SchedulingService schedulingService, java.lang.String engineURI, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
           
 

Constructors in com.espertech.esper.epl.core with parameters of type EngineImportService
MethodResolutionServiceImpl(EngineImportService engineImportService, TimeProvider timeProvider)
          Ctor.
 

Uses of EngineImportService in com.espertech.esper.epl.core.eval
 

Methods in com.espertech.esper.epl.core.eval with parameters of type EngineImportService
static SelectExprProcessor EvalSelectStreamWUndRecastObjectArrayFactory.make(EventType[] eventTypes, SelectExprContext selectExprContext, int streamNumber, EventType targetType, ExprNode[] exprNodes, EngineImportService engineImportService)
           
static SelectExprProcessor EvalSelectStreamWUndRecastMapFactory.make(EventType[] eventTypes, SelectExprContext selectExprContext, int streamNumber, EventType targetType, ExprNode[] exprNodes, EngineImportService engineImportService)
           
 

Uses of EngineImportService in com.espertech.esper.epl.db
 

Methods in com.espertech.esper.epl.db with parameters of type EngineImportService
 void DatabasePollingViewable.validate(EngineImportService engineImportService, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, ConfigurationInformation configSnapshot, SchedulingService schedulingService, java.lang.String engineURI, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
           
 

Uses of EngineImportService in com.espertech.esper.epl.parse
 

Methods in com.espertech.esper.epl.parse with parameters of type EngineImportService
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> ASTTableExprHelper.checkTableNameGetLibFunc(TableService tableService, EngineImportService engineImportService, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI, java.lang.String classIdent, java.util.List<ExprChainedSpec> chain)
           
static java.util.List<CreateTableColumn> ASTTableHelper.getColumns(java.util.List<EsperEPL2GrammarParser.CreateTableColumnContext> ctxs, java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap, EngineImportService engineImportService)
           
static Pair<ExprTableAccessNode,java.util.List<ExprChainedSpec>> ASTTableExprHelper.getTableExprChainable(EngineImportService engineImportService, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI, java.lang.String tableName, java.util.List<ExprChainedSpec> chain)
          Handle "variable[...].xxxxx......"
static void ASTLibFunctionHelper.handleLibFunc(org.antlr.v4.runtime.CommonTokenStream tokenStream, EsperEPL2GrammarParser.LibFunctionContext ctx, ConfigurationInformation configurationInformation, EngineImportService engineImportService, java.util.Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI, ExpressionDeclDesc expressionDeclarations, ExprDeclaredService exprDeclaredService, java.util.List<ExpressionScriptProvided> scriptExpressions, ContextDescriptor contextDescriptor, TableService tableService, StatementSpecRaw statementSpec)
           
static ExprNode ASTAggregationHelper.tryResolveAsAggregation(EngineImportService engineImportService, boolean distinct, java.lang.String functionName, LazyAllocatedMap<ConfigurationPlugInAggregationMultiFunction,PlugInAggregationMultiFunctionFactory> plugInAggregations, java.lang.String engineURI)
           
static AnnotationDesc ASTAnnotationHelper.walk(EsperEPL2GrammarParser.AnnotationEnumContext ctx, EngineImportService engineImportService)
          Walk an annotation root name or child node (nested annotations).
static CreateDataFlowDesc ASTGraphHelper.walkCreateDataFlow(EsperEPL2GrammarParser.CreateDataflowContext ctx, java.util.Map<org.antlr.v4.runtime.tree.Tree,java.lang.Object> astGraphNodeMap, EngineImportService engineImportService)
           
 

Constructors in com.espertech.esper.epl.parse with parameters of type EngineImportService
EPLTreeWalkerListener(org.antlr.v4.runtime.CommonTokenStream tokenStream, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, SelectClauseStreamSelectorEnum defaultStreamSelector, java.lang.String engineURI, ConfigurationInformation configurationInformation, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, java.util.List<java.lang.String> scriptBodies, ExprDeclaredService exprDeclaredService, TableService tableService)
          Ctor.
 

Uses of EngineImportService in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return EngineImportService
 EngineImportService StatementSpecMapContext.getEngineImportService()
          Returns the engine import service.
 

Methods in com.espertech.esper.epl.spec with parameters of type EngineImportService
static StatementSpecRaw StatementSpecMapper.map(EPStatementObjectModel sodaStatement, EngineImportService engineImportService, VariableService variableService, ConfigurationInformation configuration, SchedulingService schedulingService, java.lang.String engineURI, PatternNodeFactory patternNodeFactory, NamedWindowService namedWindowService, ContextManagementService contextManagementService, ExprDeclaredService exprDeclaredService, TableService tableService)
          Maps the SODA object model to a statement specification.
 

Constructors in com.espertech.esper.epl.spec with parameters of type EngineImportService
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.
 

Uses of EngineImportService in com.espertech.esper.epl.table.mgmt
 

Methods in com.espertech.esper.epl.table.mgmt with parameters of type EngineImportService
 Pair<ExprNode,java.util.List<ExprChainedSpec>> TableServiceImpl.getTableNodeChainable(StreamTypeService streamTypeService, java.util.List<ExprChainedSpec> chainSpec, EngineImportService engineImportService)
           
 Pair<ExprNode,java.util.List<ExprChainedSpec>> TableService.getTableNodeChainable(StreamTypeService streamTypeService, java.util.List<ExprChainedSpec> chainSpec, EngineImportService engineImportService)
           
 

Uses of EngineImportService in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable with parameters of type EngineImportService
 void VariableServiceImpl.createNewVariable(java.lang.String optionalContextName, java.lang.String variableName, java.lang.String variableType, boolean constant, boolean array, boolean arrayOfPrimitive, java.lang.Object value, EngineImportService engineImportService)
           
 void VariableService.createNewVariable(java.lang.String optionalContextName, java.lang.String variableName, java.lang.String type, boolean constant, boolean array, boolean arrayOfPrimitive, java.lang.Object value, EngineImportService engineImportService)
          Creates a new variable.
 

Uses of EngineImportService in com.espertech.esper.event
 

Methods in com.espertech.esper.event with parameters of type EngineImportService
static java.lang.Object EventTypeUtility.buildType(ColumnDesc column, EngineImportService engineImportService)
           
static java.util.LinkedHashMap<java.lang.String,java.lang.Object> EventTypeUtility.buildType(java.util.List<ColumnDesc> columns, EventAdapterService eventAdapterService, java.util.Set<java.lang.String> copyFrom, EngineImportService engineImportService)
           
static EventType EventTypeUtility.createNonVariantType(boolean isAnonymous, CreateSchemaDesc spec, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configSnapshot, EventAdapterService eventAdapterService, EngineImportService engineImportService)
           
static EventBeanManufacturer EventAdapterServiceHelper.getManufacturer(EventAdapterService eventAdapterService, EventType eventType, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService, boolean allowAnyType)
          Returns a factory for creating and populating event object instances for the given type.
 EventBeanManufacturer EventAdapterServiceImpl.getManufacturer(EventType eventType, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService, boolean allowAnyType)
           
 EventBeanManufacturer EventAdapterService.getManufacturer(EventType eventType, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService, boolean allowAnyType)
          Returns a factory for creating and populating event object instances for the given type.
 

Uses of EngineImportService in com.espertech.esper.event.bean
 

Methods in com.espertech.esper.event.bean with parameters of type EngineImportService
static Pair<net.sf.cglib.reflect.FastConstructor,ExprEvaluator[]> InstanceManufacturerUtil.getManufacturer(java.lang.Class targetClass, EngineImportService engineImportService, ExprEvaluator[] exprEvaluators, java.lang.Object[] expressionReturnTypes)
           
static InstanceManufacturer InstanceManufacturerFactory.getManufacturer(java.lang.Class targetClass, EngineImportService engineImportService, ExprNode[] childNodes)
           
static BeanInstantiator BeanInstantiatorFactory.makeInstantiator(BeanEventType beanEventType, EngineImportService engineImportService)
           
 

Constructors in com.espertech.esper.event.bean with parameters of type EngineImportService
EventBeanManufacturerBean(BeanEventType beanEventType, EventAdapterService service, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService)
          Ctor.
 

Uses of EngineImportService in com.espertech.esper.util
 

Methods in com.espertech.esper.util with parameters of type EngineImportService
static java.lang.Object PopulateUtil.coerceProperty(java.lang.String propertyName, java.lang.Class containingType, java.lang.Object value, java.lang.Class type, EngineImportService engineImportService, boolean forceNumeric, boolean includeClassNameInEx)
           
static java.lang.Object PopulateUtil.instantiatePopulateObject(java.util.Map<java.lang.String,java.lang.Object> objectProperties, java.lang.Class topClass, EngineImportService engineImportService)
           
static java.lang.Object JsonUtil.parsePopulate(java.lang.String json, java.lang.Class topClass, EngineImportService engineImportService)
           
static void PopulateUtil.populateObject(java.lang.String operatorName, int operatorNum, java.lang.String dataFlowName, java.util.Map<java.lang.String,java.lang.Object> objectProperties, java.lang.Object top, EngineImportService engineImportService, EPDataFlowOperatorParameterProvider optionalParameterProvider, java.util.Map<java.lang.String,java.lang.Object> optionalParameterURIs)
           
static void PopulateUtil.populateSpecCheckParameters(PopulateFieldWValueDescriptor[] descriptors, java.util.Map<java.lang.String,java.lang.Object> jsonRaw, java.lang.Object spec, EngineImportService engineImportService)
           
static java.lang.Object JavaClassHelper.resolveIdentAsEnumConst(java.lang.String constant, MethodResolutionService methodResolutionService, EngineImportService engineImportService)
          Resolve a string constant as a possible enumeration value, returning null if not resolved.
 

Uses of EngineImportService in com.espertech.esper.view
 

Methods in com.espertech.esper.view with parameters of type EngineImportService
 void ValidatedView.validate(EngineImportService engineImportService, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, ConfigurationInformation configSnapshot, SchedulingService schedulingService, java.lang.String engineURI, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
          Validate the view.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com