public class NodeDiscovery extends Object
| Constructor and Description |
|---|
NodeDiscovery(CassandraHostConfigurator cassandraHostConfigurator,
HConnectionManager connectionManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<CassandraHost> |
discoverNodes()
Find any unknown nodes in the cassandra ring
|
void |
doAddNodes()
Find any nodes that are not already in the connection manager but are in
the cassandra ring and add them
|
public NodeDiscovery(CassandraHostConfigurator cassandraHostConfigurator, HConnectionManager connectionManager)
public void doAddNodes()
public Set<CassandraHost> discoverNodes()
Copyright © 2014. All Rights Reserved.