Uses of Class
org.swisspush.gateleen.queue.queuing.circuitbreaker.util.UpdateStatisticsResult
-
-
Uses of UpdateStatisticsResult in org.swisspush.gateleen.queue.queuing.circuitbreaker
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker that return types with arguments of type UpdateStatisticsResult Modifier and Type Method 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. -
Uses of UpdateStatisticsResult in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.impl that return types with arguments of type UpdateStatisticsResult Modifier and Type Method Description io.vertx.core.Future<UpdateStatisticsResult>RedisQueueCircuitBreakerStorage. updateStatistics(PatternAndCircuitHash patternAndCircuitHash, String uniqueRequestID, long timestamp, int errorThresholdPercentage, long entriesMaxAgeMS, long minQueueSampleCount, long maxQueueSampleCount, QueueResponseType queueResponseType) -
Uses of UpdateStatisticsResult in org.swisspush.gateleen.queue.queuing.circuitbreaker.lua
Constructor parameters in org.swisspush.gateleen.queue.queuing.circuitbreaker.lua with type arguments of type UpdateStatisticsResult Constructor Description UpdateStatsRedisCommand(LuaScriptState luaScriptState, List<String> keys, List<String> arguments, RedisProvider redisProvider, org.slf4j.Logger log, io.vertx.core.Promise<UpdateStatisticsResult> promise) -
Uses of UpdateStatisticsResult in org.swisspush.gateleen.queue.queuing.circuitbreaker.util
Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.util that return UpdateStatisticsResult Modifier and Type Method Description static UpdateStatisticsResultUpdateStatisticsResult. fromString(String stringValue, UpdateStatisticsResult defaultReturnValue)Returns the enum UpdateStatisticsResult which matches the specified String value.static UpdateStatisticsResultUpdateStatisticsResult. 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.Methods in org.swisspush.gateleen.queue.queuing.circuitbreaker.util with parameters of type UpdateStatisticsResult Modifier and Type Method Description static UpdateStatisticsResultUpdateStatisticsResult. fromString(String stringValue, UpdateStatisticsResult defaultReturnValue)Returns the enum UpdateStatisticsResult which matches the specified String value.
-