Class DatarouterExceptionSettingRoot

java.lang.Object
io.datarouter.storage.setting.SettingNode
io.datarouter.storage.setting.SettingRoot
io.datarouter.exception.config.DatarouterExceptionSettingRoot

@Singleton
public class DatarouterExceptionSettingRoot
extends io.datarouter.storage.setting.SettingRoot
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.storage.setting.SettingRoot

    io.datarouter.storage.setting.SettingRoot.SettingRootFinder
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> compactExceptionLoggingForConveyors  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.String> exceptionRecorderDomainName  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> forceHideStackTrace  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> publishRecords  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runExceptionRecordAggregationJob  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runExceptionRecordVacuum  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runHttpRequestRecordVacuumJob  
    io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> shouldReport  

    Fields inherited from class io.datarouter.storage.setting.SettingNode

    finder
  • Constructor Summary

    Constructors 
    Constructor Description
    DatarouterExceptionSettingRoot​(io.datarouter.storage.setting.SettingFinder finder)  
  • Method Summary

    Methods inherited from class io.datarouter.storage.setting.SettingRoot

    getDescendants, getMostRecentAncestorNode, getNode, getRootNodesByCategory, getRootNodesSortedByShortName, getSettingByName, getSettingCategory, isRecognized, isRecognizedRootName

    Methods inherited from class io.datarouter.storage.setting.SettingNode

    defaultTo, findParentName, getChildren, getDescendanceByName, getDescendantSettingByName, getListChildren, getListSettings, getMostRecentAncestorNodeByName, getName, getNodeByName, getParentName, getSettings, getShortName, register, registerBoolean, registerBooleans, registerChild, registerCommaSeparatedString, registerCommaSeparatedStrings, registerDouble, registerDoubles, registerDuration, registerDurations, registerInteger, registerIntegers, registerLong, registerLongs, registerString, registerStrings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • forceHideStackTrace

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> forceHideStackTrace
    • exceptionRecorderDomainName

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.String> exceptionRecorderDomainName
    • shouldReport

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> shouldReport
    • runExceptionRecordAggregationJob

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runExceptionRecordAggregationJob
    • runExceptionRecordVacuum

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runExceptionRecordVacuum
    • runHttpRequestRecordVacuumJob

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> runHttpRequestRecordVacuumJob
    • publishRecords

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> publishRecords
    • compactExceptionLoggingForConveyors

      public final io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean> compactExceptionLoggingForConveyors
  • Constructor Details