| 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.
|
| 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) |
| Constructor and Description |
|---|
UpdateStatsRedisCommand(LuaScriptState luaScriptState,
List<String> keys,
List<String> arguments,
io.vertx.redis.RedisClient redisClient,
org.slf4j.Logger log,
io.vertx.core.Future<UpdateStatisticsResult> future) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStatisticsResult |
UpdateStatisticsResult.fromString(String stringValue,
UpdateStatisticsResult defaultReturnValue)
Returns the enum UpdateStatisticsResult which matches the specified String value.
|
static UpdateStatisticsResult |
UpdateStatisticsResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateStatisticsResult[] |
UpdateStatisticsResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateStatisticsResult |
UpdateStatisticsResult.fromString(String stringValue,
UpdateStatisticsResult defaultReturnValue)
Returns the enum UpdateStatisticsResult which matches the specified String value.
|
Copyright © 2016–2017. All rights reserved.