|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.datastax.driver.core.Host
public class Host
A Cassandra node. This class keeps the information the driver maintain on a given Cassandra node.
| Nested Class Summary | |
|---|---|
class |
Host.HealthMonitor
Tracks the health of a node and notify listeners when a host is considered up or down. |
static interface |
Host.StateListener
Interface for listeners that are interested in hosts add, up, down and remove events. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
InetAddress |
getAddress()
Returns the node address. |
String |
getDatacenter()
Returns the name of the datacenter this host is part of. |
Host.HealthMonitor |
getMonitor()
Returns the health monitor for this host. |
String |
getRack()
Returns the name of the rack this host is part of. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public InetAddress getAddress()
InetAddress.public String getDatacenter()
null and caller should always expect
that possibility.
public String getRack()
null and caller should always expect that
possibility.
public Host.HealthMonitor getMonitor()
Host.StateListener can also register against
the healt monitor to be notified when this node is detected down/up.
Host.HealthMonitor.public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||