public class InternalAdminDriverImpl extends BaseArangoDriver implements InternalAdminDriver
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationHandler |
annotationHandler |
protected static String |
COLLECTION |
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()
Get the ArangoDB database statistics
|
StatisticsDescriptionEntity |
getStatisticsDescription() |
ArangoUnixTime |
getTime() |
ArangoVersion |
getVersion()
Returns the ArangoDB version
|
DefaultEntity |
reloadRouting() |
void |
setHttpManager(HttpManager httpManager) |
createDocumentEndpointUrl, createDocumentHandle, createDocumentHandle, createEndpointUrl, createEndpointUrl, createEntity, createEntity, createEntity, createEntity, createEntityImpl, createGharialEndpointUrl, createIndexEndpointUrl, createJobEndpointUrl, createUserEndpointUrl, getJSONResponseText, setKeyValueHeader, setStatusCode, toReplicationDumpHeader, validate, validateCollectionName, validateDatabaseName, validateDocumentHandleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHttpManager, setHttpManagerprotected static final String COLLECTION
protected ArangoConfigure configure
protected HttpManager httpManager
protected AnnotationHandler annotationHandler
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
InternalAdminDrivergetStatistics in interface InternalAdminDriverArangoExceptionpublic StatisticsDescriptionEntity getStatisticsDescription() throws ArangoException
getStatisticsDescription in interface InternalAdminDriverArangoExceptionpublic ArangoVersion getVersion() throws ArangoException
getVersion in interface InternalAdminDriverArangoExceptionpublic 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–2016 ArangoDB GmbH. All rights reserved.