| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
AffinityKeyMapper |
CacheConfiguration.getAffinityMapper()
Affinity key mapper used to provide custom affinity key for any given key.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setAffinityMapper(AffinityKeyMapper affMapper)
Sets custom affinity mapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDefaultBinaryAffinityKeyMapper |
class |
GridCacheDefaultAffinityKeyMapper
Default key affinity mapper.
|
| Modifier and Type | Method and Description |
|---|---|
AffinityKeyMapper |
CacheObjectContext.defaultAffMapper() |
| Constructor and Description |
|---|
CacheObjectContext(GridKernalContext kernalCtx,
String cacheName,
AffinityKeyMapper dfltAffMapper,
boolean customAffMapper,
boolean cpyOnGet,
boolean storeVal,
boolean addDepInfo,
boolean binaryEnabled) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
QueryUtils.isCustomAffinityMapper(AffinityKeyMapper affinityKeyMapper)
Checks whether affinity key mapper is custom or default.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023