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

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

Uses of ConnectionPool in com.netflix.astyanax
 

Fields in com.netflix.astyanax declared as ConnectionPool
protected  ConnectionPool<?> AstyanaxContext.Builder.cp
           
 

Methods in com.netflix.astyanax that return ConnectionPool
protected
<T> ConnectionPool<T>
AstyanaxContext.Builder.createConnectionPool(ConnectionFactory<T> connectionFactory)
           
 ConnectionPool<?> AstyanaxContext.getConnectionPool()
           
 

Methods in com.netflix.astyanax with parameters of type ConnectionPool
 Cluster AstyanaxTypeFactory.createCluster(ConnectionPool<T> cp, AstyanaxConfiguration asConfig, KeyspaceTracerFactory tracerFactory)
           
 Keyspace AstyanaxTypeFactory.createKeyspace(String ksName, ConnectionPool<T> cp, AstyanaxConfiguration asConfig, KeyspaceTracerFactory tracerFactory)
           
 

Uses of ConnectionPool in com.netflix.astyanax.connectionpool
 

Constructors in com.netflix.astyanax.connectionpool with parameters of type ConnectionPool
JmxConnectionPoolMonitor(ConnectionPool<?> pool)
           
 

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

Classes in com.netflix.astyanax.connectionpool.impl that implement ConnectionPool
 class AbstractHostPartitionConnectionPool<CL>
          Base for all connection pools that keep a separate pool of connections for each host.
 class BagOfConnectionsConnectionPoolImpl<CL>
          Connection pool which puts all connections in a single queue.
 class RoundRobinConnectionPoolImpl<CL>
          Connection pool implementation using simple round robin.
 class TokenAwareConnectionPoolImpl<CL>
          Connection pool that partitions connections by the hosts which own the token being operated on.
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type ConnectionPool
 void ConnectionPoolMBeanManager.registerMonitor(String name, ConnectionPool<?> pool)
           
 void ConnectionPoolMBeanManager.unregisterMonitor(String name, ConnectionPool<?> pool)
           
 

Constructors in com.netflix.astyanax.connectionpool.impl with parameters of type ConnectionPool
NodeDiscoveryImpl(String name, int interval, com.google.common.base.Supplier<Map<BigInteger,List<Host>>> tokenRangeSupplier, ConnectionPool<?> connectionPool)
           
 

Uses of ConnectionPool in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift with parameters of type ConnectionPool
 Cluster ThriftFamilyFactory.createCluster(ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp, AstyanaxConfiguration asConfig, KeyspaceTracerFactory tracerFactory)
           
 Keyspace ThriftFamilyFactory.createKeyspace(String ksName, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp, AstyanaxConfiguration asConfig, KeyspaceTracerFactory tracerFactory)
           
 

Constructors in com.netflix.astyanax.thrift with parameters of type ConnectionPool
ThriftClusterImpl(AstyanaxConfiguration config, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> connectionPool, KeyspaceTracerFactory tracerFactory)
           
ThriftColumnFamilyQueryImpl(ExecutorService executor, KeyspaceTracerFactory tracerFactory, Keyspace keyspace, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp, ColumnFamily<K,C> columnFamily, ConsistencyLevel consistencyLevel, RetryPolicy retry)
           
ThriftKeyspaceImpl(String ksName, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> pool, AstyanaxConfiguration config, KeyspaceTracerFactory tracerFactory)
           
 



Copyright © 2012. All Rights Reserved.