Class CacheLock
java.lang.Object
org.apache.derby.iapi.services.locks.ShExLockable
org.apache.derby.impl.store.access.CacheLock
- All Implemented Interfaces:
Lockable
Only used for exclusive lock purposes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
unlockEvent
(Latch lockInfo) Note that the object has been unlockedMethods inherited from class org.apache.derby.iapi.services.locks.ShExLockable
lockAttributes, lockerAlwaysCompatible, lockEvent, requestCompatible
-
Field Details
-
pc
-
-
Constructor Details
-
CacheLock
CacheLock(PropertyConglomerate pc)
-
-
Method Details
-
unlockEvent
Description copied from interface:Lockable
Note that the object has been unlockedMust only be called by the lock manager. Synchronization will be handled by the lock manager.
- Specified by:
unlockEvent
in interfaceLockable
- Overrides:
unlockEvent
in classShExLockable
- See Also:
-