Uses of Class
org.scale7.cassandra.pelops.IConnection.Config

Packages that use IConnection.Config
org.scale7.cassandra.pelops   
 

Uses of IConnection.Config in org.scale7.cassandra.pelops
 

Methods in org.scale7.cassandra.pelops that return IConnection.Config
 IConnection.Config Cluster.Node.getConfig()
           
 IConnection.Config Cluster.getConnectionConfig()
          Configuration used to open new connections.
 

Constructors in org.scale7.cassandra.pelops with parameters of type IConnection.Config
Cluster.Node(String address, IConnection.Config config)
           
Cluster(String[] nodes, IConnection.Config connectionConfig, boolean dynamicNodeDiscovery)
           
Cluster(String[] nodes, IConnection.Config connectionConfig, boolean dynamicNodeDiscovery, Cluster.INodeFilter nodeFilter)
           
Cluster(String nodes, IConnection.Config connectionConfig, boolean dynamicNodeDiscovery)
           
Cluster(String nodes, IConnection.Config connectionConfig, boolean dynamicNodeDiscovery, Cluster.INodeFilter nodeFilter)
           
 



Copyright © 2011. All Rights Reserved.