| 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  | MapCacheThis 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  | AbstractMapBase class for all Map implementations. | 
| class  | GSMapImplThis class provides an implementation to GigaSpaces IMap interface, for Distributed Caching using
  MapAPI. | 
| 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 | GigaMap. getMap()Returns the  IMapused by this GigaMap implementation to delegate different space
 operations. | 
| IMap | DefaultGigaMap. getMap() | 
| 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  IMapbased on the configuration. | 
| protected IMap | MapFactoryBean. createMap() | 
| IMap | MapConfigurer. map()Creates an  IMapbased on the configuration. | 
| Constructor and Description | 
|---|
| LockManager(IMap map)Creates a new Lock Manager based on the  IMap. | 
Copyright © GigaSpaces.