| 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 |
| 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 |
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) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015