| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.igfs |
Contains IGnite File System APIs.
|
| org.apache.ignite.internal.processors.affinity |
Data affinity processor.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.portable |
Implementation of portable processor.
|
| 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 |
IgfsGroupDataBlocksKeyMapper
IGFS class providing ability to group file's data blocks together on one node. |
| Constructor and Description |
|---|
GridAffinityAssignmentCache(GridCacheContext ctx,
String cacheName,
AffinityFunction aff,
AffinityKeyMapper affMapper,
int backups)
Constructs affinity cached calculations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDefaultAffinityKeyMapper
Default key affinity mapper.
|
| Modifier and Type | Method and Description |
|---|---|
AffinityKeyMapper |
GridCacheContext.defaultAffMapper() |
AffinityKeyMapper |
CacheObjectContext.defaultAffMapper() |
| Constructor and Description |
|---|
CacheObjectContext(GridKernalContext kernalCtx,
AffinityKeyMapper dfltAffMapper,
boolean cpyOnGet,
boolean storeVal) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDefaultPortableAffinityKeyMapper |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015