接口的使用
com.baomidou.lock.executor.LockExecutor
使用LockExecutor的程序包
-
com.baomidou.lock中LockExecutor的使用
修饰符和类型方法说明protected LockExecutorLockTemplate.obtainExecutor(Class<? extends LockExecutor> clazz) 类型变量类型为LockExecutor的com.baomidou.lock中的方法参数修饰符和类型方法说明LockTemplate.lock(String key, long expire, long acquireTimeout, Class<? extends LockExecutor> executor) 加锁方法protected LockExecutorLockTemplate.obtainExecutor(Class<? extends LockExecutor> clazz) -
com.baomidou.lock.executor中LockExecutor的使用
-
com.baomidou.lock.spring.boot.autoconfigure中LockExecutor的使用
类型变量类型为LockExecutor的com.baomidou.lock.spring.boot.autoconfigure中的方法参数修饰符和类型方法说明LockAutoConfiguration.lockTemplate(List<LockExecutor> executors, Lock4jProperties properties)