Package | Description |
---|---|
org.openspaces.core.config.annotation | |
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSpaceFactoryBean |
AbstractSpaceBeansConfig.createSpaceFactoryBean() |
protected AbstractSpaceFactoryBean |
SpaceProxyBeansConfig.createSpaceFactoryBean() |
protected AbstractSpaceFactoryBean |
EmbeddedSpaceBeansConfig.createSpaceFactoryBean() |
Modifier and Type | Class and Description |
---|---|
class |
DirectSpaceFactoryBean
A direct space factory bean, initialized with an existing
IJSpace and provides it as the
space. |
class |
EmbeddedSpaceFactoryBean |
class |
SpaceProxyFactoryBean |
class |
UrlSpaceFactoryBean
A space factory bean that creates a space (
IJSpace ) based on a url. |
Modifier and Type | Method and Description |
---|---|
IJSpace |
InternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean,
String url) |
IJSpace |
InternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean,
String name,
boolean isRemote) |
Constructor and Description |
---|
ExecutorSpaceFilter(AbstractSpaceFactoryBean spaceFactoryBean,
ClusterInfo clusterInfo) |
Copyright © GigaSpaces.