Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.netflix.astyanax
,
com.netflix.astyanax.annotations
,
com.netflix.astyanax.clock
,
com.netflix.astyanax.connectionpool
,
com.netflix.astyanax.connectionpool.exceptions
,
com.netflix.astyanax.connectionpool.impl
,
com.netflix.astyanax.impl
,
com.netflix.astyanax.partitioner
,
com.netflix.astyanax.retry
,
com.netflix.astyanax.shallows
,
com.netflix.astyanax.test
,
com.netflix.astyanax.util
Class Hierarchy
java.lang.Object
com.netflix.astyanax.connectionpool.impl.
AbstractExecuteWithFailoverImpl
<CL,R> (implements com.netflix.astyanax.connectionpool.
ExecuteWithFailover
<CL,R>)
com.netflix.astyanax.connectionpool.impl.
LeastOutstandingExecuteWithFailover
<CL,R>
com.netflix.astyanax.connectionpool.impl.
RoundRobinExecuteWithFailover
<CL,R>
com.netflix.astyanax.connectionpool.impl.
AbstractExecutionImpl
<R> (implements com.netflix.astyanax.
Execution
<R>)
com.netflix.astyanax.connectionpool.impl.
AbstractHostPartitionConnectionPool
<CL> (implements com.netflix.astyanax.connectionpool.
ConnectionPool
<CL>, com.netflix.astyanax.connectionpool.impl.
SimpleHostConnectionPool.Listener
<CL>)
com.netflix.astyanax.connectionpool.impl.
BagOfConnectionsConnectionPoolImpl
<CL>
com.netflix.astyanax.connectionpool.impl.
RoundRobinConnectionPoolImpl
<CL>
com.netflix.astyanax.connectionpool.impl.
TokenAwareConnectionPoolImpl
<CL>
com.netflix.astyanax.connectionpool.impl.
AbstractLatencyScoreStrategyImpl
(implements com.netflix.astyanax.connectionpool.
LatencyScoreStrategy
)
com.netflix.astyanax.connectionpool.impl.
EmaLatencyScoreStrategyImpl
com.netflix.astyanax.connectionpool.impl.
SmaLatencyScoreStrategyImpl
com.netflix.astyanax.connectionpool.impl.
AbstractOperationFilter
<CL,R> (implements com.netflix.astyanax.connectionpool.
Operation
<CL,R>)
com.netflix.astyanax.connectionpool.impl.
AbstractTopology
<CL> (implements com.netflix.astyanax.connectionpool.impl.
Topology
<CL>)
com.netflix.astyanax.connectionpool.impl.
BadHostDetectorImpl
(implements com.netflix.astyanax.connectionpool.
BadHostDetector
)
com.netflix.astyanax.util.
BarrierCallableDecorator
<T> (implements java.util.concurrent.Callable<V>)
com.netflix.astyanax.util.
BlockingConcurrentWindowCounter
com.netflix.astyanax.util.
Callables
com.netflix.astyanax.connectionpool.impl.
ConnectionPoolConfigurationImpl
(implements com.netflix.astyanax.connectionpool.
ConnectionPoolConfiguration
)
com.netflix.astyanax.connectionpool.impl.
ConnectionPoolMBeanManager
com.netflix.astyanax.clock.
ConstantClock
(implements com.netflix.astyanax.
Clock
)
com.netflix.astyanax.connectionpool.impl.
CountingConnectionPoolMonitor
(implements com.netflix.astyanax.connectionpool.
ConnectionPoolMonitor
)
com.netflix.astyanax.connectionpool.impl.
Slf4jConnectionPoolMonitorImpl
com.netflix.astyanax.shallows.
EmptyBadHostDetectorImpl
(implements com.netflix.astyanax.connectionpool.
BadHostDetector
)
com.netflix.astyanax.shallows.
EmptyConnectionPoolMonitor
(implements com.netflix.astyanax.connectionpool.
ConnectionPoolMonitor
)
com.netflix.astyanax.shallows.
EmptyIterator
(implements java.util.Iterator<E>)
com.netflix.astyanax.shallows.
EmptyLatencyScoreStrategyImpl
(implements com.netflix.astyanax.connectionpool.
LatencyScoreStrategy
)
com.netflix.astyanax.shallows.
EmptyNodeDiscoveryImpl
(implements com.netflix.astyanax.connectionpool.
NodeDiscovery
)
com.netflix.astyanax.shallows.
EmptyOperationFilterFactory
(implements com.netflix.astyanax.connectionpool.
OperationFilterFactory
)
com.netflix.astyanax.shallows.
EmptyPartitioner
(implements com.netflix.astyanax.partitioner.
Partitioner
)
com.netflix.astyanax.connectionpool.impl.
ExponentialRetryBackoffStrategy
(implements com.netflix.astyanax.connectionpool.
RetryBackoffStrategy
)
com.netflix.astyanax.impl.
FilteringHostSupplier
(implements com.google.common.base.Supplier<T>)
com.netflix.astyanax.connectionpool.impl.
FixedRetryBackoffStrategy
(implements com.netflix.astyanax.connectionpool.
RetryBackoffStrategy
)
com.netflix.astyanax.connectionpool.
Host
(implements java.lang.Comparable<T>)
com.netflix.astyanax.connectionpool.impl.
HostConnectionPoolPartition
<CL>
com.netflix.astyanax.connectionpool.impl.
TokenHostConnectionPoolPartition
<CL>
com.netflix.astyanax.test.
IncreasingRateSupplier
(implements com.google.common.base.Supplier<T>)
com.netflix.astyanax.retry.
IndefiniteRetry
(implements com.netflix.astyanax.retry.
RetryPolicy
)
com.netflix.astyanax.connectionpool.
JmxConnectionPoolMonitor
(implements com.netflix.astyanax.connectionpool.
JmxConnectionPoolMonitorMBean
)
com.netflix.astyanax.clock.
MicrosecondsAsyncClock
(implements com.netflix.astyanax.
Clock
)
com.netflix.astyanax.clock.
MicrosecondsClock
(implements com.netflix.astyanax.
Clock
)
com.netflix.astyanax.clock.
MicrosecondsSyncClock
(implements com.netflix.astyanax.
Clock
)
com.netflix.astyanax.clock.
MillisecondsClock
(implements com.netflix.astyanax.
Clock
)
com.netflix.astyanax.connectionpool.impl.
NodeDiscoveryImpl
(implements com.netflix.astyanax.connectionpool.
NodeDiscovery
)
com.netflix.astyanax.connectionpool.
NodeDiscoveryMonitor
(implements com.netflix.astyanax.connectionpool.
NodeDiscoveryMonitorMBean
)
com.netflix.astyanax.connectionpool.impl.
NodeDiscoveryMonitorManager
com.netflix.astyanax.connectionpool.impl.
OldHostSupplierAdapter
(implements com.google.common.base.Supplier<T>)
com.netflix.astyanax.connectionpool.impl.
OperationFilterFactoryList
(implements com.netflix.astyanax.connectionpool.
OperationFilterFactory
)
com.netflix.astyanax.connectionpool.impl.
OperationResultImpl
<R> (implements com.netflix.astyanax.connectionpool.
OperationResult
<R>)
com.netflix.astyanax.test.
ProbabalisticFunction
<T,R> (implements com.google.common.base.Function<F,T>)
com.netflix.astyanax.test.
ProbabalisticFunction.Builder
<T,R>
com.netflix.astyanax.test.
ProbabalisticFunction.Entry
<T,R>
com.netflix.astyanax.retry.
RetryNTimes
(implements com.netflix.astyanax.retry.
RetryPolicy
)
com.netflix.astyanax.retry.
RunOnce
(implements com.netflix.astyanax.retry.
RetryPolicy
)
com.netflix.astyanax.test.
SessionEvent
com.netflix.astyanax.connectionpool.impl.
SimpleAuthenticationCredentials
(implements com.netflix.astyanax.
AuthenticationCredentials
)
com.netflix.astyanax.connectionpool.impl.
SimpleHostConnectionPool
<CL> (implements com.netflix.astyanax.connectionpool.
HostConnectionPool
<CL>)
com.netflix.astyanax.connectionpool.impl.
SimpleRateLimiterImpl
(implements com.netflix.astyanax.connectionpool.
RateLimiter
)
com.netflix.astyanax.retry.
SleepingRetryPolicy
(implements com.netflix.astyanax.retry.
RetryPolicy
)
com.netflix.astyanax.retry.
ConstantBackoff
com.netflix.astyanax.retry.
ExponentialBackoff
com.netflix.astyanax.retry.
BoundedExponentialBackoff
com.netflix.astyanax.connectionpool.
SSLConnectionContext
com.netflix.astyanax.test.
TestClient
com.netflix.astyanax.test.
TestCompositeType
com.netflix.astyanax.test.
TestCompositeType2
com.netflix.astyanax.test.
TestConnectionFactory
(implements com.netflix.astyanax.connectionpool.
ConnectionFactory
<CL>)
com.netflix.astyanax.test.
TestConnectionPool
(implements com.netflix.astyanax.connectionpool.
ConnectionPool
<CL>)
com.netflix.astyanax.test.
TestDriver
com.netflix.astyanax.test.
TestDriver.Builder
com.netflix.astyanax.test.
TestDriver.Event
com.netflix.astyanax.test.
TestDriver.RecurringEvent
com.netflix.astyanax.test.
TestHostConnectionPool
(implements com.netflix.astyanax.connectionpool.
HostConnectionPool
<CL>)
com.netflix.astyanax.test.
TestOperation
(implements com.netflix.astyanax.connectionpool.
Operation
<CL,R>)
com.netflix.astyanax.test.
TestTokenRange
(implements com.netflix.astyanax.connectionpool.
TokenRange
)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
com.netflix.astyanax.connectionpool.exceptions.
ConnectionException
com.netflix.astyanax.connectionpool.exceptions.
HostDownException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
InterruptedOperationException
com.netflix.astyanax.connectionpool.exceptions.
MaxConnsPerHostReachedException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
NoAvailableHostsException
com.netflix.astyanax.connectionpool.exceptions.
OperationException
com.netflix.astyanax.connectionpool.exceptions.
AuthenticationException
com.netflix.astyanax.connectionpool.exceptions.
BadConfigurationException
com.netflix.astyanax.connectionpool.exceptions.
BadRequestException
com.netflix.astyanax.connectionpool.exceptions.
NotFoundException
com.netflix.astyanax.connectionpool.exceptions.
SchemaDisagreementException
com.netflix.astyanax.connectionpool.exceptions.
UnknownException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsDeadConnectionException
)
com.netflix.astyanax.connectionpool.exceptions.
OperationTimeoutException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
, com.netflix.astyanax.connectionpool.exceptions.
IsTimeoutException
)
com.netflix.astyanax.connectionpool.exceptions.
PoolTimeoutException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
ThriftStateException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsDeadConnectionException
, com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
ThrottledException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
TimeoutException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsDeadConnectionException
, com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
, com.netflix.astyanax.connectionpool.exceptions.
IsTimeoutException
)
com.netflix.astyanax.connectionpool.exceptions.
TokenRangeOfflineException
com.netflix.astyanax.connectionpool.exceptions.
TransportException
(implements com.netflix.astyanax.connectionpool.exceptions.
IsDeadConnectionException
, com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
)
com.netflix.astyanax.connectionpool.exceptions.
ConnectionAbortedException
com.netflix.astyanax.connectionpool.exceptions.
WalException
java.lang.RuntimeException
com.netflix.astyanax.connectionpool.exceptions.
SerializationException
com.netflix.astyanax.util.
TimeUUIDUtils
com.netflix.astyanax.util.
TokenGenerator
com.netflix.astyanax.connectionpool.impl.
TokenPartitionedTopology
<CL> (implements com.netflix.astyanax.connectionpool.impl.
Topology
<CL>)
com.netflix.astyanax.connectionpool.impl.
TokenRangeImpl
(implements com.netflix.astyanax.connectionpool.
TokenRange
)
Interface Hierarchy
com.netflix.astyanax.
AuthenticationCredentials
com.netflix.astyanax.connectionpool.
BadHostDetector
com.netflix.astyanax.connectionpool.
BadHostDetector.Instance
com.netflix.astyanax.
Clock
com.netflix.astyanax.connectionpool.
Connection.AsyncOpenCallback
<CL>
com.netflix.astyanax.connectionpool.
ConnectionContext
com.netflix.astyanax.connectionpool.
Connection
<CL>
com.netflix.astyanax.connectionpool.
ConnectionFactory
<CL>
com.netflix.astyanax.connectionpool.
ConnectionPool
<CL>
com.netflix.astyanax.connectionpool.
ConnectionPoolConfiguration
com.netflix.astyanax.connectionpool.
ConnectionPoolMonitor
com.netflix.astyanax.
ExceptionCallback
com.netflix.astyanax.connectionpool.
ExecuteWithFailover
<CL,R>
com.netflix.astyanax.
Execution
<R>
com.netflix.astyanax.connectionpool.
HostConnectionPool
<CL>
com.netflix.astyanax.connectionpool.
HostStats
com.netflix.astyanax.connectionpool.impl.
HostStats
com.netflix.astyanax.connectionpool.exceptions.
IsDeadConnectionException
com.netflix.astyanax.connectionpool.exceptions.
IsRetryableException
com.netflix.astyanax.connectionpool.exceptions.
IsTimeoutException
com.netflix.astyanax.connectionpool.
JmxConnectionPoolMonitorMBean
com.netflix.astyanax.connectionpool.
LatencyScoreStrategy
com.netflix.astyanax.connectionpool.
LatencyScoreStrategy.Instance
com.netflix.astyanax.connectionpool.
LatencyScoreStrategy.Listener
com.netflix.astyanax.connectionpool.
NodeDiscovery
com.netflix.astyanax.connectionpool.
NodeDiscoveryMonitorMBean
com.netflix.astyanax.connectionpool.
Operation
<CL,R>
com.netflix.astyanax.connectionpool.
OperationFilterFactory
com.netflix.astyanax.connectionpool.
OperationResult
<R>
com.netflix.astyanax.partitioner.
Partitioner
com.netflix.astyanax.connectionpool.
RateLimiter
com.netflix.astyanax.connectionpool.
RetryBackoffStrategy
com.netflix.astyanax.connectionpool.
RetryBackoffStrategy.Callback
com.netflix.astyanax.connectionpool.
RetryBackoffStrategy.Instance
com.netflix.astyanax.retry.
RetryPolicy
com.netflix.astyanax.connectionpool.impl.
SimpleHostConnectionPool.Listener
<CL>
com.netflix.astyanax.connectionpool.
TokenRange
com.netflix.astyanax.connectionpool.impl.
Topology
<CL>
Annotation Type Hierarchy
com.netflix.astyanax.annotations.
Component
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
com.netflix.astyanax.connectionpool.
LatencyScoreStrategyType
com.netflix.astyanax.connectionpool.
NodeDiscoveryType
com.netflix.astyanax.connectionpool.impl.
ConnectionPoolType
com.netflix.astyanax.connectionpool.impl.
HostSelectorStrategy
com.netflix.astyanax.test.
TestHostType
com.netflix.astyanax.clock.
ClockType
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes