Uses of Interface
org.infinispan.metrics.impl.CustomMetricsSupplier
Packages that use CustomMetricsSupplier
Package
Description
Basic interceptors
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
This is the private xsite package.
-
Uses of CustomMetricsSupplier in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement CustomMetricsSupplierModifier and TypeClassDescriptionfinal classCaptures cache management statistics.classInterceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes. -
Uses of CustomMetricsSupplier in org.infinispan.remoting.rpc
Classes in org.infinispan.remoting.rpc that implement CustomMetricsSupplierModifier and TypeClassDescriptionclassThis component really is just a wrapper around aTransportimplementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations. -
Uses of CustomMetricsSupplier in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement CustomMetricsSupplier -
Uses of CustomMetricsSupplier in org.infinispan.xsite
Classes in org.infinispan.xsite that implement CustomMetricsSupplierModifier and TypeClassDescriptionclassA Managed bean exposing system administration operations for Cross-Site replication functionality (cache scope only) -
Uses of CustomMetricsSupplier in org.infinispan.xsite.status
Subinterfaces of CustomMetricsSupplier in org.infinispan.xsite.statusModifier and TypeInterfaceDescriptioninterfaceIt keeps tracks of cross-site requests to take sites offline when certain failures conditions happen.Classes in org.infinispan.xsite.status that implement CustomMetricsSupplierModifier and TypeClassDescriptionclassThe default implementation ofTakeOfflineManager.classAn emptyTakeOfflineManagerimplementation for caches which don't backup any data to remote sites.