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<Boolean>compactExceptionLoggingForConveyorsio.datarouter.storage.setting.cached.CachedSetting<String>exceptionRecorderDomainNameio.datarouter.storage.setting.Setting<Integer>exceptionRecordMemoryToDatabaseThreadCountio.datarouter.storage.setting.Setting<Integer>exceptionRecordPublishThreadCountio.datarouter.storage.setting.cached.CachedSetting<Boolean>forceHideStackTraceio.datarouter.storage.setting.Setting<Integer>httpRequestRecordMemoryToDatabaseThreadCountio.datarouter.storage.setting.Setting<Integer>httpRequestRecordPublishThreadCountio.datarouter.storage.setting.cached.CachedSetting<Boolean>publishRecordsio.datarouter.storage.setting.cached.CachedSetting<Boolean>runExceptionRecordAggregationJobio.datarouter.storage.setting.cached.CachedSetting<Boolean>runExceptionRecordMemoryToDatabaseConveyorio.datarouter.storage.setting.cached.CachedSetting<Boolean>runExceptionRecordVacuumio.datarouter.storage.setting.cached.CachedSetting<Boolean>runHttpRequestRecordMemoryToDatabaseConveyorio.datarouter.storage.setting.cached.CachedSetting<Boolean>runHttpRequestRecordVacuumJobio.datarouter.storage.setting.cached.CachedSetting<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, getDescendantsByName, 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
-
exceptionRecorderDomainName
-
shouldReport
-
runExceptionRecordAggregationJob
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runExceptionRecordAggregationJob -
runExceptionRecordVacuum
-
runHttpRequestRecordVacuumJob
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runHttpRequestRecordVacuumJob -
runExceptionRecordMemoryToDatabaseConveyor
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runExceptionRecordMemoryToDatabaseConveyor -
runHttpRequestRecordMemoryToDatabaseConveyor
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runHttpRequestRecordMemoryToDatabaseConveyor -
publishRecords
-
compactExceptionLoggingForConveyors
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> compactExceptionLoggingForConveyors -
exceptionRecordPublishThreadCount
-
httpRequestRecordPublishThreadCount
-
exceptionRecordMemoryToDatabaseThreadCount
public final io.datarouter.storage.setting.Setting<Integer> exceptionRecordMemoryToDatabaseThreadCount -
httpRequestRecordMemoryToDatabaseThreadCount
public final io.datarouter.storage.setting.Setting<Integer> httpRequestRecordMemoryToDatabaseThreadCount
-
-
Constructor Details
-
DatarouterExceptionSettingRoot
@Inject public DatarouterExceptionSettingRoot(io.datarouter.storage.setting.SettingFinder finder)
-