Uses of Class
org.infinispan.factories.impl.MBeanMetadata
-
Packages that use MBeanMetadata Package Description org.infinispan.factories.impl org.infinispan.manager Cache manager API.org.infinispan.metrics.impl Eclipse microprofile based metrics implementation. -
-
Uses of MBeanMetadata in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return MBeanMetadata Modifier and Type Method Description MBeanMetadataBasicComponentRegistry. getMBeanMetadata(String className)MBeanMetadataBasicComponentRegistryImpl. getMBeanMetadata(String className)static MBeanMetadataMBeanMetadata. of(String objectName, String description, String superMBeanClassName, Object... attributesAndOperations)Methods in org.infinispan.factories.impl with parameters of type MBeanMetadata Modifier and Type Method Description voidModuleMetadataBuilder.ModuleBuilder. registerMBeanMetadata(String componentClassName, MBeanMetadata mBeanMetadata) -
Uses of MBeanMetadata in org.infinispan.manager
Methods in org.infinispan.manager that return MBeanMetadata Modifier and Type Method Description MBeanMetadataModuleRepository. getMBeanMetadata(String componentName) -
Uses of MBeanMetadata in org.infinispan.metrics.impl
Methods in org.infinispan.metrics.impl with parameters of type MBeanMetadata Modifier and Type Method Description protected Set<org.eclipse.microprofile.metrics.MetricID>CacheManagerMetricsRegistration. internalRegisterMetrics(Object instance, MBeanMetadata beanMetadata, String metricPrefix)protected Set<org.eclipse.microprofile.metrics.MetricID>CacheMetricsRegistration. internalRegisterMetrics(Object instance, MBeanMetadata beanMetadata, String metricPrefix)Set<org.eclipse.microprofile.metrics.MetricID>MetricsCollector. registerMetrics(Object instance, MBeanMetadata beanMetadata, String namePrefix, String cacheName)
-