Uses of Class
org.infinispan.factories.impl.MBeanMetadata.AttributeMetadata
Packages that use MBeanMetadata.AttributeMetadata
Package
Description
Micrometer-based metrics.
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
A transport implementation based on JGroups.
This is the private xsite package.
-
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return types with arguments of type MBeanMetadata.AttributeMetadataConstructor parameters in org.infinispan.factories.impl with type arguments of type MBeanMetadata.AttributeMetadataModifierConstructorDescriptionMBeanMetadata(String jmxObjectName, String description, String superMBeanClassName, Collection<MBeanMetadata.AttributeMetadata> attributes, Collection<MBeanMetadata.OperationMetadata> operations) -
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.metrics.impl
Methods in org.infinispan.metrics.impl that return MBeanMetadata.AttributeMetadataModifier and TypeMethodDescriptionstatic <C> MBeanMetadata.AttributeMetadataMetricUtils.createGauge(String name, String description, Function<C, Number> getterFunction) Creates a Gauge metric.static <C> MBeanMetadata.AttributeMetadataMetricUtils.createTimer(String name, String description, BiConsumer<C, org.infinispan.commons.stat.TimerTracker> setterFunction) Creates a Timer metric.Methods in org.infinispan.metrics.impl that return types with arguments of type MBeanMetadata.AttributeMetadataMethod parameters in org.infinispan.metrics.impl with type arguments of type MBeanMetadata.AttributeMetadataModifier and TypeMethodDescriptionCacheManagerMetricsRegistration.internalRegisterMetrics(Object instance, Collection<MBeanMetadata.AttributeMetadata> attributes, String metricPrefix) CacheMetricsRegistration.internalRegisterMetrics(Object instance, Collection<MBeanMetadata.AttributeMetadata> attributes, String metricPrefix) MetricsCollector.registerMetrics(Object instance, Collection<MBeanMetadata.AttributeMetadata> attributes, String namePrefix, String cacheName) MetricsCollector.registerMetrics(Object instance, Collection<MBeanMetadata.AttributeMetadata> attributes, String namePrefix, String cacheName, String nodeName) -
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return types with arguments of type MBeanMetadata.AttributeMetadata -
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups with type parameters of type MBeanMetadata.AttributeMetadataModifier and TypeFieldDescriptionstatic final Map<Class<? extends org.jgroups.stack.Protocol>,Collection<MBeanMetadata.AttributeMetadata>> JGroupsMetricsMetadata.PROTOCOL_METADATA -
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.xsite
Methods in org.infinispan.xsite that return types with arguments of type MBeanMetadata.AttributeMetadata -
Uses of MBeanMetadata.AttributeMetadata in org.infinispan.xsite.status
Methods in org.infinispan.xsite.status that return types with arguments of type MBeanMetadata.AttributeMetadataModifier and TypeMethodDescriptionDefaultTakeOfflineManager.getCustomMetrics()TakeOfflineManager.getCustomMetrics()