Uses of Class
org.openspaces.core.space.AbstractSpaceFactoryBean
Packages that use AbstractSpaceFactoryBean
Package
Description
This package is responsible for simplifying the creation of IJSpace implementation.
-
Uses of AbstractSpaceFactoryBean in org.openspaces.core.config.annotation
Methods in org.openspaces.core.config.annotation that return AbstractSpaceFactoryBeanModifier and TypeMethodDescriptionprotected abstract AbstractSpaceFactoryBeanAbstractSpaceBeansConfig.createSpaceFactoryBean()protected AbstractSpaceFactoryBeanEmbeddedSpaceBeansConfig.createSpaceFactoryBean()protected AbstractSpaceFactoryBeanSpaceProxyBeansConfig.createSpaceFactoryBean() -
Uses of AbstractSpaceFactoryBean in org.openspaces.core.space
Subclasses of AbstractSpaceFactoryBean in org.openspaces.core.spaceModifier and TypeClassDescriptionclassA direct space factory bean, initialized with an existingIJSpaceand provides it as the space.classclassclassA space factory bean that creates a space (IJSpace) based on a url.Methods in org.openspaces.core.space with parameters of type AbstractSpaceFactoryBeanModifier and TypeMethodDescriptionInternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean, String url) InternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean, String name, boolean isRemote) Constructors in org.openspaces.core.space with parameters of type AbstractSpaceFactoryBeanModifierConstructorDescriptionExecutorSpaceFilter(AbstractSpaceFactoryBean spaceFactoryBean, ClusterInfo clusterInfo)