Uses of Enum
com.arangodb.entity.LogLevelEntity.LogLevel
Packages that use LogLevelEntity.LogLevel
-
Uses of LogLevelEntity.LogLevel in com.arangodb.entity
Methods in com.arangodb.entity that return LogLevelEntity.LogLevelModifier and TypeMethodDescriptionLogLevelEntity.getAgency()LogLevelEntity.getAgencycomm()LogLevelEntity.getAgencystore()LogLevelEntity.getAll()LogLevelEntity.getAql()LogLevelEntity.getArangosearch()LogLevelEntity.getAuthentication()LogLevelEntity.getAuthorization()LogLevelEntity.getBackup()LogLevelEntity.getBench()LogLevelEntity.getCache()LogLevelEntity.getCluster()LogLevelEntity.getCommunication()LogLevelEntity.getConfig()LogLevelEntity.getCrash()LogLevelEntity.getDeprecation()LogLevelEntity.getDevelopment()LogLevelEntity.getDump()LogLevelEntity.getEngines()LogLevelEntity.getFlush()LogLevelEntity.getGeneral()LogLevelEntity.getGraphs()LogLevelEntity.getHeartbeat()LogLevelEntity.getHttpclient()LogLevelEntity.getLibiresearch()LogLevelEntity.getLicense()LogLevelEntity.getMaintenance()LogLevelEntity.getMemory()LogLevelEntity.getQueries()LogLevelEntity.getReplication()LogLevelEntity.getReplication2()LogLevelEntity.getRepState()LogLevelEntity.getRepWal()LogLevelEntity.getRequests()LogLevelEntity.getRestore()LogLevelEntity.getRocksdb()LogLevelEntity.getSecurity()LogLevelEntity.getSsl()LogLevelEntity.getStartup()LogLevelEntity.getStatistics()LogLevelEntity.getSupervision()LogLevelEntity.getSyscall()LogLevelEntity.getThreads()LogLevelEntity.getTrx()LogLevelEntity.getTtl()LogLevelEntity.getV8()LogLevelEntity.getValidation()LogLevelEntity.getViews()static LogLevelEntity.LogLevelReturns the enum constant of this type with the specified name.static LogLevelEntity.LogLevel[]LogLevelEntity.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity with parameters of type LogLevelEntity.LogLevelModifier and TypeMethodDescriptionvoidLogLevelEntity.setAgency(LogLevelEntity.LogLevel agency) voidLogLevelEntity.setAgencycomm(LogLevelEntity.LogLevel agencycomm) voidLogLevelEntity.setAgencystore(LogLevelEntity.LogLevel agencystore) voidLogLevelEntity.setAll(LogLevelEntity.LogLevel all) voidLogLevelEntity.setAql(LogLevelEntity.LogLevel aql) voidLogLevelEntity.setArangosearch(LogLevelEntity.LogLevel arangosearch) voidLogLevelEntity.setAuthentication(LogLevelEntity.LogLevel authentication) voidLogLevelEntity.setAuthorization(LogLevelEntity.LogLevel authorization) voidLogLevelEntity.setBackup(LogLevelEntity.LogLevel backup) voidLogLevelEntity.setBench(LogLevelEntity.LogLevel bench) voidLogLevelEntity.setCache(LogLevelEntity.LogLevel cache) voidLogLevelEntity.setCluster(LogLevelEntity.LogLevel cluster) voidLogLevelEntity.setCommunication(LogLevelEntity.LogLevel communication) voidLogLevelEntity.setConfig(LogLevelEntity.LogLevel config) voidLogLevelEntity.setCrash(LogLevelEntity.LogLevel crash) voidLogLevelEntity.setDeprecation(LogLevelEntity.LogLevel deprecation) voidLogLevelEntity.setDevelopment(LogLevelEntity.LogLevel development) voidLogLevelEntity.setDump(LogLevelEntity.LogLevel dump) voidLogLevelEntity.setEngines(LogLevelEntity.LogLevel engines) voidLogLevelEntity.setFlush(LogLevelEntity.LogLevel flush) voidLogLevelEntity.setGeneral(LogLevelEntity.LogLevel general) voidLogLevelEntity.setGraphs(LogLevelEntity.LogLevel graphs) voidLogLevelEntity.setHeartbeat(LogLevelEntity.LogLevel heartbeat) voidLogLevelEntity.setHttpclient(LogLevelEntity.LogLevel httpclient) voidLogLevelEntity.setLibiresearch(LogLevelEntity.LogLevel libiresearch) voidLogLevelEntity.setLicense(LogLevelEntity.LogLevel license) voidLogLevelEntity.setMaintenance(LogLevelEntity.LogLevel maintenance) voidLogLevelEntity.setMemory(LogLevelEntity.LogLevel memory) voidLogLevelEntity.setQueries(LogLevelEntity.LogLevel queries) voidLogLevelEntity.setReplication(LogLevelEntity.LogLevel replication) voidLogLevelEntity.setReplication2(LogLevelEntity.LogLevel replication2) voidLogLevelEntity.setRepState(LogLevelEntity.LogLevel repState) voidLogLevelEntity.setRepWal(LogLevelEntity.LogLevel repWal) voidLogLevelEntity.setRequests(LogLevelEntity.LogLevel requests) voidLogLevelEntity.setRestore(LogLevelEntity.LogLevel restore) voidLogLevelEntity.setRocksdb(LogLevelEntity.LogLevel rocksdb) voidLogLevelEntity.setSecurity(LogLevelEntity.LogLevel security) voidLogLevelEntity.setSsl(LogLevelEntity.LogLevel ssl) voidLogLevelEntity.setStartup(LogLevelEntity.LogLevel startup) voidLogLevelEntity.setStatistics(LogLevelEntity.LogLevel statistics) voidLogLevelEntity.setSupervision(LogLevelEntity.LogLevel supervision) voidLogLevelEntity.setSyscall(LogLevelEntity.LogLevel syscall) voidLogLevelEntity.setThreads(LogLevelEntity.LogLevel threads) voidLogLevelEntity.setTrx(LogLevelEntity.LogLevel trx) voidLogLevelEntity.setTtl(LogLevelEntity.LogLevel ttl) voidLogLevelEntity.setV8(LogLevelEntity.LogLevel v8) voidLogLevelEntity.setValidation(LogLevelEntity.LogLevel validation) voidLogLevelEntity.setViews(LogLevelEntity.LogLevel views)