| com.netflix.hystrix.HystrixCommandProperties.executionIsolationThreadTimeoutInMilliseconds()
|
| com.netflix.hystrix.HystrixRequestLog.getExecutedCommands() |
| com.netflix.hystrix.HystrixCommandProperties.Setter.getExecutionIsolationThreadTimeoutInMilliseconds()
|
| com.netflix.hystrix.HystrixCommandMetrics.getTotalTimeMean()
|
| com.netflix.hystrix.HystrixCommandMetrics.getTotalTimePercentile(double)
|
| com.netflix.hystrix.ExecutionResult.markUserThreadCompletion(long)
will eventually go away with no replacement, as execution time is now practically identical to this value
|
| com.netflix.hystrix.HystrixCommandProperties.metricsRollingPercentileWindow()
|
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onComplete(HystrixCommand, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onComplete(HystrixInvokable, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onError(HystrixCommand, HystrixRuntimeException.FailureType, Exception) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackError(HystrixCommand, Exception) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackStart(HystrixCommand) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackSuccess(HystrixCommand, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onFallbackSuccess(HystrixInvokable, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunError(HystrixCommand, Exception) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunError(HystrixInvokable, Exception) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunStart(HystrixCommand) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunStart(HystrixInvokable) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunSuccess(HystrixCommand, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onRunSuccess(HystrixInvokable, T) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onStart(HystrixCommand) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onThreadComplete(HystrixCommand) |
| com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.onThreadStart(HystrixCommand) |
| com.netflix.hystrix.HystrixCollapserProperties.requestCachingEnabled() |
| com.netflix.hystrix.HystrixCommandProperties.Setter.withExecutionIsolationThreadTimeoutInMilliseconds(int)
|