Class RemoteCacheClientStatisticsFactory
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheClientStatisticsFactory
-
- All Implemented Interfaces:
Function<RemoteCacheContainer,org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
public class RemoteCacheClientStatisticsFactory extends Object implements Function<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(RemoteCacheContainer container)
-
-
-
Constructor Detail
-
RemoteCacheClientStatisticsFactory
public RemoteCacheClientStatisticsFactory(String cacheName)
-
-
Method Detail
-
apply
public org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean apply(RemoteCacheContainer container)
- Specified by:
applyin interfaceFunction<RemoteCacheContainer,org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
-
-