org.scale7.cassandra.pelops
Class Cluster.Node

java.lang.Object
  extended by org.scale7.cassandra.pelops.Cluster.Node
Enclosing class:
Cluster

public static class Cluster.Node
extends Object

Represents a node in the cluster.


Constructor Summary
Cluster.Node(String address, IConnection.Config config)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAddress()
           
 IConnection.Config getConfig()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cluster.Node

public Cluster.Node(String address,
                    IConnection.Config config)
Method Detail

getAddress

public String getAddress()

getConfig

public IConnection.Config getConfig()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.