Uses of Class
io.siddhi.core.util.lock.LockWrapper
-
-
Uses of LockWrapper in io.siddhi.core.query.input
Fields in io.siddhi.core.query.input declared as LockWrapper Modifier and Type Field Description protected LockWrapperProcessStreamReceiver. lockWrapperMethods in io.siddhi.core.query.input with parameters of type LockWrapper Modifier and Type Method Description voidProcessStreamReceiver. setLockWrapper(LockWrapper lockWrapper) -
Uses of LockWrapper in io.siddhi.core.query.output.ratelimit
Fields in io.siddhi.core.query.output.ratelimit declared as LockWrapper Modifier and Type Field Description protected LockWrapperOutputRateLimiter. lockWrapperMethods in io.siddhi.core.query.output.ratelimit with parameters of type LockWrapper Modifier and Type Method Description voidOutputRateLimiter. init(LockWrapper lockWrapper, boolean groupBy, SiddhiQueryContext siddhiQueryContext) -
Uses of LockWrapper in io.siddhi.core.query.output.ratelimit.snapshot
Fields in io.siddhi.core.query.output.ratelimit.snapshot declared as LockWrapper Modifier and Type Field Description protected LockWrapperSnapshotOutputRateLimiter. lockWrapperMethods in io.siddhi.core.query.output.ratelimit.snapshot with parameters of type LockWrapper Modifier and Type Method Description voidWrappedSnapshotOutputRateLimiter. init(SiddhiQueryContext siddhiQueryContext, LockWrapper lockWrapper)voidSnapshotOutputRateLimiter. setQueryLock(LockWrapper lockWrapper) -
Uses of LockWrapper in io.siddhi.core.util
Methods in io.siddhi.core.util with parameters of type LockWrapper Modifier and Type Method Description voidScheduler. init(LockWrapper lockWrapper, String queryName) -
Uses of LockWrapper in io.siddhi.core.util.lock
Methods in io.siddhi.core.util.lock with parameters of type LockWrapper Modifier and Type Method Description voidLockSynchronizer. sync(LockWrapper lockWrapperOne, LockWrapper lockWrapperTwo)Ensure that bothLockWrappers are sharing the same lock and also update the underneath lock of all the dependedLockWrappers of both. -
Uses of LockWrapper in io.siddhi.core.util.parser.helper
Methods in io.siddhi.core.util.parser.helper with parameters of type LockWrapper Modifier and Type Method Description static voidQueryParserHelper. initStreamRuntime(StreamRuntime runtime, MetaComplexEvent metaComplexEvent, LockWrapper lockWrapper, String queryName) -
Uses of LockWrapper in io.siddhi.core.window
Methods in io.siddhi.core.window that return LockWrapper Modifier and Type Method Description LockWrapperWindow. getLock()
-