public class IndexRowCacheRegistry extends Object
| Constructor and Description |
|---|
IndexRowCacheRegistry() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable IndexRowCache |
forGroup(int grpId)
Get row cache for the given cache group.
|
void |
onCacheRegistered(GridCacheContextInfo cacheInfo)
Callback invoked on cache registration within indexing.
|
void |
onCacheUnregistered(GridCacheContextInfo cacheInfo)
Callback invoked when cache gets unregistered.
|
@Nullable public @Nullable IndexRowCache forGroup(int grpId)
grpId - Cache group ID.null if none available.public void onCacheRegistered(GridCacheContextInfo cacheInfo)
cacheInfo - Cache info context.public void onCacheUnregistered(GridCacheContextInfo cacheInfo)
cacheInfo - Cache context info.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021