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

Packages that use ConnectionFactory
com.netflix.astyanax   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.thrift   
 

Uses of ConnectionFactory in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ConnectionFactory
 ConnectionFactory<T> AstyanaxTypeFactory.createConnectionFactory(ConnectionPoolConfiguration cfConfig, KeyspaceTracerFactory tracerFactory, ConnectionPoolMonitor monitor)
           
 

Methods in com.netflix.astyanax with parameters of type ConnectionFactory
protected
<T> ConnectionPool<T>
AstyanaxContext.Builder.createConnectionPool(ConnectionFactory<T> connectionFactory)
           
 

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

Fields in com.netflix.astyanax.connectionpool.impl declared as ConnectionFactory
protected  ConnectionFactory<CL> AbstractHostPartitionConnectionPool.factory
           
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type ConnectionFactory
protected  HostConnectionPool<CL> AbstractHostPartitionConnectionPool.newHostConnectionPool(Host host, ConnectionFactory<CL> factory, ConnectionPoolConfiguration config)
           
 

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

Uses of ConnectionFactory in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement ConnectionFactory
 class ThriftSyncConnectionFactoryImpl
           
 

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



Copyright © 2012. All Rights Reserved.