Package org.infinispan.stats.impl
Class ClusterContainerStatsFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
org.infinispan.stats.impl.ClusterContainerStatsFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class ClusterContainerStatsFactory
extends AbstractComponentFactory
implements AutoInstantiableFactory
- Since:
- 9.0
- Author:
- Ryan Emerson
-
Field Summary
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct
-
Constructor Details
-
ClusterContainerStatsFactory
public ClusterContainerStatsFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAnyScopeComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-