Uses of Interface
stormpot.MetricsRecorder
-
-
Uses of MetricsRecorder in stormpot
Methods in stormpot that return MetricsRecorder Modifier and Type Method Description MetricsRecorderPoolBuilder. getMetricsRecorder()Get the configuredMetricsRecorderinstance, or null if none has been configured.Methods in stormpot with parameters of type MetricsRecorder Modifier and Type Method Description PoolBuilder<T>PoolBuilder. setMetricsRecorder(MetricsRecorder metricsRecorder)Set theMetricsRecorderto use for the pools we want to configure.
-