Uses of Class
com.netflix.astyanax.connectionpool.impl.ConnectionPoolType

Packages that use ConnectionPoolType
com.netflix.astyanax   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.impl   
 

Uses of ConnectionPoolType in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ConnectionPoolType
 ConnectionPoolType AstyanaxConfiguration.getConnectionPoolType()
          Type of connection pool to use for this instance
 

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

Methods in com.netflix.astyanax.connectionpool.impl that return ConnectionPoolType
static ConnectionPoolType ConnectionPoolType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionPoolType[] ConnectionPoolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConnectionPoolType in com.netflix.astyanax.impl
 

Methods in com.netflix.astyanax.impl that return ConnectionPoolType
 ConnectionPoolType AstyanaxConfigurationImpl.getConnectionPoolType()
           
 

Methods in com.netflix.astyanax.impl with parameters of type ConnectionPoolType
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setConnectionPoolType(ConnectionPoolType connectionPoolType)
           
 



Copyright © 2012. All Rights Reserved.