| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<UpdateStatisticsResult> |
QueueCircuitBreakerStorage.updateStatistics(PatternAndCircuitHash patternAndCircuitHash,
String uniqueRequestID,
long timestamp,
int errorThresholdPercentage,
long entriesMaxAgeMS,
long minQueueSampleCount,
long maxQueueSampleCount,
QueueResponseType queueResponseType)
Updates the statistics of the corresponding circuit based on the provided patternAndCircuitHash.
|
io.vertx.core.Future<Void> |
QueueCircuitBreaker.updateStatistics(String queueName,
HttpRequest queuedRequest,
QueueResponseType queueResponseType)
Updates the statistics of the corresponding circuit based on the provided request to execute.
|
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<UpdateStatisticsResult> |
RedisQueueCircuitBreakerStorage.updateStatistics(PatternAndCircuitHash patternAndCircuitHash,
String uniqueRequestID,
long timestamp,
int errorThresholdPercentage,
long entriesMaxAgeMS,
long minQueueSampleCount,
long maxQueueSampleCount,
QueueResponseType queueResponseType) |
io.vertx.core.Future<Void> |
QueueCircuitBreakerImpl.updateStatistics(String queueName,
HttpRequest queuedRequest,
QueueResponseType queueResponseType) |
| Modifier and Type | Method and Description |
|---|---|
static QueueResponseType |
QueueResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueResponseType[] |
QueueResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018. All rights reserved.