| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLimiterAnnotationParser<T extends Limiter<?>,V extends Annotation> |
interface |
LimiterAnnotationParser<T extends Limiter> |
| Modifier and Type | Method and Description |
|---|---|
Limiter |
LimiterExpressionRootObject.getLimiter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.EvaluationContext |
LimiterOperationExpressionEvaluator.createEvaluationContext(Limiter limiter,
Method method,
Object[] args,
Object target,
Class<?> targetClass,
Method targetMethod,
Map<String,Object> injectArgs,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Constructor and Description |
|---|
LimiterExpressionRootObject(Limiter limiter,
Method targetMethod,
Object[] args,
Object target,
Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
Limiter |
LimitedResourceMetadata.getLimiter() |
Limiter |
AbstractLimitedResourceMetadata.getLimiter() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LimitedResource<T extends Limiter> |
| Modifier and Type | Class and Description |
|---|---|
class |
Lock
Lock
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdkLock
基于ConcurrentHashMap和ReentrantLock实现的一个简单的锁组件
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisLock |
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperLock |
| Modifier and Type | Class and Description |
|---|---|
class |
PeakLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkPeakLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPeakLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
RateLimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
JdkRateLimiter
一个RateLimiter组件
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisRatelimiter |
Copyright © 2019. All rights reserved.