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

Packages that use EventTypeIdGenerator
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.event This package defines the internal event APIs. 
com.espertech.esper.event.bean JavaBean and legacy Java underlying event classes are here. 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

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

Methods in com.espertech.esper.core.service that return EventTypeIdGenerator
 EventTypeIdGenerator EPServicesContext.getEventTypeIdGenerator()
           
 

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

Uses of EventTypeIdGenerator in com.espertech.esper.event
 

Classes in com.espertech.esper.event that implement EventTypeIdGenerator
 class EventTypeIdGeneratorImpl
           
 

Methods in com.espertech.esper.event that return EventTypeIdGenerator
 EventTypeIdGenerator EventTypeIdGeneratorFactory.create(EventTypeIdGeneratorContext context)
           
 

Constructors in com.espertech.esper.event with parameters of type EventTypeIdGenerator
EventAdapterServiceImpl(EventTypeIdGenerator eventTypeIdGenerator, int anonymousTypeCacheSize)
          Ctor.
 

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

Constructors in com.espertech.esper.event.bean with parameters of type EventTypeIdGenerator
BeanEventAdapter(java.util.concurrent.ConcurrentHashMap<java.lang.Class,BeanEventType> typesPerJavaBean, EventAdapterService eventAdapterService, EventTypeIdGenerator eventTypeIdGenerator)
          Ctor.
 

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

Methods in com.espertech.esper.event.vaevent with parameters of type EventTypeIdGenerator
 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.
 

Constructors in com.espertech.esper.event.vaevent with parameters of type EventTypeIdGenerator
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.
VAEVariantProcessor(VariantSpec variantSpec, EventTypeIdGenerator eventTypeIdGenerator, ConfigurationVariantStream config)
          Ctor.
 


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