|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPoolConfiguration | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.connectionpool.impl | |
com.netflix.astyanax.thrift |
Uses of ConnectionPoolConfiguration in com.netflix.astyanax |
---|
Fields in com.netflix.astyanax declared as ConnectionPoolConfiguration | |
---|---|
protected ConnectionPoolConfiguration |
AstyanaxContext.Builder.cpConfig
|
Methods in com.netflix.astyanax that return ConnectionPoolConfiguration | |
---|---|
ConnectionPoolConfiguration |
AstyanaxContext.getConnectionPoolConfiguration()
|
Methods in com.netflix.astyanax with parameters of type ConnectionPoolConfiguration | |
---|---|
ConnectionFactory<T> |
AstyanaxTypeFactory.createConnectionFactory(ConnectionPoolConfiguration cfConfig,
KeyspaceTracerFactory tracerFactory,
ConnectionPoolMonitor monitor)
|
AstyanaxContext.Builder |
AstyanaxContext.Builder.withConnectionPoolConfiguration(ConnectionPoolConfiguration cpConfig)
|
Uses of ConnectionPoolConfiguration in com.netflix.astyanax.connectionpool.impl |
---|
Classes in com.netflix.astyanax.connectionpool.impl that implement ConnectionPoolConfiguration | |
---|---|
class |
ConnectionPoolConfigurationImpl
|
Fields in com.netflix.astyanax.connectionpool.impl declared as ConnectionPoolConfiguration | |
---|---|
protected ConnectionPoolConfiguration |
SimpleHostConnectionPool.config
|
protected ConnectionPoolConfiguration |
AbstractHostPartitionConnectionPool.config
|
protected ConnectionPoolConfiguration |
AbstractExecuteWithFailoverImpl.config
|
Methods in com.netflix.astyanax.connectionpool.impl with parameters of type ConnectionPoolConfiguration | |
---|---|
protected HostConnectionPool<CL> |
AbstractHostPartitionConnectionPool.newHostConnectionPool(Host host,
ConnectionFactory<CL> factory,
ConnectionPoolConfiguration config)
|
Uses of ConnectionPoolConfiguration in com.netflix.astyanax.thrift |
---|
Methods in com.netflix.astyanax.thrift with parameters of type ConnectionPoolConfiguration | |
---|---|
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 ConnectionPoolConfiguration | |
---|---|
ThriftSyncConnectionFactoryImpl(ConnectionPoolConfiguration cpConfig,
KeyspaceTracerFactory tracerFactory,
ConnectionPoolMonitor monitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |