| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMap | |
|---|---|
| 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. | 
| org.openspaces.hibernate.cache | An implementation of Hibernate second level cache using GigaSpaces. | 
| Uses of IMap in org.openspaces.core | 
|---|
| Methods in org.openspaces.core that return IMap | |
|---|---|
 IMap | 
DefaultGigaMap.getMap()
 | 
 IMap | 
GigaMap.getMap()
Returns the IMap used by this GigaMap implementation to delegate
 different space operations. | 
| Methods in org.openspaces.core with parameters of type IMap | |
|---|---|
 void | 
GigaMapFactoryBean.setMap(IMap map)
Sets the map that will be used by the created GigaMap. | 
| Constructors in org.openspaces.core with parameters of type IMap | |
|---|---|
DefaultGigaMap(IMap map,
               TransactionProvider txProvider,
               ExceptionTranslator exTranslator,
               int defaultIsolationLevel)
Constructs a new DefaultGigaMap implementation.  | 
|
GigaMapConfigurer(IMap map)
 | 
|
| Uses of IMap in org.openspaces.core.map | 
|---|
| Methods in org.openspaces.core.map that return IMap | |
|---|---|
 IMap | 
MapConfigurer.createMap()
Creates an IMap based on the configuration. | 
protected  IMap | 
MapFactoryBean.createMap()
 | 
 IMap | 
MapConfigurer.map()
Creates an IMap based on the configuration. | 
| Constructors in org.openspaces.core.map with parameters of type IMap | |
|---|---|
LockManager(IMap map)
Creates a new Lock Manager based on the IMap. | 
|
| Uses of IMap in org.openspaces.hibernate.cache | 
|---|
| Methods in org.openspaces.hibernate.cache that return IMap | |
|---|---|
protected  IMap | 
AbstractMapCacheProvider.getMap()
 | 
| Constructors in org.openspaces.hibernate.cache with parameters of type IMap | |
|---|---|
SimpleMapCache(String regionName,
               IMap map,
               long timeToLive,
               long waitForResponse)
 | 
|
TransactionalMapCache(String regionName,
                      IMap map,
                      long timeToLive,
                      long waitForResponse,
                      TransactionManager transactionManager)
 | 
|
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||