public class InternalAdminDriverImpl extends BaseArangoDriver implements InternalAdminDriver
Modifier and Type | Field and Description |
---|---|
protected String |
baseUrl |
protected ArangoConfigure |
configure |
protected HttpManager |
httpManager |
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
executeScript(String database,
String jsCode) |
HttpManager |
getHttpManager() |
AdminLogEntity |
getServerLog(Integer logLevel,
Boolean logLevelUpTo,
Integer start,
Integer size,
Integer offset,
Boolean sortAsc,
String text) |
StatisticsEntity |
getStatistics() |
StatisticsDescriptionEntity |
getStatisticsDescription() |
ArangoUnixTime |
getTime() |
ArangoVersion |
getVersion() |
DefaultEntity |
reloadRouting() |
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 AdminLogEntity getServerLog(Integer logLevel, Boolean logLevelUpTo, Integer start, Integer size, Integer offset, Boolean sortAsc, String text) throws ArangoException
getServerLog
in interface InternalAdminDriver
ArangoException
public StatisticsEntity getStatistics() throws ArangoException
getStatistics
in interface InternalAdminDriver
ArangoException
public StatisticsDescriptionEntity getStatisticsDescription() throws ArangoException
getStatisticsDescription
in interface InternalAdminDriver
ArangoException
public ArangoVersion getVersion() throws ArangoException
getVersion
in interface InternalAdminDriver
ArangoException
http://www.arangodb.com/manuals/current/HttpMisc.html#HttpMiscVersion
public ArangoUnixTime getTime() throws ArangoException
getTime
in interface InternalAdminDriver
ArangoException
public DefaultEntity reloadRouting() throws ArangoException
reloadRouting
in interface InternalAdminDriver
ArangoException
public DefaultEntity executeScript(String database, String jsCode) throws ArangoException
executeScript
in interface InternalAdminDriver
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.