Uses of Interface
io.higson.runtime.profiler.callstack.DiagnosticCallStackFlushStrategy
Packages that use DiagnosticCallStackFlushStrategy
-
Uses of DiagnosticCallStackFlushStrategy in io.higson.runtime.core
Constructors in io.higson.runtime.core with parameters of type DiagnosticCallStackFlushStrategyModifierConstructorDescriptionDiagnosticHigsonEngine(ParamEngine engine, DomainCache domainCache, VersionInterceptor versionInterceptor, boolean valueNeverNull, String instanceName, DiagnosticCallStackFlushStrategy flushStrategy) -
Uses of DiagnosticCallStackFlushStrategy in io.higson.runtime.profiler.callstack
Classes in io.higson.runtime.profiler.callstack that implement DiagnosticCallStackFlushStrategyModifier and TypeClassDescriptionclassTesterDiagnosticCallStackFlushStrategy: does nothing on flush.classProductionDiagnosticCallStackFlushStrategy: builds aDiagnosticCallStackReport, enqueues it on theDiagnosticQueue, then clears the thread-localDiagnosticCallStack.Constructors in io.higson.runtime.profiler.callstack with parameters of type DiagnosticCallStackFlushStrategyModifierConstructorDescriptionDiagnosticAttributeInterceptor(DiagnosticCallStackFlushStrategy flushStrategy, String instanceId) DiagnosticAttributeInterceptor(DiagnosticCallStackFlushStrategy flushStrategy, String instanceId, AttributeInterceptor delegate)