Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactory.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateClass.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateContext.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateDataflow.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateExpression.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateIndex.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateSchema.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateTable.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateVariable.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryCreateNW.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerSet.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerSplitStream.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
static StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerUtil.obtainAgentInstanceLock(StatementAgentInstanceFactoryOnTriggerInfraBase base,
StatementContext statementContext,
int agentInstanceId) |
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerInfraUpdate.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerInfraSelect.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerInfraMerge.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
StatementAgentInstanceLock |
StatementAgentInstanceFactoryOnTriggerInfraDelete.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactorySelect.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceFactoryUpdate.obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Class and Description |
---|---|
class |
StatementAgentInstanceLockNoLockImpl
A Statement-lock implementation that doesn't lock.
|
class |
StatementAgentInstanceLockRW
Simple read-write lock based on
ReentrantReadWriteLock that associates a
name with the lock and traces read/write locking and unlocking. |
class |
StatementAgentInstanceLockRWLogging
Simple read-write lock based on
ReentrantReadWriteLock that associates a
name with the lock and logs read/write locking and unlocking. |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementContext.getAgentInstanceLock() |
StatementAgentInstanceLock |
ExprEvaluatorContextWTableAccess.getAgentInstanceLock() |
StatementAgentInstanceLock |
ExprEvaluatorContextStatement.getAgentInstanceLock() |
StatementAgentInstanceLock |
AgentInstanceContext.getAgentInstanceLock() |
StatementAgentInstanceLock |
EPStatementAgentInstanceHandle.getStatementAgentInstanceLock() |
StatementAgentInstanceLock |
StatementAgentInstanceLockFactoryImpl.getStatementLock(String statementName,
int cpid,
Annotation[] annotations,
boolean stateless,
StatementType statementType) |
StatementAgentInstanceLock |
StatementAgentInstanceLockFactory.getStatementLock(String statementName,
int cpid,
Annotation[] annotations,
boolean stateless,
StatementType statementType)
Create lock for statement
|
static StatementAgentInstanceLock |
AgentInstanceUtil.newLock(StatementContext statementContext,
int cpid) |
Constructor and Description |
---|
EPStatementAgentInstanceHandle(EPStatementHandle statementHandle,
int agentInstanceId,
StatementAgentInstanceLock statementAgentInstanceLock) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
ExprEvaluatorContext.getAgentInstanceLock() |
Constructor and Description |
---|
SubordFullTableScanLookupStrategyLocking(Iterable<EventBean> contents,
StatementAgentInstanceLock statementLock) |
SubordIndexedTableLookupStrategyLocking(SubordTableLookupStrategy inner,
StatementAgentInstanceLock statementLock) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
AgentInstanceViewFactoryChainContext.getAgentInstanceLock() |
Copyright © 2005–2022. All rights reserved.