Uses of Interface
com.espertech.esper.event.EventAdapterService

Packages that use EventAdapterService
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.deploy Module and deployment utility and parser. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
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.declexpr Declared expression handling. 
com.espertech.esper.epl.enummethod.dot Enumeration method utility classes and input data sources. 
com.espertech.esper.epl.enummethod.eval Enumeration method implementations. 
com.espertech.esper.epl.expression.accessagg Access-aggregation expressions. 
com.espertech.esper.epl.expression.core Core expression classes. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.epl.expression.ops Operator expressions. 
com.espertech.esper.epl.expression.prev 'Previous'-group expressions. 
com.espertech.esper.epl.expression.subquery Subselect expressions. 
com.espertech.esper.epl.expression.table Table access and identifiers expressions. 
com.espertech.esper.epl.property Classes for handling events-within-events. 
com.espertech.esper.epl.rettype EPL-internal expression return type. 
com.espertech.esper.epl.script Script expression evaluation. 
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.table.strategy Table access evaluators. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.arr Object-array event type. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.map Map-underlying event classes are here. 
com.espertech.esper.event.property Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean access 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
com.espertech.esper.event.xml XML event wrappers 
com.espertech.esper.filter Main switchboard filtering and routing of incoming events to interested statements is performed in this package. 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.plugin APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in this package. 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
com.espertech.esper.view.stat Views computing statistical values. 
com.espertech.esper.view.std Base service views that perform typical SQL-like functions such as unique, grouping, size, last etc. 
 

Uses of EventAdapterService in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr with parameters of type EventAdapterService
 java.lang.Object ContextStatePathValueBinding.byteArrayToObject(byte[] bytes, EventAdapterService eventAdapterService)
           
 java.lang.Object ContextStateCacheNoSave.MyContextStatePathValueBindingSerializable.byteArrayToObject(byte[] bytes, EventAdapterService eventAdapterService)
           
 java.lang.Object ContextStateCacheNoSave.ContextStateCacheNoSaveInitTermBinding.byteArrayToObject(byte[] bytes, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type EventAdapterService
ContextControllerHashedGetterSingleRow(java.lang.String statementName, java.lang.String functionName, Pair<java.lang.Class,EngineImportSingleRowDesc> func, java.util.List<ExprNode> parameters, int granularity, MethodResolutionService methodResolutionService, EventType eventType, EventAdapterService eventAdapterService, java.lang.String statementId, TableService tableService)
           
 

Uses of EventAdapterService in com.espertech.esper.core.deploy
 

Methods in com.espertech.esper.core.deploy with parameters of type EventAdapterService
static java.util.List<EventType> EPLModuleUtil.undeployTypes(java.util.Set<java.lang.String> referencedTypes, StatementEventTypeRef statementEventTypeRef, EventAdapterService eventAdapterService, FilterService filterService)
           
 

Constructors in com.espertech.esper.core.deploy with parameters of type EventAdapterService
EPDeploymentAdminImpl(EPAdministratorSPI epService, DeploymentStateService deploymentStateService, StatementEventTypeRef statementEventTypeRef, EventAdapterService eventAdapterService, StatementIsolationService statementIsolationService, StatementIdGenerator optionalStatementIdGenerator, FilterService filterService)
          Ctor.
 

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

Methods in com.espertech.esper.core.service that return EventAdapterService
 EventAdapterService StatementContextEngineServices.getEventAdapterService()
           
 EventAdapterService StatementContext.getEventAdapterService()
          Returns service for generating events and handling event types.
 EventAdapterService EPServicesContext.getEventAdapterService()
          Returns event type resolution service.
 EventAdapterService EPServiceProviderSPI.getEventAdapterService()
          Get the EventAdapterService for this engine.
 EventAdapterService EPServiceProviderImpl.getEventAdapterService()
           
 

Methods in com.espertech.esper.core.service with parameters of type EventAdapterService
protected static void EPServicesContextFactoryDefault.init(EventAdapterService eventAdapterService, ConfigurationInformation configSnapshot)
          Initialize event adapter service for config snapshot.
 

Constructors in com.espertech.esper.core.service with parameters of type EventAdapterService
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.
StatementContextEngineServices(java.lang.String engineURI, EventAdapterService eventAdapterService, NamedWindowService namedWindowService, VariableService variableService, TableService tableService, EngineSettingsService engineSettingsService, ValueAddEventService valueAddEventService, ConfigurationInformation configSnapshot, MetricReportingServiceSPI metricReportingService, ViewService viewService, ExceptionHandlingService exceptionHandlingService, ExpressionResultCacheService expressionResultCacheService, StatementEventTypeRef statementEventTypeRef, TableExprEvaluatorContext tableExprEvaluatorContext)
           
 

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

Fields in com.espertech.esper.epl.core declared as EventAdapterService
protected  EventAdapterService SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase.eventAdapterService
           
protected  EventAdapterService MethodPollingExecStrategyBase.eventAdapterService
           
 

Methods in com.espertech.esper.epl.core with parameters of type EventAdapterService
static SelectExprProcessor SelectExprJoinWildcardProcessorFactory.create(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, java.lang.String statementId, java.lang.String[] streamNames, EventType[] streamTypes, EventAdapterService eventAdapterService, InsertIntoDesc insertIntoDesc, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configuration, TableService tableService)
          Ctor.
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)
           
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, SelectClauseElementCompiled[] selectionList, boolean isUsingWildcard, InsertIntoDesc insertIntoDesc, EventType optionalInsertIntoEventType, ForClauseSpec forClauseSpec, StreamTypeService typeService, EventAdapterService eventAdapterService, StatementResultService statementResultService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, ExprEvaluatorContext exprEvaluatorContext, VariableService variableService, TableService tableService, TimeProvider timeProvider, java.lang.String engineURI, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configuration, SelectExprProcessorDeliveryCallback selectExprProcessorCallback, NamedWindowService namedWindowService, IntoTableSpec intoTableClause)
          Returns the processor to use for a given select-clause.
 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 EventAdapterService
MethodPollingExecStrategyBase(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOACollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceBase(EventType eventType, ExprEvaluator exprEvaluator, EventAdapterService eventAdapterService)
           
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceMap(EventType eventType, ExprEvaluator exprEvaluator, EventAdapterService eventAdapterService)
           
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceNative(EventType eventType, ExprEvaluator exprEvaluator, EventAdapterService eventAdapterService)
           
SelectExprInsertEventBeanFactory.SelectExprInsertNativeExpressionCoerceObjectArray(EventType eventType, ExprEvaluator exprEvaluator, EventAdapterService eventAdapterService)
           
SelectExprJoinWildcardProcessorMap(java.lang.String[] streamNames, EventType resultEventType, EventAdapterService eventAdapterService)
           
SelectExprJoinWildcardProcessorObjectArray(java.lang.String[] streamNames, EventType resultEventType, EventAdapterService eventAdapterService)
           
SelectExprProcessorHelper(java.util.Collection<java.lang.Integer> assignedTypeNumberStack, java.util.List<SelectClauseExprCompiledSpec> selectionList, java.util.List<SelectExprStreamDesc> selectedStreams, InsertIntoDesc insertIntoDesc, EventType optionalInsertIntoOverrideType, boolean isUsingWildcard, StreamTypeService typeService, EventAdapterService eventAdapterService, ValueAddEventService valueAddEventService, SelectExprEventTypeRegistry selectExprEventTypeRegistry, MethodResolutionService methodResolutionService, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configuration, NamedWindowService namedWindowService, TableService tableService)
          Ctor.
 

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

Methods in com.espertech.esper.epl.core.eval that return EventAdapterService
 EventAdapterService SelectExprContext.getEventAdapterService()
           
 EventAdapterService EvalBaseFirstProp.getEventAdapterService()
           
 EventAdapterService EvalBase.getEventAdapterService()
           
 

Constructors in com.espertech.esper.epl.core.eval with parameters of type EventAdapterService
EvalInsertBeanRecast(EventType targetType, EventAdapterService eventAdapterService, int streamNumber, EventType[] typesPerStream)
           
EvalInsertBeanWrapRecast(WrapperEventType targetType, EventAdapterService eventAdapterService, int streamNumber, EventType[] typesPerStream)
           
EvalInsertCoercionMap(EventType resultEventType, EventAdapterService eventAdapterService)
           
EvalInsertCoercionObjectArray(EventType resultEventType, EventAdapterService eventAdapterService)
           
SelectExprContext(ExprEvaluator[] expressionNodes, java.lang.String[] columnNames, EventAdapterService eventAdapterService)
           
 

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

Methods in com.espertech.esper.epl.db with parameters of type EventAdapterService
static HistoricalEventViewable DatabasePollingViewableFactory.createDBStatementView(java.lang.String statementId, int streamNumber, DBStatementStreamSpec databaseStreamSpec, DatabaseConfigService databaseConfigService, EventAdapterService eventAdapterService, EPStatementAgentInstanceHandle epStatementAgentInstanceHandle, SQLColumnTypeConversion columnTypeConversionHook, SQLOutputRowConversion outputRowConversionHook, boolean enableJDBCLogging)
          Creates the viewable for polling via database SQL query.
 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)
           
 

Constructors in com.espertech.esper.epl.db with parameters of type EventAdapterService
PollExecStrategyDBQuery(EventAdapterService eventAdapterService, EventType eventType, ConnectionCache connectionCache, java.lang.String preparedStatementText, java.util.Map<java.lang.String,DBOutputTypeDesc> outputTypes, SQLColumnTypeConversion columnTypeConversionHook, SQLOutputRowConversion outputRowConversionHook, boolean enableJDBCLogging)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.epl.declexpr
 

Methods in com.espertech.esper.epl.declexpr with parameters of type EventAdapterService
 EventType ExprDeclaredEvalBase.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprDeclaredEvalBase.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.enummethod.dot
 

Methods in com.espertech.esper.epl.enummethod.dot with parameters of type EventAdapterService
abstract  EventType[] ExprDotEvalEnumMethodBase.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
abstract  EnumEval ExprDotEvalEnumMethodBase.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EventType PropertyExprEvaluatorScalarIterable.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorScalarCollection.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorScalarArray.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorEventSingle.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorEventCollection.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorScalarIterable.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorScalarCollection.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorScalarArray.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorEventSingle.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType PropertyExprEvaluatorEventCollection.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
static ExprDotStaticMethodWrap ExprDotStaticMethodWrapFactory.make(java.lang.reflect.Method method, EventAdapterService eventAdapterService, java.util.List<ExprChainedSpec> modifiedChain)
           
 

Constructors in com.espertech.esper.epl.enummethod.dot with parameters of type EventAdapterService
ExprDotStaticMethodWrapArrayEvents.WrappingIterator(EventAdapterService eventAdapterService, BeanEventType type, java.lang.Object array)
           
ExprDotStaticMethodWrapArrayEvents(EventAdapterService eventAdapterService, BeanEventType type)
           
ExprDotStaticMethodWrapIterableEvents(EventAdapterService eventAdapterService, BeanEventType type)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.enummethod.eval
 

Methods in com.espertech.esper.epl.enummethod.eval with parameters of type EventAdapterService
 EventType[] ExprDotEvalWhere.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalToMap.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalTakeWhileAndLast.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalTakeAndTakeLast.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalSumOf.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalSetExceptUnionIntersect.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalSequenceEqual.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalSelectFrom.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalReverse.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalOrderByAscDesc.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalNoOp.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalMostLeastFrequent.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalMinMax.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalMinByMaxBy.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalGroupBy.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalFirstLastOf.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalDistinct.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalCountOf.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalAverage.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalAllOfAnyOf.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EventType[] ExprDotEvalAggregate.getAddStreamTypes(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventAdapterService eventAdapterService)
           
 EnumEval ExprDotEvalWhere.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalToMap.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalTakeWhileAndLast.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalTakeAndTakeLast.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalSumOf.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalSetExceptUnionIntersect.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalSequenceEqual.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalSelectFrom.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalReverse.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalOrderByAscDesc.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalNoOp.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalMostLeastFrequent.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalMinMax.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalMinByMaxBy.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalGroupBy.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalFirstLastOf.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalDistinct.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalCountOf.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalAverage.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalAllOfAnyOf.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 EnumEval ExprDotEvalAggregate.getEnumEval(MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, StreamTypeService streamTypeService, java.lang.String statementId, java.lang.String enumMethodUsedName, java.util.List<ExprDotEvalParam> bodiesAndParameters, EventType inputEventType, java.lang.Class collectionComponentType, int numStreamsIncoming, boolean disablePropertyExpressionEventCollCache)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.accessagg
 

Methods in com.espertech.esper.epl.expression.accessagg with parameters of type EventAdapterService
 EventType ExprPlugInAggMultiFunctionNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggMultiFunctionLinearAccessNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggCountMinSketchNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprPlugInAggMultiFunctionNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggMultiFunctionSortedMinMaxByNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggMultiFunctionLinearAccessNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprAggCountMinSketchNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.core
 

Methods in com.espertech.esper.epl.expression.core that return EventAdapterService
 EventAdapterService ExprValidationContext.getEventAdapterService()
           
 

Methods in com.espertech.esper.epl.expression.core with parameters of type EventAdapterService
 EventType ExprEvaluatorEnumeration.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprEvaluatorEnumeration.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
static ExprNodeUtilMethodDesc ExprNodeUtility.resolveMethodAllowWildcardAndStream(java.lang.String className, java.lang.Class optionalClass, java.lang.String methodName, java.util.List<ExprNode> parameters, MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, java.lang.String statementId, boolean allowWildcard, EventType wildcardType, ExprNodeUtilResolveExceptionHandler exceptionHandler, java.lang.String functionName, TableService tableService)
           
 

Constructors in com.espertech.esper.epl.expression.core with parameters of type EventAdapterService
ExprValidationContext(StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, ViewResourceDelegateUnverified viewResourceDelegate, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, EventAdapterService eventAdapterService, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, boolean disablePropertyExpressionEventCollCache, boolean allowRollupFunctions, boolean allowBindingConsumption, boolean isUnidirectionalJoin, java.lang.String intoTableName)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.dot
 

Methods in com.espertech.esper.epl.expression.dot with parameters of type EventAdapterService
static ExprDotEnumerationSource ExprDotNodeUtility.getEnumerationSource(ExprNode inputExpression, StreamTypeService streamTypeService, EventAdapterService eventAdapterService, java.lang.String statementId, boolean hasEnumerationMethod, boolean disablePropertyExpressionEventCollCache)
           
 EventType ExprDotEvalRootChild.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprDotEvalRootChild.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
static EventType[] ExprDotNodeUtility.getSingleLambdaParamEventType(java.lang.String enumMethodUsedName, java.util.List<java.lang.String> goesToNames, EventType inputEventType, java.lang.Class collectionComponentType, EventAdapterService eventAdapterService)
           
static ObjectArrayEventType ExprDotNodeUtility.makeTransientOAType(java.lang.String enumMethod, java.lang.String propertyName, java.lang.Class type, EventAdapterService eventAdapterService)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.ops
 

Methods in com.espertech.esper.epl.expression.ops with parameters of type EventAdapterService
 EventType ExprArrayNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprArrayNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.prev
 

Methods in com.espertech.esper.epl.expression.prev with parameters of type EventAdapterService
 EventType ExprPreviousNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprPreviousNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.subquery
 

Methods in com.espertech.esper.epl.expression.subquery that return EventAdapterService
 EventAdapterService ExprSubselectRowNode.SubselectMultirowType.getEventAdapterService()
           
 

Methods in com.espertech.esper.epl.expression.subquery with parameters of type EventAdapterService
 EventType ExprSubselectRowNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectInNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectExistsNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectAllSomeAnyNode.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectRowNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectInNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectExistsNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprSubselectAllSomeAnyNode.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.expression.table
 

Methods in com.espertech.esper.epl.expression.table with parameters of type EventAdapterService
 EventType ExprTableIdentNodeSubpropAccessor.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableAccessNodeSubpropAccessor.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableAccessNodeSubprop.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableIdentNodeSubpropAccessor.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableAccessNodeSubpropAccessor.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableAccessNodeSubprop.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.property
 

Methods in com.espertech.esper.epl.property with parameters of type EventAdapterService
static PropertyEvaluator PropertyEvaluatorFactory.makeEvaluator(PropertyEvalSpec spec, EventType sourceEventType, java.lang.String optionalSourceStreamName, EventAdapterService eventAdapterService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, java.lang.String engineURI, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, java.util.Collection<java.lang.Integer> assignedTypeNumberStack, ConfigurationInformation configuration, NamedWindowService namedWindowService)
          Makes the property evaluator.
 

Uses of EventAdapterService in com.espertech.esper.epl.rettype
 

Methods in com.espertech.esper.epl.rettype with parameters of type EventAdapterService
static EPType EPTypeHelper.optionalFromEnumerationExpr(java.lang.String statementId, EventAdapterService eventAdapterService, ExprNode exprNode)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.script
 

Methods in com.espertech.esper.epl.script with parameters of type EventAdapterService
 EventType ExprNodeScriptEvalBase.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprNodeScriptEvalBase.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

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

Methods in com.espertech.esper.epl.spec with parameters of type EventAdapterService
static EventType FilterStreamSpecRaw.resolveType(java.lang.String engineURI, java.lang.String eventName, EventAdapterService eventAdapterService, java.net.URI[] optionalResolutionURIs)
          Resolves a given event name to an event type.
 

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

Constructors in com.espertech.esper.epl.table.mgmt with parameters of type EventAdapterService
TableMetadataInternalEventToPublic(ObjectArrayEventType publicEventType, TableMetadataColumnPairPlainCol[] plains, TableMetadataColumnPairAggMethod[] methods, TableMetadataColumnPairAggAccess[] accessors, EventAdapterService eventAdapterService)
           
TableStateRowFactory(ObjectArrayEventType objectArrayEventType, MethodResolutionService methodResolutionService, AggregationMethodFactory[] methodFactories, AggregationStateFactory[] stateFactories, int[] groupKeyIndexes, EventAdapterService eventAdapterService)
           
 

Uses of EventAdapterService in com.espertech.esper.epl.table.strategy
 

Methods in com.espertech.esper.epl.table.strategy with parameters of type EventAdapterService
 EventType ExprTableExprEvaluatorAccess.getEventTypeCollection(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 EventType ExprTableExprEvaluatorAccess.getEventTypeSingle(EventAdapterService eventAdapterService, java.lang.String statementId)
           
 

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

Methods in com.espertech.esper.epl.variable that return EventAdapterService
 EventAdapterService OnSetVariableViewFactory.getEventAdapterService()
           
 

Methods in com.espertech.esper.epl.variable with parameters of type EventAdapterService
static EventType CreateVariableView.getEventType(java.lang.String statementId, EventAdapterService eventAdapterService, VariableMetaData variableMetaData)
           
 

Constructors in com.espertech.esper.epl.variable with parameters of type EventAdapterService
CreateVariableView(java.lang.String statementId, EventAdapterService eventAdapterService, VariableService variableService, java.lang.String variableName, StatementResultService statementResultService)
          Ctor.
OnSetVariableViewFactory(java.lang.String statementId, OnTriggerSetDesc desc, EventAdapterService eventAdapterService, VariableService variableService, StatementResultService statementResultService, ExprEvaluatorContext exprEvaluatorContext)
          Ctor.
VariableReadWritePackage(java.util.List<OnTriggerSetAssignment> assignments, VariableService variableService, EventAdapterService eventAdapterService)
          Ctor.
VariableServiceImpl(int startVersion, long millisecondLifetimeOldVersions, TimeProvider timeProvider, EventAdapterService eventAdapterService, VariableStateHandler optionalStateHandler)
          Ctor.
VariableServiceImpl(long millisecondLifetimeOldVersions, TimeProvider timeProvider, EventAdapterService eventAdapterService, VariableStateHandler optionalStateHandler)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.epl.view
 

Methods in com.espertech.esper.epl.view with parameters of type EventAdapterService
static EventType OutputConditionExpressionFactory.getBuiltInEventType(EventAdapterService eventAdapterService)
          Build the event type for built-in properties.
 

Uses of EventAdapterService in com.espertech.esper.event
 

Classes in com.espertech.esper.event that implement EventAdapterService
 class EventAdapterServiceImpl
          Implementation for resolving event name to event type.
 

Fields in com.espertech.esper.event declared as EventAdapterService
protected  EventAdapterService BaseNestableEventType.eventAdapterService
           
 

Methods in com.espertech.esper.event that return EventAdapterService
 EventAdapterService BaseConfigurableEventType.getEventAdapterService()
          Returns the event adapter service.
 

Methods in com.espertech.esper.event with parameters of type EventAdapterService
static EventBean EventAdapterServiceHelper.adapterForType(java.lang.Object theEvent, EventType eventType, EventAdapterService eventAdapterService)
          Return an adapter for the given type of event using the pre-validated object.
 void BaseNestableEventType.addAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object> typeMap, EventAdapterService eventAdapterService)
          Adds additional properties that do not yet exist on the given type.
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 java.util.Map<java.lang.String,java.lang.Object> EventTypeUtility.compileMapTypeProperties(java.util.Map<java.lang.String,java.lang.Object> typing, EventAdapterService eventAdapterService)
          Determine among the Map-type properties which properties are Bean-type event type names, rewrites these as Class-type instead so that they are configured as native property and do not require wrapping, but may require unwrapping.
static FragmentEventType EventBeanUtility.createNativeFragmentType(java.lang.Class propertyType, java.lang.Class genericType, EventAdapterService eventAdapterService)
          Create a fragment event type.
static EventType EventTypeUtility.createNonVariantType(boolean isAnonymous, CreateSchemaDesc spec, java.lang.annotation.Annotation[] annotations, ConfigurationInformation configSnapshot, EventAdapterService eventAdapterService, EngineImportService engineImportService)
           
static EventBeanFactory EventAdapterServiceHelper.getFactoryForType(EventType type, EventAdapterService eventAdapterService)
           
static java.lang.Object BaseNestableEventUtil.getFragmentArray(EventAdapterService eventAdapterService, java.lang.Object value, EventType fragmentEventType)
           
static EventBean BaseNestableEventUtil.getFragmentNonPojo(EventAdapterService eventAdapterService, java.lang.Object fragmentUnderlying, EventType fragmentEventType)
           
static java.lang.Object BaseNestableEventUtil.getFragmentPojo(java.lang.Object result, BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterBeanNested(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterBeanNestedArray(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterIndexedPOJO(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, java.lang.Class componentType)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterIndexedUnderlyingArray(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, EventType innerType)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterNestedEntryBean(java.lang.String propertyName, EventPropertyGetter innerGetter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterNestedEntryBeanArray(java.lang.String propertyNameAtomic, int index, EventPropertyGetter getter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
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.
static EventPropertyGetter EventTypeUtility.getNestableGetter(java.lang.String propertyName, java.util.Map<java.lang.String,PropertySetDescriptorItem> propertyGetters, java.util.Map<java.lang.String,EventPropertyGetter> propertyGetterCache, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService, EventTypeNestableGetterFactory factory)
           
static PropertySetDescriptor EventTypeUtility.getNestableProperties(java.util.Map<java.lang.String,java.lang.Object> propertiesToAdd, EventAdapterService eventAdapterService, EventTypeNestableGetterFactory factory, EventType[] optionalSuperTypes)
           
static java.lang.Class EventTypeUtility.getNestablePropertyType(java.lang.String propertyName, java.util.Map<java.lang.String,PropertySetDescriptorItem> simplePropertyTypes, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactory.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 EventPropertyGetterIndexed EventTypeNestableGetterFactory.getPropertyProvidedGetterIndexed(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String indexedPropertyName, IndexedProperty indexedProperty, EventAdapterService eventAdapterService)
           
 EventPropertyGetterMapped EventTypeNestableGetterFactory.getPropertyProvidedGetterMap(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String mappedPropertyName, MappedProperty mappedProperty, EventAdapterService eventAdapterService)
           
static java.lang.Object BaseNestableEventUtil.handleCreateFragmentMap(java.lang.Object value, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
static java.lang.Object BaseNestableEventUtil.handleCreateFragmentObjectArray(java.lang.Object value, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
static java.lang.Object BaseNestableEventUtil.handleNestedValueArrayWithMapFragment(java.lang.Object value, int index, MapEventPropertyGetter getter, EventAdapterService eventAdapterService, EventType fragmentType)
           
static java.lang.Object BaseNestableEventUtil.handleNestedValueArrayWithObjectArrayFragment(java.lang.Object value, int index, ObjectArrayEventPropertyGetter getter, EventType fragmentType, EventAdapterService eventAdapterService)
           
static EventBean[] EventAdapterServiceHelper.typeCast(java.util.List<EventBean> events, EventType targetType, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event with parameters of type EventAdapterService
BaseConfigurableEventType(EventAdapterService eventAdapterService, EventTypeMetadata metadata, int eventTypeId, java.lang.Class underlyngType)
          Ctor.
BaseNestableEventType(EventTypeMetadata metadata, java.lang.String typeName, int eventTypeId, EventAdapterService eventAdapterService, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, EventType[] optionalSuperTypes, java.util.Set<EventType> optionalDeepSupertypes, ConfigurationEventTypeWithSupertype typeConfig, EventTypeNestableGetterFactory getterFactory)
          Constructor takes a type name, map of property names and types, for use with nestable Map events.
EventBeanFactoryBean(EventType type, EventAdapterService eventAdapterService)
           
EventBeanFactoryBeanWrapped(EventType beanEventType, EventType wrapperEventType, EventAdapterService eventAdapterService)
           
EventBeanFactoryMap(EventType type, EventAdapterService eventAdapterService)
           
EventBeanFactoryObjectArray(EventType type, EventAdapterService eventAdapterService)
           
EventBeanFactoryXML(EventType type, EventAdapterService eventAdapterService)
           
EventBeanManufacturerMap(MapEventType mapEventType, EventAdapterService eventAdapterService, WriteablePropertyDescriptor[] properties)
          Ctor.
EventBeanManufacturerObjectArray(ObjectArrayEventType eventType, EventAdapterService eventAdapterService, WriteablePropertyDescriptor[] properties)
          Ctor.
EventSenderBean(EPRuntimeEventSender runtime, BeanEventType beanEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
          Ctor.
EventSenderMap(EPRuntimeEventSender runtimeEventSender, MapEventType mapEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
          Ctor.
EventSenderObjectArray(EPRuntimeEventSender runtimeEventSender, ObjectArrayEventType objectArrayEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
          Ctor.
EventSenderXMLDOM(EPRuntimeEventSender runtimeEventSender, BaseXMLEventType baseXMLEventType, EventAdapterService eventAdapterService, ThreadingService threadingService)
          Ctor.
WrapperEventBeanCopyMethod(WrapperEventType wrapperEventType, EventAdapterService eventAdapterService, EventBeanCopyMethod underlyingCopyMethod)
          Ctor.
WrapperEventBeanMapCopyMethod(WrapperEventType wrapperEventType, EventAdapterService eventAdapterService)
          Ctor.
WrapperEventBeanUndCopyMethod(WrapperEventType wrapperEventType, EventAdapterService eventAdapterService, EventBeanCopyMethod underlyingCopyMethod)
          Ctor.
WrapperEventType(EventTypeMetadata metadata, java.lang.String typeName, int eventTypeId, EventType eventType, java.util.Map<java.lang.String,java.lang.Object> properties, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.event.arr
 

Fields in com.espertech.esper.event.arr declared as EventAdapterService
protected  EventAdapterService ObjectArrayPropertyGetterDefaultBase.eventAdapterService
           
protected  EventAdapterService ObjectArrayNestedEntryPropertyGetterBase.eventAdapterService
           
 

Methods in com.espertech.esper.event.arr with parameters of type EventAdapterService
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterBeanNested(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterBeanNestedArray(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterIndexedPOJO(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, java.lang.Class componentType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterIndexedUnderlyingArray(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, EventType innerType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBean(java.lang.String propertyName, EventPropertyGetter getter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterNestedEntryBeanArray(java.lang.String propertyNameAtomic, int index, EventPropertyGetter getter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryObjectArray.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 EventPropertyGetterIndexed EventTypeNestableGetterFactoryObjectArray.getPropertyProvidedGetterIndexed(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String indexedPropertyName, IndexedProperty indexedProperty, EventAdapterService eventAdapterService)
           
 EventPropertyGetterMapped EventTypeNestableGetterFactoryObjectArray.getPropertyProvidedGetterMap(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String mappedPropertyName, MappedProperty mappedProperty, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event.arr with parameters of type EventAdapterService
ObjectArrayArrayPOJOBeanEntryIndexedPropertyGetter(int propertyIndex, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
ObjectArrayArrayPOJOEntryIndexedPropertyGetter(int propertyIndex, int index, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
ObjectArrayArrayPropertyGetter(int propertyIndex, int index, EventAdapterService eventAdapterService, EventType fragmentType)
          Ctor.
ObjectArrayEntryPropertyGetter(int propertyIndex, BeanEventType eventType, EventAdapterService eventAdapterService)
          Ctor.
ObjectArrayEventBeanCopyMethod(ObjectArrayEventType objectArrayEventType, EventAdapterService eventAdapterService)
          Ctor.
ObjectArrayEventBeanCopyMethodWithArrayMap(ObjectArrayEventType eventType, EventAdapterService eventAdapterService, java.util.Set<java.lang.String> mapPropertiesToCopy, java.util.Set<java.lang.String> arrayPropertiesToCopy, java.util.Map<java.lang.String,java.lang.Integer> propertiesIndexes)
           
ObjectArrayEventType(EventTypeMetadata metadata, java.lang.String eventTypeName, int eventTypeId, EventAdapterService eventAdapterService, java.util.Map<java.lang.String,java.lang.Object> properyTypes, ConfigurationEventTypeObjectArray typeDef, EventType[] optionalSuperTypes, java.util.Set<EventType> optionalDeepSupertypes)
           
ObjectArrayFragmentArrayPropertyGetter(int propertyIndex, EventType fragmentEventType, EventAdapterService eventAdapterService)
          Ctor.
ObjectArrayNestedEntryPropertyGetterArrayMap(int propertyIndex, EventType fragmentType, EventAdapterService eventAdapterService, int index, MapEventPropertyGetter getter)
           
ObjectArrayNestedEntryPropertyGetterArrayObjectArray(int propertyIndex, EventType fragmentType, EventAdapterService eventAdapterService, int index, ObjectArrayEventPropertyGetter getter)
           
ObjectArrayNestedEntryPropertyGetterBase(int propertyIndex, EventType fragmentType, EventAdapterService eventAdapterService)
          Ctor.
ObjectArrayNestedEntryPropertyGetterMap(int propertyIndex, EventType fragmentType, EventAdapterService eventAdapterService, MapEventPropertyGetter mapGetter)
           
ObjectArrayNestedEntryPropertyGetterObjectArray(int propertyIndex, EventType fragmentType, EventAdapterService eventAdapterService, ObjectArrayEventPropertyGetter arrayGetter)
           
ObjectArrayPOJOEntryPropertyGetter(int propertyIndex, BeanEventPropertyGetter entryGetter, EventAdapterService eventAdapterService, java.lang.Class returnType, java.lang.Class nestedComponentType)
          Ctor.
ObjectArrayPropertyGetterDefaultBase(int propertyIndex, EventType fragmentEventType, EventAdapterService eventAdapterService)
          Ctor.
ObjectArrayPropertyGetterDefaultMap(int propertyIndex, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
ObjectArrayPropertyGetterDefaultObjectArray(int propertyIndex, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
 

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

Methods in com.espertech.esper.event.bean with parameters of type EventAdapterService
static java.lang.Object BaseNativePropertyGetter.getFragmentDynamic(java.lang.Object object, EventAdapterService eventAdapterService)
          Returns the fragment for dynamic properties.
static EventPropertyGetter PropertyHelper.getGetter(java.lang.reflect.Method method, net.sf.cglib.reflect.FastClass fastClass, EventAdapterService eventAdapterService)
          Return getter for the given method and CGLIB FastClass.
 

Constructors in com.espertech.esper.event.bean with parameters of type EventAdapterService
ArrayFastPropertyGetter(net.sf.cglib.reflect.FastMethod fastMethod, int index, EventAdapterService eventAdapterService)
          Constructor.
ArrayFieldPropertyGetter(java.lang.reflect.Field field, int index, EventAdapterService eventAdapterService)
          Constructor.
ArrayMethodPropertyGetter(java.lang.reflect.Method method, int index, EventAdapterService eventAdapterService)
          Constructor.
BaseNativePropertyGetter(EventAdapterService eventAdapterService, java.lang.Class returnType, java.lang.Class genericType)
          Constructor.
BeanEventAdapter(java.util.concurrent.ConcurrentHashMap<java.lang.Class,BeanEventType> typesPerJavaBean, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Ctor.
BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod copyMethod)
          Ctor.
BeanEventBeanSerializableCopyMethod(BeanEventType beanEventType, EventAdapterService eventAdapterService)
          Ctor.
BeanEventType(EventTypeMetadata metadata, int eventTypeId, java.lang.Class clazz, EventAdapterService eventAdapterService, ConfigurationEventTypeLegacy optionalLegacyDef)
          Constructor takes a java bean class as an argument.
CGLibPropertyGetter(java.lang.reflect.Method method, net.sf.cglib.reflect.FastMethod fastMethod, EventAdapterService eventAdapterService)
          Constructor.
DynamicIndexedPropertyGetter(java.lang.String fieldName, int index, EventAdapterService eventAdapterService)
          Ctor.
DynamicMappedPropertyGetter(java.lang.String fieldName, java.lang.String key, EventAdapterService eventAdapterService)
          Ctor.
DynamicPropertyGetterBase(EventAdapterService eventAdapterService)
          Ctor.
DynamicSimplePropertyGetter(java.lang.String fieldName, EventAdapterService eventAdapterService)
          Ctor.
EventBeanManufacturerBean(BeanEventType beanEventType, EventAdapterService service, WriteablePropertyDescriptor[] properties, EngineImportService engineImportService)
          Ctor.
EventBeanManufacturerCtor(net.sf.cglib.reflect.FastConstructor fastConstructor, BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
IterableFastPropertyGetter(java.lang.reflect.Method method, net.sf.cglib.reflect.FastMethod fastMethod, int index, EventAdapterService eventAdapterService)
          Constructor.
IterableFieldPropertyGetter(java.lang.reflect.Field field, int index, EventAdapterService eventAdapterService)
          Constructor.
IterableMethodPropertyGetter(java.lang.reflect.Method method, int index, EventAdapterService eventAdapterService)
          Constructor.
KeyedFastPropertyGetter(net.sf.cglib.reflect.FastMethod fastMethod, java.lang.Object key, EventAdapterService eventAdapterService)
          Constructor.
KeyedMapFastPropertyGetter(java.lang.reflect.Method method, net.sf.cglib.reflect.FastMethod fastMethod, java.lang.Object key, EventAdapterService eventAdapterService)
          Constructor.
KeyedMapFieldPropertyGetter(java.lang.reflect.Field field, java.lang.Object key, EventAdapterService eventAdapterService)
          Constructor.
KeyedMapMethodPropertyGetter(java.lang.reflect.Method method, java.lang.Object key, EventAdapterService eventAdapterService)
          Constructor.
KeyedMethodPropertyGetter(java.lang.reflect.Method method, java.lang.Object key, EventAdapterService eventAdapterService)
          Constructor.
ListFastPropertyGetter(java.lang.reflect.Method method, net.sf.cglib.reflect.FastMethod fastMethod, int index, EventAdapterService eventAdapterService)
          Constructor.
ListFieldPropertyGetter(java.lang.reflect.Field field, int index, EventAdapterService eventAdapterService)
          Constructor.
ListMethodPropertyGetter(java.lang.reflect.Method method, int index, EventAdapterService eventAdapterService)
          Constructor.
NestedPropertyGetter(java.util.List<EventPropertyGetter> getterChain, EventAdapterService eventAdapterService, java.lang.Class finalPropertyType, java.lang.Class finalGenericType)
          Ctor.
ReflectionPropFieldGetter(java.lang.reflect.Field field, EventAdapterService eventAdapterService)
          Constructor.
ReflectionPropMethodGetter(java.lang.reflect.Method method, EventAdapterService eventAdapterService)
          Constructor.
 

Uses of EventAdapterService in com.espertech.esper.event.map
 

Fields in com.espertech.esper.event.map declared as EventAdapterService
protected  EventAdapterService MapPropertyGetterDefaultBase.eventAdapterService
           
protected  EventAdapterService MapNestedEntryPropertyGetterBase.eventAdapterService
           
 

Methods in com.espertech.esper.event.map with parameters of type EventAdapterService
 MapEventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterBeanNested(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterBeanNestedArray(java.lang.String name, EventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterIndexedEntryPOJO(java.lang.String propertyNameAtomic, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class propertyTypeGetter)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterIndexedPOJO(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, java.lang.Class componentType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterIndexedUnderlyingArray(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, EventType innerType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterNestedEntryBean(java.lang.String propertyName, EventPropertyGetter getter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterNestedEntryBeanArray(java.lang.String propertyNameAtomic, int index, EventPropertyGetter getter, EventType innerType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterNestedPOJOProp(java.lang.String propertyName, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class nestedReturnType, java.lang.Class nestedComponentType)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getGetterProperty(java.lang.String name, BeanEventType nativeFragmentType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter EventTypeNestableGetterFactoryMap.getPropertyProvidedGetter(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String propertyName, Property prop, EventAdapterService eventAdapterService)
           
 EventPropertyGetterIndexed EventTypeNestableGetterFactoryMap.getPropertyProvidedGetterIndexed(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String indexedPropertyName, IndexedProperty indexedProperty, EventAdapterService eventAdapterService)
           
 EventPropertyGetterMapped EventTypeNestableGetterFactoryMap.getPropertyProvidedGetterMap(java.util.Map<java.lang.String,java.lang.Object> nestableTypes, java.lang.String mappedPropertyName, MappedProperty mappedProperty, EventAdapterService eventAdapterService)
           
 

Constructors in com.espertech.esper.event.map with parameters of type EventAdapterService
MapArrayPOJOBeanEntryIndexedPropertyGetter(java.lang.String propertyMap, int index, BeanEventPropertyGetter nestedGetter, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
MapArrayPOJOEntryIndexedPropertyGetter(java.lang.String propertyMap, int index, EventAdapterService eventAdapterService, java.lang.Class returnType)
          Ctor.
MapArrayPropertyGetter(java.lang.String propertyNameAtomic, int index, EventAdapterService eventAdapterService, EventType fragmentType)
          Ctor.
MapEntryPropertyGetter(java.lang.String propertyName, BeanEventType eventType, EventAdapterService eventAdapterService)
          Ctor.
MapEventBeanCopyMethod(MapEventType mapEventType, EventAdapterService eventAdapterService)
          Ctor.
MapEventBeanCopyMethodWithArrayMap(MapEventType mapEventType, EventAdapterService eventAdapterService, java.util.Set<java.lang.String> mapPropertiesToCopy, java.util.Set<java.lang.String> arrayPropertiesToCopy)
          Ctor.
MapEventType(EventTypeMetadata metadata, java.lang.String typeName, int eventTypeId, EventAdapterService eventAdapterService, java.util.Map<java.lang.String,java.lang.Object> propertyTypes, EventType[] optionalSuperTypes, java.util.Set<EventType> optionalDeepSupertypes, ConfigurationEventTypeMap configMapType)
           
MapFragmentArrayPropertyGetter(java.lang.String propertyNameAtomic, EventType fragmentEventType, EventAdapterService eventAdapterService)
          Ctor.
MapNestedEntryPropertyGetterArrayMap(java.lang.String propertyMap, EventType fragmentType, EventAdapterService eventAdapterService, int index, MapEventPropertyGetter getter)
           
MapNestedEntryPropertyGetterArrayObjectArray(java.lang.String propertyMap, EventType fragmentType, EventAdapterService eventAdapterService, int index, ObjectArrayEventPropertyGetter getter)
           
MapNestedEntryPropertyGetterBase(java.lang.String propertyMap, EventType fragmentType, EventAdapterService eventAdapterService)
          Ctor.
MapNestedEntryPropertyGetterMap(java.lang.String propertyMap, EventType fragmentType, EventAdapterService eventAdapterService, MapEventPropertyGetter mapGetter)
           
MapNestedEntryPropertyGetterObjectArray(java.lang.String propertyMap, EventType fragmentType, EventAdapterService eventAdapterService, ObjectArrayEventPropertyGetter arrayGetter)
           
MapNestedPropertyGetterMapOnly(java.util.List<EventPropertyGetter> getterChain, EventAdapterService eventAdaperService)
          Ctor.
MapNestedPropertyGetterMixedType(java.util.List<EventPropertyGetter> getterChain, EventAdapterService eventAdaperService)
          Ctor.
MapPOJOEntryPropertyGetter(java.lang.String propertyMap, BeanEventPropertyGetter mapEntryGetter, EventAdapterService eventAdapterService, java.lang.Class returnType, java.lang.Class nestedComponentType)
          Ctor.
MapPropertyGetterDefaultBase(java.lang.String propertyNameAtomic, EventType fragmentEventType, EventAdapterService eventAdapterService)
          Ctor.
MapPropertyGetterDefaultMap(java.lang.String propertyName, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
MapPropertyGetterDefaultNoFragment(java.lang.String propertyName, EventAdapterService eventAdapterService)
           
MapPropertyGetterDefaultObjectArray(java.lang.String propertyName, EventType fragmentEventType, EventAdapterService eventAdapterService)
           
 

Uses of EventAdapterService in com.espertech.esper.event.property
 

Methods in com.espertech.esper.event.property with parameters of type EventAdapterService
 EventPropertyGetter SimpleProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter Property.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns value getter for the property of an event of the given event type.
 EventPropertyGetter NestedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetterAndMapped MappedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetterAndIndexed IndexedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicSimpleProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicMappedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter DynamicIndexedProperty.getGetter(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 EventPropertyGetter SimpleProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType xmlEventType, java.lang.String propertyExpression)
           
 EventPropertyGetter Property.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType xmlEventType, java.lang.String propertyExpression)
          Returns the getter-method for use with XML DOM event representations.
 EventPropertyGetter NestedProperty.getGetterDOM(SchemaElementComplex parentComplexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 EventPropertyGetter MappedProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 EventPropertyGetter IndexedProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 EventPropertyGetter DynamicSimpleProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 EventPropertyGetter DynamicMappedProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 EventPropertyGetter DynamicIndexedProperty.getGetterDOM(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService, BaseXMLEventType eventType, java.lang.String propertyExpression)
           
 MapEventPropertyGetter SimpleProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetter Property.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
          Returns the getter-method for use with Map event representations.
 MapEventPropertyGetter NestedProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetterAndMapped MappedProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetterAndIndexed IndexedProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetter DynamicSimpleProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetter DynamicMappedProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 MapEventPropertyGetter DynamicIndexedProperty.getGetterMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter SimpleProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter Property.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter NestedProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetterAndMapped MappedProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetterAndIndexed IndexedProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter DynamicSimpleProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter DynamicMappedProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 ObjectArrayEventPropertyGetter DynamicIndexedProperty.getGetterObjectArray(java.util.Map<java.lang.String,java.lang.Integer> indexPerProperty, java.util.Map<java.lang.String,java.lang.Object> nestableTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class SimpleProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class Property.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns the property type.
 java.lang.Class NestedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class MappedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class IndexedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicSimpleProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicMappedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicIndexedProperty.getPropertyType(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc SimpleProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc Property.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
          Returns the property type plus its generic type parameter, if any.
 GenericPropertyDesc NestedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc MappedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc IndexedProperty.getPropertyTypeGeneric(BeanEventType eventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicSimpleProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicMappedProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 GenericPropertyDesc DynamicIndexedProperty.getPropertyTypeGeneric(BeanEventType beanEventType, EventAdapterService eventAdapterService)
           
 java.lang.Class SimpleProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class Property.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
          Returns the property type for use with Map event representations.
 java.lang.Class NestedProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class MappedProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class IndexedProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicSimpleProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicMappedProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 java.lang.Class DynamicIndexedProperty.getPropertyTypeMap(java.util.Map optionalMapPropTypes, EventAdapterService eventAdapterService)
           
 SchemaItem SimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem Property.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
          Returns the property type for use with DOM event representations.
 SchemaItem NestedProperty.getPropertyTypeSchema(SchemaElementComplex parentComplexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem MappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem IndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicSimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicMappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicIndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 

Uses of EventAdapterService in com.espertech.esper.event.vaevent
 

Fields in com.espertech.esper.event.vaevent declared as EventAdapterService
protected  EventAdapterService VAERevisionProcessorBase.eventAdapterService
          For interogating nested properties.
 

Methods in com.espertech.esper.event.vaevent that return EventAdapterService
 EventAdapterService VAERevisionProcessorBase.getEventAdapterService()
           
 

Methods in com.espertech.esper.event.vaevent with parameters of type EventAdapterService
 void ValueAddEventServiceImpl.addRevisionEventType(java.lang.String revisioneventTypeName, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
           
 void ValueAddEventService.addRevisionEventType(java.lang.String name, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
          Adds a new revision event types.
 void ValueAddEventServiceImpl.addVariantStream(java.lang.String variantStreamname, ConfigurationVariantStream variantStreamConfig, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
           
 void ValueAddEventService.addVariantStream(java.lang.String variantEventTypeName, ConfigurationVariantStream variantStreamConfig, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Adds a new variant stream.
 EventType ValueAddEventServiceImpl.createRevisionType(java.lang.String namedWindowName, java.lang.String name, StatementStopService statementStopService, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
           
 EventType ValueAddEventService.createRevisionType(java.lang.String namedWindowName, java.lang.String typeName, StatementStopService statementStopService, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Upon named window creation, create a unique revision event type that this window processes.
 void ValueAddEventServiceImpl.init(java.util.Map<java.lang.String,ConfigurationRevisionEventType> configRevision, java.util.Map<java.lang.String,ConfigurationVariantStream> configVariant, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
           
 void ValueAddEventService.init(java.util.Map<java.lang.String,ConfigurationRevisionEventType> revisionTypes, java.util.Map<java.lang.String,ConfigurationVariantStream> variantStreams, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Called at initialization time, verifies configurations provided.
protected static RevisionSpec ValueAddEventServiceImpl.validateRevision(java.lang.String revisioneventTypeName, ConfigurationRevisionEventType config, EventAdapterService eventAdapterService)
          Valiate the revision configuration.
static VariantSpec ValueAddEventServiceImpl.validateVariantStream(java.lang.String variantStreamname, ConfigurationVariantStream variantStreamConfig, EventAdapterService eventAdapterService)
          Validate the variant stream definition.
 

Constructors in com.espertech.esper.event.vaevent with parameters of type EventAdapterService
RevisionEventType(EventTypeMetadata metadata, int eventTypeId, java.util.Map<java.lang.String,RevisionPropertyTypeDesc> propertyDesc, EventAdapterService eventAdapterService)
          Ctor.
RevisionNestedPropertyGetter(EventPropertyGetter revisionGetter, EventPropertyGetter nestedGetter, EventAdapterService eventAdapterService)
          Ctor.
VAERevisionProcessorBase(RevisionSpec revisionSpec, java.lang.String revisioneventTypeName, EventAdapterService eventAdapterService)
          Ctor.
VAERevisionProcessorDeclared(java.lang.String revisionEventTypeName, RevisionSpec spec, StatementStopService statementStopService, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Ctor.
VAERevisionProcessorMerge(java.lang.String revisioneventTypeName, RevisionSpec spec, StatementStopService statementStopService, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.event.xml
 

Methods in com.espertech.esper.event.xml with parameters of type EventAdapterService
static EventPropertyGetter SchemaXMLPropertyParser.getXPathResolution(java.lang.String propertyName, javax.xml.xpath.XPathFactory xPathFactory, java.lang.String rootElementName, java.lang.String namespace, SchemaModel schemaModel, EventAdapterService eventAdapterService, BaseXMLEventType xmlEventType, boolean isAllowFragment, java.lang.String defaultNamespace)
          Return the xPath corresponding to the given property.
 

Constructors in com.espertech.esper.event.xml with parameters of type EventAdapterService
BaseXMLEventType(EventTypeMetadata metadata, int eventTypeId, ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM, EventAdapterService eventAdapterService)
          Ctor.
FragmentFactoryDOMGetter(EventAdapterService eventAdapterService, BaseXMLEventType xmlEventType, java.lang.String propertyExpression)
          Ctor.
FragmentFactoryXPathPredefinedGetter(EventAdapterService eventAdapterService, java.lang.String eventTypeName, java.lang.String propertyName)
          Ctor.
SchemaXMLEventType(EventTypeMetadata eventTypeMetadata, int eventTypeId, ConfigurationEventTypeXMLDOM config, SchemaModel schemaModel, EventAdapterService eventAdapterService)
          Ctor.
SimpleXMLEventType(EventTypeMetadata eventTypeMetadata, int eventTypeId, ConfigurationEventTypeXMLDOM configurationEventTypeXMLDOM, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.filter
 

Fields in com.espertech.esper.filter declared as EventAdapterService
 EventAdapterService FilterSpecCompilerArgs.eventAdapterService
           
 

Methods in com.espertech.esper.filter with parameters of type EventAdapterService
static FilterSpecCompiled FilterSpecCompiler.buildNoStmtCtx(java.util.List<ExprNode> validatedFilterNodes, EventType eventType, java.lang.String eventTypeName, PropertyEvalSpec optionalPropertyEvalSpec, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, StreamTypeService streamTypeService, java.lang.String optionalStreamName, java.util.Collection<java.lang.Integer> assignedTypeNumberStack, ExprEvaluatorContext exprEvaluatorContext, java.lang.String statementId, java.lang.String statementName, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, MethodResolutionService methodResolutionService, EventAdapterService eventAdapterService, TimeProvider timeProvider, VariableService variableService, TableService tableService, ConfigurationInformation configurationInformation, NamedWindowService namedWindowService)
           
 

Constructors in com.espertech.esper.filter with parameters of type EventAdapterService
FilterSpecCompilerArgs(java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, ExprEvaluatorContext exprEvaluatorContext, java.lang.String statementName, java.lang.String statementId, StreamTypeService streamTypeService, MethodResolutionService methodResolutionService, TimeProvider timeProvider, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, java.lang.annotation.Annotation[] annotations, ContextDescriptor contextDescriptor, ConfigurationInformation configurationInformation)
           
FilterSpecParamExprNode(FilterSpecLookupable lookupable, FilterOperator filterOperator, ExprNode exprNode, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> taggedEventTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, VariableService variableService, TableService tableService, EventAdapterService eventAdapterService, ConfigurationInformation configurationInformation, java.lang.String statementName, boolean hasSubquery, boolean hasTableAccess)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.pattern
 

Methods in com.espertech.esper.pattern that return EventAdapterService
 EventAdapterService PatternContext.getEventAdapterService()
          Returns teh service providing event adaptering or wrapping.
 

Constructors in com.espertech.esper.pattern with parameters of type EventAdapterService
MatchedEventConvertorImpl(java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> filterTypes, java.util.LinkedHashMap<java.lang.String,Pair<EventType,java.lang.String>> arrayEventTypes, java.util.LinkedHashSet<java.lang.String> allTags, EventAdapterService eventAdapterService)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.plugin
 

Methods in com.espertech.esper.plugin that return EventAdapterService
 EventAdapterService PlugInEventRepresentationContext.getEventAdapterService()
          Returns the service for for creating further event types or wrapping event objects.
 

Constructors in com.espertech.esper.plugin with parameters of type EventAdapterService
PlugInEventRepresentationContext(EventAdapterService eventAdapterService, java.net.URI eventRepresentationRootURI, java.io.Serializable representationInitializer)
          Ctor.
 

Uses of EventAdapterService in com.espertech.esper.view
 

Methods in com.espertech.esper.view that return EventAdapterService
 EventAdapterService ViewFactoryContext.getEventAdapterService()
          Returns service for generating events and handling event types.
 

Methods in com.espertech.esper.view with parameters of type EventAdapterService
 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.
 

Uses of EventAdapterService in com.espertech.esper.view.stat
 

Methods in com.espertech.esper.view.stat with parameters of type EventAdapterService
static EventBean RegressionLinestView.doPopulateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] decoration)
           
static EventBean CorrelationView.doPopulateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] decoration)
          Populate bean.
static EventBean UnivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] lastNewValues)
           
 EventBean RegressionLinestView.populateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] decoration)
           
 EventBean CorrelationView.populateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] decoration)
           
protected abstract  EventBean BaseBivariateStatisticsView.populateMap(BaseStatisticsBean baseStatisticsBean, EventAdapterService eventAdapterService, EventType eventType, StatViewAdditionalProps additionalProps, java.lang.Object[] decoration)
          Populate bean.
 

Uses of EventAdapterService in com.espertech.esper.view.std
 

Methods in com.espertech.esper.view.std with parameters of type EventAdapterService
protected static EventBean AddPropertyValueView.addProperty(EventBean originalEvent, java.lang.String[] propertyNames, java.lang.Object propertyValues, EventType targetEventType, EventAdapterService eventAdapterService)
          Add a property to the event passed in.
 


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