public abstract class AbstractHttpCommand<R>
extends com.netflix.hystrix.HystrixObservableCommand<R>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
com.netflix.hystrix.AbstractCommand.CachedObservableOriginal<R> |
protected static class |
com.netflix.hystrix.AbstractCommand.CachedObservableResponse<R> |
protected static class |
com.netflix.hystrix.AbstractCommand.ExecutionResult |
protected static class |
com.netflix.hystrix.AbstractCommand.ObservableCommand<R> |
protected static class |
com.netflix.hystrix.AbstractCommand.TimedOutStatus |
| Modifier and Type | Field and Description |
|---|---|
protected com.netflix.hystrix.HystrixCircuitBreaker |
circuitBreaker |
protected com.netflix.hystrix.HystrixCommandGroupKey |
commandGroup |
protected com.netflix.hystrix.HystrixCommandKey |
commandKey |
protected com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy |
concurrencyStrategy |
protected com.netflix.hystrix.HystrixRequestLog |
currentRequestLog |
protected AtomicReference<rx.functions.Action0> |
endCurrentThreadExecutingCommand |
protected com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier |
eventNotifier |
protected com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook |
executionHook |
protected com.netflix.hystrix.AbstractCommand.ExecutionResult |
executionResult |
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore |
executionSemaphoreOverride |
protected static ConcurrentHashMap<String,com.netflix.hystrix.AbstractCommand.TryableSemaphore> |
executionSemaphorePerCircuit |
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore |
fallbackSemaphoreOverride |
protected static ConcurrentHashMap<String,com.netflix.hystrix.AbstractCommand.TryableSemaphore> |
fallbackSemaphorePerCircuit |
protected long |
invocationStartTime |
protected AtomicReference<com.netflix.hystrix.AbstractCommand.TimedOutStatus> |
isCommandTimedOut |
protected AtomicBoolean |
isExecutedInThread |
protected AtomicBoolean |
isExecutionComplete |
protected com.netflix.hystrix.HystrixCommandMetrics |
metrics |
protected com.netflix.hystrix.HystrixCommandProperties |
properties |
protected com.netflix.hystrix.HystrixRequestCache |
requestCache |
protected AtomicBoolean |
started |
protected com.netflix.hystrix.HystrixThreadPool |
threadPool |
protected com.netflix.hystrix.HystrixThreadPoolKey |
threadPoolKey |
protected AtomicReference<Reference<com.netflix.hystrix.util.HystrixTimer.TimerListener>> |
timeoutTimer |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHttpCommand(com.netflix.hystrix.HystrixCommandGroupKey group) |
protected |
AbstractHttpCommand(com.netflix.hystrix.HystrixObservableCommand.Setter setter) |
| Modifier and Type | Method and Description |
|---|---|
protected RuntimeException |
decomposeException(Exception arg0) |
protected String |
getCacheKey() |
protected Exception |
getExceptionFromThrowable(Throwable arg0) |
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore |
getExecutionSemaphore() |
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore |
getFallbackSemaphore() |
protected String |
getLogMessagePrefix() |
protected abstract List<org.apache.commons.lang3.tuple.ImmutablePair<Class,Consumer>> |
getSetters() |
protected void |
handleThreadEnd() |
protected void |
initialize(javax.enterprise.inject.spi.InjectionPoint ip) |
protected boolean |
isRequestCachingEnabled() |
protected String |
nullOrStr(Object input) |
protected void |
recordExecutedCommand() |
protected void |
recordTotalExecutionTime(long arg0) |
protected final com.netflix.hystrix.HystrixCircuitBreaker circuitBreaker
protected final com.netflix.hystrix.HystrixThreadPool threadPool
protected final com.netflix.hystrix.HystrixThreadPoolKey threadPoolKey
protected final com.netflix.hystrix.HystrixCommandProperties properties
protected final com.netflix.hystrix.HystrixCommandMetrics metrics
protected final com.netflix.hystrix.HystrixCommandKey commandKey
protected final com.netflix.hystrix.HystrixCommandGroupKey commandGroup
protected final com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier eventNotifier
protected final com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy concurrencyStrategy
protected final com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook executionHook
protected final com.netflix.hystrix.AbstractCommand.TryableSemaphore fallbackSemaphoreOverride
protected static final ConcurrentHashMap<String,com.netflix.hystrix.AbstractCommand.TryableSemaphore> fallbackSemaphorePerCircuit
protected final com.netflix.hystrix.AbstractCommand.TryableSemaphore executionSemaphoreOverride
protected static final ConcurrentHashMap<String,com.netflix.hystrix.AbstractCommand.TryableSemaphore> executionSemaphorePerCircuit
protected final AtomicReference<Reference<com.netflix.hystrix.util.HystrixTimer.TimerListener>> timeoutTimer
protected AtomicBoolean started
protected volatile long invocationStartTime
protected volatile com.netflix.hystrix.AbstractCommand.ExecutionResult executionResult
protected final AtomicReference<com.netflix.hystrix.AbstractCommand.TimedOutStatus> isCommandTimedOut
protected final AtomicBoolean isExecutionComplete
protected final AtomicBoolean isExecutedInThread
protected final AtomicReference<rx.functions.Action0> endCurrentThreadExecutingCommand
protected final com.netflix.hystrix.HystrixRequestCache requestCache
protected final com.netflix.hystrix.HystrixRequestLog currentRequestLog
protected AbstractHttpCommand(com.netflix.hystrix.HystrixCommandGroupKey group)
protected AbstractHttpCommand(com.netflix.hystrix.HystrixObservableCommand.Setter setter)
protected abstract List<org.apache.commons.lang3.tuple.ImmutablePair<Class,Consumer>> getSetters()
protected void initialize(javax.enterprise.inject.spi.InjectionPoint ip)
protected void handleThreadEnd()
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore getFallbackSemaphore()
protected com.netflix.hystrix.AbstractCommand.TryableSemaphore getExecutionSemaphore()
protected void recordTotalExecutionTime(long arg0)
protected void recordExecutedCommand()
protected RuntimeException decomposeException(Exception arg0)
protected String getCacheKey()
protected boolean isRequestCachingEnabled()
protected String getLogMessagePrefix()
Copyright © 2016–2017 Red Hat. All rights reserved.