| 接口 | 说明 |
|---|---|
| ConsistentHash.HashFunction |
Hash String to long value
|
| IdGenerator |
Generate id
|
| IntValueEnum<T extends Enum<T> & IntValueEnum<T>> |
Represents int value enum type structure.
|
| Startable |
Representing startable
|
| Symbol.Char | |
| Symbol.Str | |
| TimingWheel.Timing<T extends TimingWheel.Timing<T>> |
Timing of TimingWheel elements
|
| 类 | 说明 |
|---|---|
| ConsistentHash<T> |
Consistent hashing algorithm.
|
| IntValueDesc |
Int value & description model
|
| LazyLoader<T> |
Lazy loader
|
| Null |
The
Null class is representing unable instance object |
| RetryInvocationHandler |
Retry invocation handler
|
| RetryTemplate |
Retry template(template method pattern)
Others retry framework:
org.springframework.retry:spring-retry:2.0.7
com.github.rholder:guava-retrying:2.0.0
dev.failsafe:failsafe:3.3.2
io.github.resilience4j:resilience4j-retry:2.2.0
|
| SingletonClassConstraint |
Constrain class must be singleton instance.
|
| Symbol |
Symbol definitions.
|
| TimingWheel<T extends TimingWheel.Timing<T>> |
Timing wheel structure.
|
| ToJsonString |
Override
Object#toString() method, implemented to json string. |
Copyright © 2025. All rights reserved.