public class ArangoHost extends Object
Constructor and Description |
---|
ArangoHost(String host,
int port) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHost() |
int |
getPort() |
int |
hashCode() |
void |
setHost(String host) |
void |
setPort(int port) |
String |
toString()
Returns a string representation in the form
host:port ,
adding square brackets if needed |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.