|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceConfigurer | |
---|---|
org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. |
org.openspaces.core.space | This package is responsible for simplifying the creation of IJSpace implementation. |
org.openspaces.core.space.cache | A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based on an actual IJSpace instance (usually created using the core.space package). |
Uses of SpaceConfigurer in org.openspaces.core |
---|
Constructors in org.openspaces.core with parameters of type SpaceConfigurer | |
---|---|
GigaSpaceConfigurer(SpaceConfigurer configurer)
Constructs a new configurer based on the Space. |
Uses of SpaceConfigurer in org.openspaces.core.space |
---|
Classes in org.openspaces.core.space that implement SpaceConfigurer | |
---|---|
class |
UrlSpaceConfigurer
A simple configurer helper to create IJSpace instances. |
Uses of SpaceConfigurer in org.openspaces.core.space.cache |
---|
Classes in org.openspaces.core.space.cache that implement SpaceConfigurer | |
---|---|
class |
LocalCacheSpaceConfigurer
A simple configurer helper to create IJSpace local cache. |
class |
LocalViewSpaceConfigurer
A simple configurer helper to create IJSpace local view. |
Constructors in org.openspaces.core.space.cache with parameters of type SpaceConfigurer | |
---|---|
LocalCacheSpaceConfigurer(SpaceConfigurer spaceConfigurer)
|
|
LocalViewSpaceConfigurer(SpaceConfigurer spaceConfigurer)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |