Class RemoteCacheClientStatisticsFactory

  • All Implemented Interfaces:
    Function<org.wildfly.clustering.infinispan.client.RemoteCacheContainer,​org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>

    public class RemoteCacheClientStatisticsFactory
    extends Object
    implements Function<org.wildfly.clustering.infinispan.client.RemoteCacheContainer,​org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
    Author:
    Paul Ferraro
    • Constructor Detail

      • RemoteCacheClientStatisticsFactory

        public RemoteCacheClientStatisticsFactory​(String cacheName)
    • Method Detail

      • apply

        public org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean apply​(org.wildfly.clustering.infinispan.client.RemoteCacheContainer container)
        Specified by:
        apply in interface Function<org.wildfly.clustering.infinispan.client.RemoteCacheContainer,​org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>