| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.distributed.dht | |
| org.apache.ignite.internal.processors.cache.distributed.near |
| Modifier and Type | Method and Description |
|---|---|
List<GridCacheClearAllRunnable<K,V>> |
GridCacheAdapter.splitClearLocally(boolean srv,
boolean near,
boolean readers)
Split clearLocally all task into multiple runnables.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridCacheClearAllRunnable<K,V>> |
GridDhtCacheAdapter.splitClearLocally(boolean srv,
boolean near,
boolean readers)
Split clearLocally all task into multiple runnables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearCacheClearAllRunnable<K,V>
Runnable for
IgniteInternalCache.clearLocally(boolean, boolean, boolean) routine for near cache. |
| Modifier and Type | Method and Description |
|---|---|
List<GridCacheClearAllRunnable<K,V>> |
GridNearCacheAdapter.splitClearLocally(boolean srv,
boolean near,
boolean readers)
Split clearLocally all task into multiple runnables.
|
| Constructor and Description |
|---|
GridNearCacheClearAllRunnable(GridCacheAdapter<K,V> cache,
GridCacheVersion obsoleteVer,
GridCacheClearAllRunnable<K,V> dhtJob)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020