Class RemoteCacheClientStatisticsFactory
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.remote.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 Summary
Constructors Constructor Description RemoteCacheClientStatisticsFactory(String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBeanapply(org.wildfly.clustering.infinispan.client.RemoteCacheContainer container)
-
-
-
Constructor Detail
-
RemoteCacheClientStatisticsFactory
public RemoteCacheClientStatisticsFactory(String cacheName)
-
-