Uses of Record Class
ch.rswk.meta.engine.LoggingService.LoggingServiceRetentionPathConfig
Packages that use LoggingService.LoggingServiceRetentionPathConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of LoggingService.LoggingServiceRetentionPathConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine with type parameters of type LoggingService.LoggingServiceRetentionPathConfigModifier and TypeFieldDescriptionprivate final @Nullable List<LoggingService.LoggingServiceRetentionPathConfig> LoggingService.LoggingServiceConfig.retentionPathsThe field for theretentionPathsrecord component.Methods in ch.rswk.meta.engine that return types with arguments of type LoggingService.LoggingServiceRetentionPathConfigModifier and TypeMethodDescriptionLoggingService.LoggingServiceConfig.retentionPaths()Returns the value of theretentionPathsrecord component.Methods in ch.rswk.meta.engine with parameters of type LoggingService.LoggingServiceRetentionPathConfigModifier and TypeMethodDescriptionprivate static voidLoggingService.checkRetentionPath(LoggingService.LoggingServiceRetentionPathConfig pathConfig) Constructor parameters in ch.rswk.meta.engine with type arguments of type LoggingService.LoggingServiceRetentionPathConfigModifierConstructorDescriptionLoggingServiceConfig(@Nullable LoggingService.LoggingServiceAlertConfig alert, @Nullable Map<String, String> loggers, String luceneIndexDir, int retention, @Nullable List<LoggingService.LoggingServiceRetentionPathConfig> retentionPaths, @Nullable List<String> unhealthyFiles) Creates an instance of aLoggingServiceConfigrecord class.