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 -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBeanapply(RemoteCacheContainer container)
-
Constructor Details
-
RemoteCacheClientStatisticsFactory
-
-
Method Details
-
apply
public org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean apply(RemoteCacheContainer container) - Specified by:
applyin interfaceFunction<RemoteCacheContainer,org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
-