public interface ServerInfo
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Gets the Connection String in the form of host:port so that it does not have to be constructed
each time.
|
String |
getHost()
Gets the host.
|
int |
getPort()
Gets the port.
|
int |
getServerIndex()
Gets an index identifying the server.
|
String getHost()
int getPort()
String getConnectionString()
int getServerIndex()
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.