Interface | Description |
---|---|
LimiterEndpoint |
Marker interface for all types of limiter endpoint.
|
LimiterManagementMBean |
Defines the JMX interface used for managing the limiting sub-system.
|
LimiterMBean |
Defines the base JMX interface for controlling a single limiter.
|
LimiterRampUpMBean |
The
LimiterRampUpMBean interface provides methods to configure ramp up of the "SystemInput" limiter. |
QueueSaturationLimiterMBean |
Defines the JMX interface for controlling a single queue saturation limiter.
|
RateLimiterEndpoint |
A limiter endpoint that can be (administratively) connected to a Rate Limiter or a Queue Saturation Limiter.
|
RateLimiterMBean |
Defines the JMX interface for controlling a single rate limiter.
|
Class | Description |
---|---|
EndpointIDUtil |
Enum | Description |
---|---|
LimiterEndpointType | |
LimiterType | |
TimeUnit |
An emumeration of time units, used when setting a limiter’s rate.
|
Exception | Description |
---|---|
LimitingManagementException |
Exception type thrown by the limiting management MBeans for admin operations which are invalid.
|