JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
net.uncontended.precipice
,
net.uncontended.precipice.circuit
,
net.uncontended.precipice.concurrent
,
net.uncontended.precipice.metrics
,
net.uncontended.precipice.pattern
,
net.uncontended.precipice.timeout
,
net.uncontended.precipice.utils
Class Hierarchy
java.lang.Object
net.uncontended.precipice.concurrent.
AbstractResilientPromise
<T> (implements net.uncontended.precipice.concurrent.
ResilientPromise
<T>)
net.uncontended.precipice.concurrent.
DefaultResilientPromise
<T>
net.uncontended.precipice.concurrent.
SingleWriterResilientPromise
<T>
net.uncontended.precipice.
AbstractService
(implements net.uncontended.precipice.
Service
)
net.uncontended.precipice.
DefaultCompletionService
(implements net.uncontended.precipice.
CompletionService
)
net.uncontended.precipice.
DefaultRunService
(implements net.uncontended.precipice.
RunService
)
net.uncontended.precipice.
DefaultService
(implements net.uncontended.precipice.
MultiService
)
net.uncontended.precipice.
DefaultSubmissionService
(implements net.uncontended.precipice.
SubmissionService
)
net.uncontended.precipice.concurrent.
ActionThreadPool
(implements java.util.concurrent.Executor)
net.uncontended.precipice.circuit.
BreakerConfig
net.uncontended.precipice.circuit.
BreakerConfigBuilder
net.uncontended.precipice.metrics.
DefaultActionMetrics
(implements net.uncontended.precipice.metrics.
ActionMetrics
)
net.uncontended.precipice.circuit.
DefaultCircuitBreaker
(implements net.uncontended.precipice.circuit.
CircuitBreaker
)
net.uncontended.precipice.concurrent.
ExchangingQueue
<T>
net.uncontended.precipice.metrics.
HealthSnapshot
net.uncontended.precipice.concurrent.
IntegerSemaphore
(implements net.uncontended.precipice.concurrent.
PrecipiceSemaphore
)
net.uncontended.precipice.pattern.
LoadBalancer
<C> (implements net.uncontended.precipice.pattern.
MultiPattern
<C>)
net.uncontended.precipice.pattern.
LoadBalancers
net.uncontended.precipice.circuit.
NoOpCircuitBreaker
(implements net.uncontended.precipice.circuit.
CircuitBreaker
)
net.uncontended.precipice.concurrent.
NoOpSemaphore
(implements net.uncontended.precipice.concurrent.
PrecipiceSemaphore
)
java.lang.Number (implements java.io.Serializable)
net.uncontended.precipice.concurrent.
LongAdder
(implements java.io.Serializable)
net.uncontended.precipice.concurrent.
LongMaxUpdater
(implements java.io.Serializable)
net.uncontended.precipice.utils.
PrecipiceExecutors
net.uncontended.precipice.concurrent.
ResilientFuture
<T> (implements java.util.concurrent.Future<V>)
net.uncontended.precipice.concurrent.
ResilientTask
<T> (implements java.util.concurrent.Delayed, java.lang.Runnable)
net.uncontended.precipice.pattern.
RoundRobinStrategy
(implements net.uncontended.precipice.pattern.
LoadBalancerStrategy
)
net.uncontended.precipice.
Services
net.uncontended.precipice.utils.
ServiceThreadFactory
(implements java.util.concurrent.ThreadFactory)
net.uncontended.precipice.pattern.
Shotgun
<C> (implements net.uncontended.precipice.pattern.
CompletionPattern
<C>, net.uncontended.precipice.pattern.
SubmissionPattern
<C>)
net.uncontended.precipice.pattern.
ShotgunStrategy
net.uncontended.precipice.metrics.
Slot
net.uncontended.precipice.metrics.
Snapshot
net.uncontended.precipice.utils.
SystemTime
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
net.uncontended.precipice.timeout.
ActionTimeoutException
net.uncontended.precipice.
RejectedActionException
net.uncontended.precipice.timeout.
TimeoutService
Interface Hierarchy
net.uncontended.precipice.metrics.
ActionMetrics
net.uncontended.precipice.circuit.
CircuitBreaker
net.uncontended.precipice.pattern.
LoadBalancerStrategy
net.uncontended.precipice.pattern.
Pattern
net.uncontended.precipice.pattern.
CompletionPattern
<C>
net.uncontended.precipice.pattern.
MultiPattern
<C> (also extends net.uncontended.precipice.pattern.
RunPattern
<C>, net.uncontended.precipice.pattern.
SubmissionPattern
<C>)
net.uncontended.precipice.pattern.
MultiPattern
<C> (also extends net.uncontended.precipice.pattern.
CompletionPattern
<C>, net.uncontended.precipice.pattern.
RunPattern
<C>, net.uncontended.precipice.pattern.
SubmissionPattern
<C>)
net.uncontended.precipice.pattern.
RunPattern
<C>
net.uncontended.precipice.pattern.
MultiPattern
<C> (also extends net.uncontended.precipice.pattern.
CompletionPattern
<C>, net.uncontended.precipice.pattern.
SubmissionPattern
<C>)
net.uncontended.precipice.concurrent.
PrecipiceSemaphore
net.uncontended.precipice.
ResilientAction
<T>
net.uncontended.precipice.
ResilientCallback
<T>
net.uncontended.precipice.pattern.
ResilientPatternAction
<T,C>
net.uncontended.precipice.concurrent.
ResilientPromise
<T>
net.uncontended.precipice.
Service
net.uncontended.precipice.
CompletionService
net.uncontended.precipice.
MultiService
(also extends net.uncontended.precipice.
RunService
, net.uncontended.precipice.
SubmissionService
)
net.uncontended.precipice.
MultiService
(also extends net.uncontended.precipice.
CompletionService
, net.uncontended.precipice.
RunService
, net.uncontended.precipice.
SubmissionService
)
net.uncontended.precipice.
RunService
net.uncontended.precipice.
MultiService
(also extends net.uncontended.precipice.
CompletionService
, net.uncontended.precipice.
SubmissionService
)
net.uncontended.precipice.
SubmissionService
net.uncontended.precipice.
MultiService
(also extends net.uncontended.precipice.
CompletionService
, net.uncontended.precipice.
RunService
)
net.uncontended.precipice.pattern.
SubmissionPattern
<C>
net.uncontended.precipice.pattern.
MultiPattern
<C> (also extends net.uncontended.precipice.pattern.
CompletionPattern
<C>, net.uncontended.precipice.pattern.
RunPattern
<C>)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
net.uncontended.precipice.
RejectionReason
net.uncontended.precipice.
Status
net.uncontended.precipice.metrics.
Metric
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014 Tim Brooks. All Rights Reserved.