Class CacheStatisticSupplier

  • All Implemented Interfaces:
    Supplier<com.atlassian.cluster.monitoring.spi.model.Table>

    public class CacheStatisticSupplier
    extends Object
    implements Supplier<com.atlassian.cluster.monitoring.spi.model.Table>
    • Constructor Detail

      • CacheStatisticSupplier

        public CacheStatisticSupplier​(com.atlassian.cache.CacheManager cacheManager,
                                      I18NBeanFactory i18NBeanFactory)
    • Method Detail

      • get

        public com.atlassian.cluster.monitoring.spi.model.Table get()
        Specified by:
        get in interface Supplier<com.atlassian.cluster.monitoring.spi.model.Table>