Uses of Interface
org.infinispan.commons.stat.MetricInfo
Packages that use MetricInfo
Package
Description
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
A transport implementation based on JGroups.
-
Uses of MetricInfo in org.infinispan.commons.stat
Classes in org.infinispan.commons.stat that implement MetricInfoModifier and TypeClassDescriptionfinal class
Represents a counter.final class
Represents a distribution summary (histogram).final class
Represents a duration metric.final class
Represents a gauge metric.final class
Same asGaugeMetricInfo
but the tracked value is a time or duration.final class
Represents a duration event (histogram). -
Uses of MetricInfo in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return types with arguments of type MetricInfo -
Uses of MetricInfo in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return types with arguments of type MetricInfoModifier and TypeMethodDescriptionRpcManagerImpl.getCustomMetrics
(GlobalMetricsConfiguration configuration) -
Uses of MetricInfo in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups with type parameters of type MetricInfoModifier and TypeFieldDescriptionstatic final Map<Class<? extends org.jgroups.stack.Protocol>,
Collection<MetricInfo>> JGroupsMetricsMetadata.PROTOCOL_METADATA
-
Uses of MetricInfo in org.infinispan.xsite.status
Methods in org.infinispan.xsite.status that return types with arguments of type MetricInfoModifier and TypeMethodDescriptionDefaultTakeOfflineManager.getCustomMetrics
(GlobalMetricsConfiguration configuration) default Collection<MetricInfo>
TakeOfflineManager.getCustomMetrics
(GlobalMetricsConfiguration configuration)