Package org.infinispan.factories
Class DataContainerFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.factories.AbstractNamedCacheComponentFactory
-
- org.infinispan.factories.DataContainerFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class DataContainerFactory extends AbstractNamedCacheComponentFactory implements AutoInstantiableFactory
Constructs the data container- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org), Vladimir Blagojevic
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEGMENTATION_FEATURE
-
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
basicComponentRegistry, componentRegistry, configuration
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description DataContainerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
construct(String componentName)
-
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable, construct
-
-
-
-
Field Detail
-
SEGMENTATION_FEATURE
public static final String SEGMENTATION_FEATURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
construct
public Object construct(String componentName)
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAbstractComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
-