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