| 接口 | 说明 |
|---|---|
| ConsistentHash.HashFunction |
Hash String to long value
|
| Destroyable |
Destroy resources
|
| IdGenerator |
Generate id
|
| Initializable |
Initialize resources
|
| 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
|
| ValueEnum<V,T extends Enum<T> & ValueEnum<V,T>> |
Represents value enum type structure.
|
| 类 | 说明 |
|---|---|
| ConsistentHash<T> |
Consistent hashing algorithm.
|
| IntValueDesc |
Int value & description model
|
| LazyLoader<T> |
Lazy loader
|
| NoArgMethodInvoker |
Specifies multiple non-arg method names, find the first and invoke it
|
| Null |
The
Null class is representing unable instance object |
| RetryInvocationHandler |
Retry invocation handler
|
| RetryTemplate |
Retry template(template method pattern)
|
| SingletonClassConstraint |
Constrain class must be singleton instance.
|
| Symbol |
Symbol definitions.
|
| TextTokenizer |
Text tokenizer
|
| TimingWheel<T extends TimingWheel.Timing<T>> |
Timing wheel structure.
|
| ToJsonString |
Override
Object#toString() method, implemented to json string. |
| TripState |
Trip state: New -> Running -> Stopped
|
Copyright © 2024. All rights reserved.