Modifier and Type | Field and Description |
---|---|
protected LockWrapper |
ProcessStreamReceiver.lockWrapper |
Modifier and Type | Method and Description |
---|---|
void |
ProcessStreamReceiver.setLockWrapper(LockWrapper lockWrapper) |
Modifier and Type | Field and Description |
---|---|
protected LockWrapper |
OutputRateLimiter.lockWrapper |
Modifier and Type | Method and Description |
---|---|
void |
OutputRateLimiter.init(LockWrapper lockWrapper,
boolean groupBy,
SiddhiQueryContext siddhiQueryContext) |
Modifier and Type | Field and Description |
---|---|
protected LockWrapper |
SnapshotOutputRateLimiter.lockWrapper |
Modifier and Type | Method and Description |
---|---|
void |
WrappedSnapshotOutputRateLimiter.init(SiddhiQueryContext siddhiQueryContext,
LockWrapper lockWrapper) |
void |
SnapshotOutputRateLimiter.setQueryLock(LockWrapper lockWrapper) |
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.init(LockWrapper lockWrapper,
String queryName) |
Modifier and Type | Method and Description |
---|---|
void |
LockSynchronizer.sync(LockWrapper lockWrapperOne,
LockWrapper lockWrapperTwo)
Ensure that both
LockWrapper s are sharing the same lock and also update the underneath
lock of all the depended LockWrapper s of both. |
Modifier and Type | Method and Description |
---|---|
static void |
QueryParserHelper.initStreamRuntime(StreamRuntime runtime,
MetaComplexEvent metaComplexEvent,
LockWrapper lockWrapper,
String queryName) |
Modifier and Type | Method and Description |
---|---|
LockWrapper |
Window.getLock() |
Copyright © 2021. All rights reserved.