Constructor and Description |
---|
HostImpl(ConnectionPool connectionPool,
HostDescription description) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeOnError() |
Connection |
connection() |
boolean |
equals(Object obj) |
HostDescription |
getDescription() |
int |
hashCode() |
boolean |
isMarkforDeletion() |
void |
setMarkforDeletion(boolean markforDeletion) |
String |
toString() |
public HostImpl(ConnectionPool connectionPool, HostDescription description)
public void close() throws IOException
close
in interface Host
IOException
public HostDescription getDescription()
getDescription
in interface Host
public Connection connection()
connection
in interface Host
public void closeOnError()
closeOnError
in interface Host
public boolean isMarkforDeletion()
isMarkforDeletion
in interface Host
public void setMarkforDeletion(boolean markforDeletion)
setMarkforDeletion
in interface Host
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.