| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.store | |
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.loadCache(GridInClosure3<KeyCacheObject,Object,GridCacheVersion> vis,
Object[] args)
Loads data from persistent store.
|
boolean |
GridCacheStoreManagerAdapter.loadCache(GridInClosure3 vis,
Object[] args)
Loads data from persistent store.
|
void |
CacheStoreManager.localStoreLoadAll(@Nullable IgniteInternalTx tx,
Collection<? extends KeyCacheObject> keys,
GridInClosure3<KeyCacheObject,Object,GridCacheVersion> vis) |
void |
GridCacheStoreManagerAdapter.localStoreLoadAll(@Nullable IgniteInternalTx tx,
Collection keys,
GridInClosure3 vis) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridInClosure3X<E1,E2,E3>
Convenient in-closure subclass that allows for thrown grid exception.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CI3<E1,E2,E3>
Defines
alias for GridInClosure3 by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
CIX3<E1,E2,E3>
Defines
alias for GridInClosure3X by extending it. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021