Package com.arangodb.config
Class HostDescription
java.lang.Object
com.arangodb.config.HostDescription
- Author:
- Mark Vollmary, Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getHost()
int
getPort()
int
hashCode()
static HostDescription
parse
(CharSequence value) Factory method used by MicroProfile Config as automatic converter.toString()
-
Constructor Details
-
HostDescription
-
-
Method Details
-
parse
Factory method used by MicroProfile Config as automatic converter.- Parameters:
value
- hostname:port- Returns:
- Host
-
getHost
-
getPort
public int getPort() -
toString
-
equals
-
hashCode
public int hashCode()
-