| Package | Description | 
|---|---|
| com.j_spaces.core.client.cache.map | |
| com.j_spaces.map | 
 Provides GigaSpaces MAP API 
 | 
| 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.map | 
 A package including factory beans to create GigaSpaces IMap or JCache Cache based on an
IJSpace instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapCache
This class provides a lightweight implementation to GigaSpaces IMap interface (A JCache standard
 extension), for Distributed Caching using java.util.Map API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMap
Base class for all Map implementations. 
 | 
class  | 
GSMapImpl
This class provides an implementation to GigaSpaces IMap interface, for Distributed Caching using
  
Map API. | 
| Modifier and Type | Method and Description | 
|---|---|
static IMap | 
MapFactory.createMap(IJSpace space)  | 
static IMap | 
MapFactory.createMapWithCache(IJSpace space,
                  Integer updateMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
IMap | 
DefaultGigaMap.getMap()  | 
IMap | 
GigaMap.getMap()
Returns the  
IMap used by this GigaMap implementation to delegate different space
 operations. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GigaMapFactoryBean.setMap(IMap map)
Sets the map that will be used by the created  
GigaMap. | 
| Constructor and Description | 
|---|
DefaultGigaMap(IMap map,
              TransactionProvider txProvider,
              ExceptionTranslator exTranslator,
              int defaultIsolationLevel)
Constructs a new DefaultGigaMap implementation. 
 | 
GigaMapConfigurer(IMap map)  | 
| Modifier and Type | Method and Description | 
|---|---|
IMap | 
MapConfigurer.createMap()
Creates an  
IMap based on the configuration. | 
protected IMap | 
MapFactoryBean.createMap()  | 
IMap | 
MapConfigurer.map()
Creates an  
IMap based on the configuration. | 
| Constructor and Description | 
|---|
LockManager(IMap map)
Creates a new Lock Manager based on the  
IMap. | 
Copyright © GigaSpaces.