909192939495969798
/** * {@inheritDoc} */ public void shutdownCounter(Counter counter) { if (counter instanceof SampledCounter) { SampledCounter sc = (SampledCounter) counter; sc.shutdown(); } }