public interface InternalAdminDriver extends BaseDriverInterface
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
executeScript(String database,
String jsCode) |
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() |
getHttpManager, setHttpManager
AdminLogEntity getServerLog(Integer logLevel, Boolean logLevelUpTo, Integer start, Integer size, Integer offset, Boolean sortAsc, String text) throws ArangoException
ArangoException
StatisticsEntity getStatistics() throws ArangoException
ArangoException
StatisticsDescriptionEntity getStatisticsDescription() throws ArangoException
ArangoException
ArangoVersion getVersion() throws ArangoException
ArangoException
ArangoUnixTime getTime() throws ArangoException
ArangoException
DefaultEntity reloadRouting() throws ArangoException
ArangoException
DefaultEntity executeScript(String database, String jsCode) throws ArangoException
ArangoException
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.