Uses of Class
com.netflix.astyanax.connectionpool.NodeDiscoveryType

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

Uses of NodeDiscoveryType in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return NodeDiscoveryType
 NodeDiscoveryType AstyanaxConfiguration.getDiscoveryType()
          Get type of node discovery to perform
 NodeDiscoveryType AstyanaxContext.Builder.getNodeDiscoveryType()
           
 

Uses of NodeDiscoveryType in com.netflix.astyanax.connectionpool
 

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

Uses of NodeDiscoveryType in com.netflix.astyanax.impl
 

Methods in com.netflix.astyanax.impl that return NodeDiscoveryType
 NodeDiscoveryType AstyanaxConfigurationImpl.getDiscoveryType()
           
 

Methods in com.netflix.astyanax.impl with parameters of type NodeDiscoveryType
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setDiscoveryType(NodeDiscoveryType discoveryType)
           
 



Copyright © 2012. All Rights Reserved.