| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.near | |
| org.gridgain.grid.util.lang | |
| org.gridgain.grid.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridInClosure3<K,Boolean,GridCacheOperation> |
GridCacheAdapter.afterPessimisticUnlock
After lock callback.
|
| Modifier and Type | Method and Description |
|---|---|
GridInClosure3<K,Boolean,GridCacheOperation> |
GridCacheAdapter.afterPessimisticUnlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheAdapter.afterPessimisticUnlock(GridInClosure3<K,Boolean,GridCacheOperation> afterPessimisticUnlock)
Sets callback that will be invoked after keys are unlocked.
|
boolean |
GridCacheStoreManager.loadCache(GridInClosure3<K,V,GridCacheVersion> vis,
Object[] args)
Loads data from persistent store.
|
| Modifier and Type | Method and Description |
|---|---|
GridInClosure3<K,Boolean,GridCacheOperation> |
GridNearCacheAdapter.afterPessimisticUnlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearCacheAdapter.afterPessimisticUnlock(GridInClosure3<K,Boolean,GridCacheOperation> afterPessimisticUnlock)
Sets callback that will be invoked after keys are unlocked.
|
| 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. |
Copyright © 2014. All rights reserved.