public interface InternalEndpointDriver extends BaseDriverInterface
| Modifier and Type | Method and Description |
|---|---|
BooleanResultEntity |
createEndpoint(String endpoint,
String... databases) |
BooleanResultEntity |
deleteEndpoint(String endpoint) |
List<Endpoint> |
getEndpoints() |
getHttpManager, setHttpManagerBooleanResultEntity createEndpoint(String endpoint, String... databases) throws ArangoException
ArangoExceptionList<Endpoint> getEndpoints() throws ArangoException
ArangoExceptionBooleanResultEntity deleteEndpoint(String endpoint) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.