Interface StripedReadWriteLock

    • Method Detail

      • getLockForKey

        java.util.concurrent.locks.ReadWriteLock getLockForKey​(java.lang.Object key)
        Returns a ReadWriteLock for a particular key
        Parameters:
        key - the key
        Returns:
        the lock
      • getAllSyncs

        java.util.List<ReadWriteLockSync> getAllSyncs()
        Returns all Syncs
        Returns: