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, setHttpManager
BooleanResultEntity createEndpoint(String endpoint, String... databases) throws ArangoException
ArangoException
List<Endpoint> getEndpoints() throws ArangoException
ArangoException
BooleanResultEntity deleteEndpoint(String endpoint) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.