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.
|
com.netflix.hystrix.util |
Common utility classes.
|
Modifier and Type | Method and Description |
---|---|
static HystrixEventType |
HystrixEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HystrixEventType[] |
HystrixEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<HystrixEventType> |
HystrixInvokableInfo.getExecutionEvents() |
Modifier and Type | Method and Description |
---|---|
void |
HystrixEventNotifier.markEvent(HystrixEventType eventType,
HystrixCommandKey key)
Called for every event fired.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static HystrixRollingNumberEvent |
HystrixRollingNumberEvent.from(HystrixEventType eventType) |
Copyright © 2016. All Rights Reserved.