Uses of Interface
com.netflix.astyanax.connectionpool.ConnectionPoolMonitor

Packages that use ConnectionPoolMonitor
com.netflix.astyanax   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.shallows   
com.netflix.astyanax.thrift   
 

Uses of ConnectionPoolMonitor in com.netflix.astyanax
 

Fields in com.netflix.astyanax declared as ConnectionPoolMonitor
protected  ConnectionPoolMonitor AstyanaxContext.Builder.monitor
           
 

Methods in com.netflix.astyanax that return ConnectionPoolMonitor
 ConnectionPoolMonitor AstyanaxContext.getConnectionPoolMonitor()
           
 

Methods in com.netflix.astyanax with parameters of type ConnectionPoolMonitor
 ConnectionFactory<T> AstyanaxTypeFactory.createConnectionFactory(ConnectionPoolConfiguration cfConfig, KeyspaceTracerFactory tracerFactory, ConnectionPoolMonitor monitor)
           
 AstyanaxContext.Builder AstyanaxContext.Builder.withConnectionPoolMonitor(ConnectionPoolMonitor monitor)
           
 

Uses of ConnectionPoolMonitor in com.netflix.astyanax.connectionpool.impl
 

Classes in com.netflix.astyanax.connectionpool.impl that implement ConnectionPoolMonitor
 class CountingConnectionPoolMonitor
           
 

Fields in com.netflix.astyanax.connectionpool.impl declared as ConnectionPoolMonitor
protected  ConnectionPoolMonitor AbstractHostPartitionConnectionPool.monitor
           
 

Constructors in com.netflix.astyanax.connectionpool.impl with parameters of type ConnectionPoolMonitor
AbstractExecuteWithFailoverImpl(ConnectionPoolConfiguration config, ConnectionPoolMonitor monitor)
           
AbstractHostPartitionConnectionPool(ConnectionPoolConfiguration config, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor)
           
BagOfConnectionsConnectionPoolImpl(ConnectionPoolConfiguration config, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor)
           
RoundRobinConnectionPoolImpl(ConnectionPoolConfiguration config, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor)
           
RoundRobinExecuteWithFailover(ConnectionPoolConfiguration config, ConnectionPoolMonitor monitor, List<HostConnectionPool<CL>> pools, int index)
           
SimpleHostConnectionPool(Host host, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor, ConnectionPoolConfiguration config, SimpleHostConnectionPool.Listener<CL> listener)
           
TokenAwareConnectionPoolImpl(ConnectionPoolConfiguration configuration, ConnectionFactory<CL> factory, ConnectionPoolMonitor monitor)
           
 

Uses of ConnectionPoolMonitor in com.netflix.astyanax.shallows
 

Classes in com.netflix.astyanax.shallows that implement ConnectionPoolMonitor
 class EmptyConnectionPoolMonitor
           
 

Uses of ConnectionPoolMonitor in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift with parameters of type ConnectionPoolMonitor
 ConnectionFactory<org.apache.cassandra.thrift.Cassandra.Client> ThriftFamilyFactory.createConnectionFactory(ConnectionPoolConfiguration cfConfig, KeyspaceTracerFactory tracerFactory, ConnectionPoolMonitor monitor)
           
 

Constructors in com.netflix.astyanax.thrift with parameters of type ConnectionPoolMonitor
ThriftSyncConnectionFactoryImpl(ConnectionPoolConfiguration cpConfig, KeyspaceTracerFactory tracerFactory, ConnectionPoolMonitor monitor)
           
 



Copyright © 2012. All Rights Reserved.