Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
com.netflix.hystrix.strategy.eventnotifier |
Strategy definition for event notification.
|
Modifier and Type | Method and Description |
---|---|
HystrixCommandProperties.ExecutionIsolationStrategy |
HystrixCommandProperties.Setter.getExecutionIsolationStrategy() |
static HystrixCommandProperties.ExecutionIsolationStrategy |
HystrixCommandProperties.ExecutionIsolationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HystrixCommandProperties.ExecutionIsolationStrategy[] |
HystrixCommandProperties.ExecutionIsolationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HystrixProperty<HystrixCommandProperties.ExecutionIsolationStrategy> |
HystrixCommandProperties.executionIsolationStrategy()
What isolation strategy
HystrixCommand.run() will be executed with. |
Modifier and Type | Method and Description |
---|---|
HystrixCommandProperties.Setter |
HystrixCommandProperties.Setter.withExecutionIsolationStrategy(HystrixCommandProperties.ExecutionIsolationStrategy value) |
Modifier and Type | Method and Description |
---|---|
void |
HystrixEventNotifier.markCommandExecution(HystrixCommandKey key,
HystrixCommandProperties.ExecutionIsolationStrategy isolationStrategy,
int duration,
List<HystrixEventType> eventsDuringExecution)
Called after a command is executed using thread isolation.
|
Copyright © 2020. All Rights Reserved.