Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Class and Description |
---|---|
class |
StatementLockFactoryImpl
Provides statement-level locks.
|
Modifier and Type | Method and Description |
---|---|
StatementLockFactory |
EPServicesContext.getStatementLockFactory()
Factory for statement-level locks.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementNoLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory)
Lock write lock.
|
void |
StatementAgentInstanceRWLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory)
Lock write lock.
|
void |
StatementAgentInstanceLock.acquireWriteLock(StatementLockFactory statementLockFactory) |
boolean |
StatementNoLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory,
long msecTimeout)
Lock write lock.
|
boolean |
StatementAgentInstanceRWLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory,
long msecTimeout) |
boolean |
StatementAgentInstanceLock.acquireWriteLock(StatementLockFactory statementLockFactory,
long msecTimeout) |
void |
StatementNoLockImpl.releaseWriteLock(StatementLockFactory statementLockFactory)
Unlock write lock.
|
void |
StatementAgentInstanceRWLockImpl.releaseWriteLock(StatementLockFactory statementLockFactory)
Unlock write lock.
|
void |
StatementAgentInstanceLock.releaseWriteLock(StatementLockFactory statementLockFactory) |
Constructor and Description |
---|
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,
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.
|
Constructor and Description |
---|
NamedWindowServiceImpl(SchedulingService schedulingService,
StatementLockFactory statementLockFactory,
VariableService variableService,
boolean isPrioritized,
ManagedReadWriteLock eventProcessingRWLock,
ExceptionHandlingService exceptionHandlingService,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService)
Ctor.
|