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, validateDocumentHandle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHttpManager, setHttpManager
protected 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 InternalAdminDriver
ArangoException
public StatisticsEntity getStatistics() throws ArangoException
InternalAdminDriver
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
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–2016 ArangoDB GmbH. All rights reserved.