| 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(SiddhiAppContext siddhiAppContext,
LockWrapper lockWrapper,
String queryName) |
| Modifier and Type | Field and Description |
|---|---|
protected LockWrapper |
SnapshotOutputRateLimiter.lockWrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedSnapshotOutputRateLimiter.init(SiddhiAppContext siddhiAppContext,
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
LockWrappers are sharing the same lock and also update the underneath
lock of all the depended LockWrappers 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 © 2018 WSO2. All rights reserved.