Package org.infinispan.factories
Class XSiteEntryMergePolicyFactory
- java.lang.Object
-
- org.infinispan.factories.AnyScopeComponentFactory
-
- org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- org.infinispan.factories.XSiteEntryMergePolicyFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class XSiteEntryMergePolicyFactory extends AbstractNamedCacheComponentFactory implements AutoInstantiableFactory
A factory forXSiteEntryMergePolicy
.- Since:
- 12.0
- Author:
- Pedro Ruivo
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
-
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description XSiteEntryMergePolicyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
construct(String name)
-
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct
-
-
-
-
Method Detail
-
construct
public Object construct(String name)
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAnyScopeComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
-