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, validateDocumentHandleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHttpManager, setHttpManagerprotected 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 InternalAdminDriverArangoExceptionpublic StatisticsEntity getStatistics() throws ArangoException
getStatistics in interface InternalAdminDriverArangoExceptionpublic StatisticsDescriptionEntity getStatisticsDescription() throws ArangoException
getStatisticsDescription in interface InternalAdminDriverArangoExceptionpublic ArangoVersion getVersion() throws ArangoException
getVersion in interface InternalAdminDriverArangoExceptionhttp://www.arangodb.com/manuals/current/HttpMisc.html#HttpMiscVersionpublic ArangoUnixTime getTime() throws ArangoException
getTime in interface InternalAdminDriverArangoExceptionpublic DefaultEntity reloadRouting() throws ArangoException
reloadRouting in interface InternalAdminDriverArangoExceptionpublic DefaultEntity executeScript(String database, String jsCode) throws ArangoException
executeScript in interface InternalAdminDriverArangoExceptionpublic HttpManager getHttpManager()
getHttpManager in interface BaseDriverInterfacepublic void setHttpManager(HttpManager httpManager)
setHttpManager in interface BaseDriverInterfaceCopyright © 2012–2015 ArangoDB GmbH. All rights reserved.