Interface MetricsTrackerFactory


  • public interface MetricsTrackerFactory
    • Method Detail

      • create

        IMetricsTracker create​(java.lang.String poolName,
                               PoolStats poolStats)
        Create an instance of an IMetricsTracker.
        Parameters:
        poolName - the name of the pool
        poolStats - a PoolStats instance to use
        Returns:
        a IMetricsTracker implementation instance