|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementLockFactory | |
---|---|
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.named | Named window classes are in this package |
Uses of StatementLockFactory in com.espertech.esper.core.service |
---|
Classes in com.espertech.esper.core.service that implement StatementLockFactory | |
---|---|
class |
StatementLockFactoryImpl
Provides statement-level locks. |
Methods in com.espertech.esper.core.service that return StatementLockFactory | |
---|---|
StatementLockFactory |
EPServicesContext.getStatementLockFactory()
Factory for statement-level locks. |
Methods in com.espertech.esper.core.service with parameters of type StatementLockFactory | |
---|---|
void |
StatementNoLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory)
Lock write lock. |
void |
StatementAgentInstanceRWLockImpl.acquireWriteLock(StatementLockFactory statementLockFactory)
Lock write lock. |
void |
StatementAgentInstanceLock.acquireWriteLock(StatementLockFactory statementLockFactory)
|
void |
StatementNoLockImpl.releaseWriteLock(StatementLockFactory statementLockFactory)
Unlock write lock. |
void |
StatementAgentInstanceRWLockImpl.releaseWriteLock(StatementLockFactory statementLockFactory)
Unlock write lock. |
void |
StatementAgentInstanceLock.releaseWriteLock(StatementLockFactory statementLockFactory)
|
Constructors in com.espertech.esper.core.service with parameters of type StatementLockFactory | |
---|---|
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. |
Uses of StatementLockFactory in com.espertech.esper.epl.named |
---|
Constructors in com.espertech.esper.epl.named with parameters of type StatementLockFactory | |
---|---|
NamedWindowServiceImpl(StatementLockFactory statementLockFactory,
VariableService variableService,
boolean isPrioritized,
ManagedReadWriteLock eventProcessingRWLock,
ExceptionHandlingService exceptionHandlingService,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService)
Ctor. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |