Uses of Interface
org.aoju.bus.core.lock.LockHandler
Packages that use LockHandler
-
Uses of LockHandler in org.aoju.bus.core.lock
Methods in org.aoju.bus.core.lock with parameters of type LockHandlerModifier and TypeMethodDescriptionvoidObjectWithLock.read(LockHandler<T> readLockHandler) 操作对象,带上读锁voidObjectWithLock.write(LockHandler<T> writeLockHandler) 操作对象,带上写锁