Uses of Interface
com.netflix.astyanax.AstyanaxConfiguration

Packages that use AstyanaxConfiguration
com.netflix.astyanax   
com.netflix.astyanax.impl   
com.netflix.astyanax.thrift   
 

Uses of AstyanaxConfiguration in com.netflix.astyanax
 

Fields in com.netflix.astyanax declared as AstyanaxConfiguration
protected  AstyanaxConfiguration AstyanaxContext.Builder.asConfig
           
 

Methods in com.netflix.astyanax that return AstyanaxConfiguration
 AstyanaxConfiguration AstyanaxContext.getAstyanaxConfiguration()
           
 AstyanaxConfiguration Keyspace.getConfig()
          Return the configuration object used to set up this keyspace
 AstyanaxConfiguration Cluster.getConfig()
          Configuration object for this Cluster
 

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

Uses of AstyanaxConfiguration in com.netflix.astyanax.impl
 

Classes in com.netflix.astyanax.impl that implement AstyanaxConfiguration
 class AstyanaxConfigurationImpl
           
 

Uses of AstyanaxConfiguration in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift that return AstyanaxConfiguration
 AstyanaxConfiguration ThriftKeyspaceImpl.getConfig()
           
 AstyanaxConfiguration ThriftClusterImpl.getConfig()
           
 

Methods in com.netflix.astyanax.thrift with parameters of type AstyanaxConfiguration
 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 AstyanaxConfiguration
ThriftClusterImpl(AstyanaxConfiguration config, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> connectionPool, KeyspaceTracerFactory tracerFactory)
           
ThriftKeyspaceImpl(String ksName, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> pool, AstyanaxConfiguration config, KeyspaceTracerFactory tracerFactory)
           
 



Copyright © 2012. All Rights Reserved.