A B C I K R S
A
- AbstractIdempotentKeyStore - com.relaxed.common.idempotent.key中的类
-
幂等键存储抽象类。
- AbstractIdempotentKeyStore() - 类 的构造器com.relaxed.common.idempotent.key.AbstractIdempotentKeyStore
-
- around(ProceedingJoinPoint, Idempotent) - 类 中的方法com.relaxed.common.idempotent.IdempotentAspect
-
环绕通知,处理幂等性控制。
B
- buildIdempotentKey(ProceedingJoinPoint, Idempotent) - 类 中的方法com.relaxed.common.idempotent.key.AbstractIdempotentKeyStore
-
构建幂等键。
- buildIdempotentKey(ProceedingJoinPoint, Idempotent) - 接口 中的方法com.relaxed.common.idempotent.key.IdempotentKeyStore
-
构建幂等键。
C
- com.relaxed.common.idempotent - 程序包 com.relaxed.common.idempotent
-
- com.relaxed.common.idempotent.annotation - 程序包 com.relaxed.common.idempotent.annotation
-
- com.relaxed.common.idempotent.exception - 程序包 com.relaxed.common.idempotent.exception
-
- com.relaxed.common.idempotent.key - 程序包 com.relaxed.common.idempotent.key
-
I
- Idempotent - com.relaxed.common.idempotent.annotation中的注释类型
-
幂等控制注解。
- IdempotentAspect - com.relaxed.common.idempotent中的类
-
幂等性切面类。
- IdempotentAspect() - 类 的构造器com.relaxed.common.idempotent.IdempotentAspect
-
- IdempotentException - com.relaxed.common.idempotent.exception中的异常错误
-
幂等性异常
- IdempotentException(int, String) - 异常错误 的构造器com.relaxed.common.idempotent.exception.IdempotentException
-
- IdempotentKeyStore - com.relaxed.common.idempotent.key中的接口
-
幂等键存储接口。
- InMemoryIdempotentKeyStore - com.relaxed.common.idempotent.key中的类
-
内存幂等键存储实现类。
- InMemoryIdempotentKeyStore() - 类 的构造器com.relaxed.common.idempotent.key.InMemoryIdempotentKeyStore
-
创建内存幂等键存储实例。
K
- KEY_PREFIX - 注释类型 中的静态变量com.relaxed.common.idempotent.annotation.Idempotent
-
幂等键前缀常量
R
- RedisIdempotentKeyStore - com.relaxed.common.idempotent.key中的类
-
Redis 幂等键存储实现类。
- RedisIdempotentKeyStore() - 类 的构造器com.relaxed.common.idempotent.key.RedisIdempotentKeyStore
-
- remove(String) - 接口 中的方法com.relaxed.common.idempotent.key.IdempotentKeyStore
-
删除指定的幂等键。
- remove(String) - 类 中的方法com.relaxed.common.idempotent.key.InMemoryIdempotentKeyStore
-
删除指定的幂等键。
- remove(String) - 类 中的方法com.relaxed.common.idempotent.key.RedisIdempotentKeyStore
-
删除指定的幂等键。
S
- saveIfAbsent(String, long, TimeUnit) - 接口 中的方法com.relaxed.common.idempotent.key.IdempotentKeyStore
-
当不存在有效 key 时将其存储下来。
- saveIfAbsent(String, long, TimeUnit) - 类 中的方法com.relaxed.common.idempotent.key.InMemoryIdempotentKeyStore
-
当不存在有效 key 时将其存储下来。
- saveIfAbsent(String, long, TimeUnit) - 类 中的方法com.relaxed.common.idempotent.key.RedisIdempotentKeyStore
-
当不存在有效 key 时将其存储下来。
A B C I K R S
Copyright © 2025. All rights reserved.