Package io.siddhi.core.util.lock
-
Class Summary Class Description LockSynchronizer This class maintains aMapofLockWrappers and sync the locks amongLockWrappers if there is a dependency between them.LockWrapper A wrapper class forReentrantLockwhich is used to share and sync locks across various components of Siddhi.