Uses of Class
cloud.opencode.base.log.perf.SlowOperationConfig
Packages that use SlowOperationConfig
Package
Description
Performance Logging - Timing and Slow Operation Detection
性能日志 - 计时和慢操作检测
-
Uses of SlowOperationConfig in cloud.opencode.base.log.perf
Fields in cloud.opencode.base.log.perf declared as SlowOperationConfigModifier and TypeFieldDescriptionstatic final SlowOperationConfigSlowOperationConfig.DEFAULTDefault config instanceMethods in cloud.opencode.base.log.perf that return SlowOperationConfigModifier and TypeMethodDescriptionSlowOperationConfig.Builder.build()Builds the configuration.static SlowOperationConfigPerfLog.getSlowOperationConfig()Gets the slow operation configuration.Methods in cloud.opencode.base.log.perf with parameters of type SlowOperationConfigModifier and TypeMethodDescriptionstatic voidPerfLog.setSlowOperationConfig(SlowOperationConfig config) Sets the slow operation configuration.