public class InternalEndpointDriverImpl extends BaseArangoDriver implements InternalEndpointDriver
Modifier and Type | Field and Description |
---|---|
protected String |
baseUrl |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
Modifier and Type | Method and Description |
---|---|
BooleanResultEntity |
createEndpoint(String endpoint,
String... databases) |
BooleanResultEntity |
deleteEndpoint(String endpoint) |
List<Endpoint> |
getEndpoints() |
HttpManager |
getHttpManager() |
void |
setHttpManager(HttpManager httpManager) |
createDocumentHandle, createDocumentHandle, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHttpManager, setHttpManager
protected ArangoConfigure configure
protected HttpManager httpManager
protected String baseUrl
public BooleanResultEntity createEndpoint(String endpoint, String... databases) throws ArangoException
createEndpoint
in interface InternalEndpointDriver
ArangoException
public List<Endpoint> getEndpoints() throws ArangoException
getEndpoints
in interface InternalEndpointDriver
ArangoException
public BooleanResultEntity deleteEndpoint(String endpoint) throws ArangoException
deleteEndpoint
in interface InternalEndpointDriver
ArangoException
public HttpManager getHttpManager()
getHttpManager
in interface BaseDriverInterface
public void setHttpManager(HttpManager httpManager)
setHttpManager
in interface BaseDriverInterface
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.