public class

EmptyNodeDiscoveryImpl

extends Object
implements NodeDiscovery
java.lang.Object
   ↳ com.netflix.astyanax.shallows.EmptyNodeDiscoveryImpl

Summary

Public Methods
static EmptyNodeDiscoveryImpl get()
long getErrorCount()
Get total number of errors encountered during a refresh
Exception getLastException()
Get the last exception that was encountered
DateTime getLastRefreshTime()
Get the last refresh time in the discovery thread
String getRawHostList()
Get the raw list of nodes from the underlying refresh mechanism
long getRefreshCount()
Get the number of refreshes
void shutdown()
Stop the node discovery thread
void start()
Start the node discovery thread
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.netflix.astyanax.connectionpool.NodeDiscovery

Public Methods

public static EmptyNodeDiscoveryImpl get ()

public long getErrorCount ()

Get total number of errors encountered during a refresh

public Exception getLastException ()

Get the last exception that was encountered

public DateTime getLastRefreshTime ()

Get the last refresh time in the discovery thread

public String getRawHostList ()

Get the raw list of nodes from the underlying refresh mechanism

public long getRefreshCount ()

Get the number of refreshes

public void shutdown ()

Stop the node discovery thread

public void start ()

Start the node discovery thread

public String toString ()