| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.affinity |
Data affinity processor.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
GridCacheAffinityKeyMapper |
GridCacheConfiguration.getAffinityMapper()
Affinity key mapper used to provide custom affinity key for any given key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConfiguration.setAffinityMapper(GridCacheAffinityKeyMapper affMapper)
Sets custom affinity mapper.
|
| Constructor and Description |
|---|
GridAffinityAssignmentCache(GridCacheContext ctx,
String cacheName,
GridCacheAffinityFunction aff,
GridCacheAffinityKeyMapper affMapper,
int backups)
Constructs affinity cached calculations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheDefaultAffinityKeyMapper
Default key affinity mapper.
|
Copyright © 2014. All rights reserved.