跳过导航链接
A C E F G I L R T U V 

A

AbsReentrantLockServer - top.plutoppppp.lock中的类
可重入分布式锁操作服务
AbsReentrantLockServer() - 类 的构造器top.plutoppppp.lock.AbsReentrantLockServer
 
around(ProceedingJoinPoint) - 类 中的方法top.plutoppppp.lock.aop.LockAspect
环绕通知:灵活自由的在目标方法中切入代码

C

close() - 类 中的方法top.plutoppppp.lock.ReentrantLockInfo.CloseableLockHallows
 
CloseableLockHallows() - 类 的构造器top.plutoppppp.lock.ReentrantLockInfo.CloseableLockHallows
 
concurrentOnece(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.AbsReentrantLockServer
默认并发方式,抢占一次,失败就报错退出
concurrentOnece(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.server.impl.ReentrantRedisLockServerImpl
 
concurrentPreemptive(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.AbsReentrantLockServer
循环抢占,直至超时
concurrentPreemptive(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.server.impl.ReentrantRedisLockServerImpl
 
ConcurrentType - top.plutoppppp.lock.enumeration中的枚举
 

E

emptyHold() - 类 中的方法top.plutoppppp.lock.ReentrantLockInfo
线程是否全部释放
EnableDcsReentrantLock - top.plutoppppp.lock.annotation中的注释类型
开启分布式锁

F

factoryLock(GenericObjectPoolConfig<?>, RedisStandaloneConfiguration) - 类 中的方法top.plutoppppp.lock.config.LockRedisConfig
 

G

getConcurrentType() - 类 中的静态方法top.plutoppppp.lock.config.LockConstants
 
getExpireMillis() - 类 中的静态方法top.plutoppppp.lock.config.LockConstants
 
getOvertimeMillis() - 类 中的静态方法top.plutoppppp.lock.config.LockConstants
 
getPrefixKey() - 类 中的静态方法top.plutoppppp.lock.config.LockConstants
 
getWaittimeMillis() - 类 中的静态方法top.plutoppppp.lock.config.LockConstants
 

I

INSTANCE - 类 中的静态变量top.plutoppppp.lock.config.LockConstants
 
INSTANCE - 类 中的静态变量top.plutoppppp.lock.LockActuator
 

L

Lock - top.plutoppppp.lock.annotation中的注释类型
分布式锁
lockActuator(AbsReentrantLockServer) - 类 中的方法top.plutoppppp.lock.config.LockConfiguration
 
LockActuator - top.plutoppppp.lock中的类
锁执行器,主要面对“行”级锁
LockActuator() - 类 的构造器top.plutoppppp.lock.LockActuator
 
lockAnno(Lock) - 类 中的静态方法top.plutoppppp.lock.ReentrantLockInfo.ReentrantLockBuilder
根据注解Lock进行构造
LockAspect - top.plutoppppp.lock.aop中的类
分布式锁切面
LockAspect() - 类 的构造器top.plutoppppp.lock.aop.LockAspect
 
lockAspect() - 类 中的方法top.plutoppppp.lock.config.LockConfiguration
 
lockConfigPrefix - 类 中的静态变量top.plutoppppp.lock.config.LockConfiguration
 
LockConfiguration - top.plutoppppp.lock.config中的类
分布式锁,spring自动配置
LockConfiguration() - 类 的构造器top.plutoppppp.lock.config.LockConfiguration
 
lockConstants() - 类 中的方法top.plutoppppp.lock.config.LockConfiguration
 
LockConstants - top.plutoppppp.lock.config中的类
锁默认属性设置
LockConstants() - 类 的构造器top.plutoppppp.lock.config.LockConstants
 
lockKey(String) - 类 中的静态方法top.plutoppppp.lock.ReentrantLockInfo.ReentrantLockBuilder
锁key,使用输入值,一般用于跨应用时锁定使用
lockName(String) - 类 中的静态方法top.plutoppppp.lock.ReentrantLockInfo.ReentrantLockBuilder
锁名,前面会自动组装默认前缀
LockRedisConfig - top.plutoppppp.lock.config中的类
分布式锁,redis自动配置
LockRedisConfig() - 类 的构造器top.plutoppppp.lock.config.LockRedisConfig
 
lockRedisPrefix - 类 中的静态变量top.plutoppppp.lock.config.LockRedisConfig
 

R

redisConfigLock() - 类 中的方法top.plutoppppp.lock.config.LockRedisConfig
 
redisLockPool() - 类 中的方法top.plutoppppp.lock.config.LockRedisConfig
 
redisLockTemplate(LettuceConnectionFactory) - 类 中的方法top.plutoppppp.lock.config.LockRedisConfig
 
ReentrantLockBuilder() - 类 的构造器top.plutoppppp.lock.ReentrantLockInfo.ReentrantLockBuilder
 
ReentrantLockException - top.plutoppppp.lock.exception中的异常错误
可重入锁异常
ReentrantLockException() - 异常错误 的构造器top.plutoppppp.lock.exception.ReentrantLockException
 
ReentrantLockException(String) - 异常错误 的构造器top.plutoppppp.lock.exception.ReentrantLockException
 
ReentrantLockException(String, Throwable) - 异常错误 的构造器top.plutoppppp.lock.exception.ReentrantLockException
 
ReentrantLockException(Throwable) - 异常错误 的构造器top.plutoppppp.lock.exception.ReentrantLockException
 
ReentrantLockException(String, Throwable, boolean, boolean) - 异常错误 的构造器top.plutoppppp.lock.exception.ReentrantLockException
 
ReentrantLockInfo - top.plutoppppp.lock中的类
锁信息
ReentrantLockInfo() - 类 的构造器top.plutoppppp.lock.ReentrantLockInfo
 
ReentrantLockInfo.CloseableLockHallows - top.plutoppppp.lock中的类
锁之圣器 配合try-resource-catch使用进行自动解锁
ReentrantLockInfo.ReentrantLockBuilder - top.plutoppppp.lock中的类
可重入锁构建器
reentrantLockServer(RedisTemplate<String, ?>) - 类 中的方法top.plutoppppp.lock.config.LockConfiguration
可重入分布式锁服务
ReentrantRedisLockServerImpl - top.plutoppppp.lock.server.impl中的类
通过 redis 锁服务,可重入的
ReentrantRedisLockServerImpl() - 类 的构造器top.plutoppppp.lock.server.impl.ReentrantRedisLockServerImpl
 

T

top.plutoppppp.lock - 程序包 top.plutoppppp.lock
 
top.plutoppppp.lock.annotation - 程序包 top.plutoppppp.lock.annotation
 
top.plutoppppp.lock.aop - 程序包 top.plutoppppp.lock.aop
 
top.plutoppppp.lock.config - 程序包 top.plutoppppp.lock.config
 
top.plutoppppp.lock.enumeration - 程序包 top.plutoppppp.lock.enumeration
 
top.plutoppppp.lock.exception - 程序包 top.plutoppppp.lock.exception
 
top.plutoppppp.lock.server.impl - 程序包 top.plutoppppp.lock.server.impl
 
trylock() - 类 中的方法top.plutoppppp.lock.ReentrantLockInfo.ReentrantLockBuilder
尝试锁定,若失败则抛出异常

U

unlock() - 类 中的方法top.plutoppppp.lock.ReentrantLockInfo.CloseableLockHallows
解锁,只能执行一次且在之前要进行一次成功加锁
unlockRealize(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.AbsReentrantLockServer
解锁实现
unlockRealize(ReentrantLockInfo) - 类 中的方法top.plutoppppp.lock.server.impl.ReentrantRedisLockServerImpl
 

V

valueOf(String) - 枚举 中的静态方法top.plutoppppp.lock.enumeration.ConcurrentType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.plutoppppp.lock.enumeration.ConcurrentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C E F G I L R T U V 
跳过导航链接

Copyright © 2020–2021. All rights reserved.