Package io.datarouter.exception.config
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
-
Field Summary
Fields Modifier and Type Field Description io.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>compactExceptionLoggingForConveyorsio.datarouter.storage.setting.cached.CachedSetting<java.lang.String>exceptionRecorderDomainNameio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>forceHideStackTraceio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>publishRecordsio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>runExceptionRecordAggregationJobio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>runExceptionRecordVacuumio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>runHttpRequestRecordVacuumJobio.datarouter.storage.setting.cached.CachedSetting<java.lang.Boolean>shouldReport -
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, isRecognizedRootNameMethods 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
-
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
-
DatarouterExceptionSettingRoot
@Inject public DatarouterExceptionSettingRoot(io.datarouter.storage.setting.SettingFinder finder)
-