Package | Description |
---|---|
com.j_spaces.core.client.cache.map | |
com.j_spaces.javax.cache |
Deprecated: use
com.gigaspaces.datasource instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MapCache.load(Object key) |
void |
MapCache.loadAll(Collection keys) |
Modifier and Type | Method and Description |
---|---|
Map |
Cache.getAll(Collection keys)
Deprecated.
The getAll method will return, from the cache, a Map of the objects associated with the
Collection of keys in argument "keys".
|
void |
Cache.load(Object key)
Deprecated.
The load method provides a means to "pre load" the cache.
|
void |
Cache.loadAll(Collection keys)
Deprecated.
The loadAll method provides a means to "pre load" objects into the cache.
|
Modifier and Type | Method and Description |
---|---|
Map |
AbstractMap.getAll(Collection keys)
The getAll method will return, from the cache, a Map of the objects associated with the
Collection of keys in argument "keys".
|
void |
AbstractMap.load(Object key)
The load method provides a means to "pre load" the cache.
|
void |
AbstractMap.loadAll(Collection keys)
The loadAll method provides a means to "pre load" objects into the cache.
|
Modifier and Type | Method and Description |
---|---|
Map |
DefaultGigaMap.getAll(Collection keys) |
void |
DefaultGigaMap.load(Object key) |
void |
DefaultGigaMap.loadAll(Collection keys) |
Copyright © GigaSpaces.