Package | Description |
---|---|
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).
|
Constructor and Description |
---|
GigaSpaceConfigurer(SpaceConfigurer configurer)
Constructs a new configurer based on the Space.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpaceConfigurer |
class |
EmbeddedSpaceConfigurer |
class |
SpaceProxyConfigurer |
class |
UrlSpaceConfigurer
A simple configurer helper to create
IJSpace instances. |
Modifier and Type | Class and Description |
---|---|
class |
LocalCacheSpaceConfigurer
A simple configurer helper to create
IJSpace local cache. |
class |
LocalViewSpaceConfigurer
A simple configurer helper to create
IJSpace local view. |
Constructor and Description |
---|
LocalCacheSpaceConfigurer(SpaceConfigurer spaceConfigurer) |
LocalViewSpaceConfigurer(SpaceConfigurer spaceConfigurer) |
Copyright © GigaSpaces.