| Package | Description |
|---|---|
| org.apache.ignite.cache.affinity.fair |
Contains fair cache affinity for partitioned cache.
|
| org.apache.ignite.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
| org.apache.ignite.configuration | |
| org.apache.ignite.internal.processors.affinity |
Data affinity processor.
|
| org.apache.ignite.internal.processors.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
CachePartitionFairAffinity
Fair affinity function which tries to ensure that all nodes get equal number of partitions with
minimum amount of reassignments between existing nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheRendezvousAffinityFunction
Affinity function for partitioned cache based on Highest Random Weight algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
CacheAffinityFunction |
CacheConfiguration.getAffinity()
Gets key topology resolver to provide mapping from keys to nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfiguration.setAffinity(CacheAffinityFunction aff)
Sets affinity for cache keys.
|
| Constructor and Description |
|---|
GridAffinityAssignmentCache(GridCacheContext ctx,
String cacheName,
CacheAffinityFunction aff,
CacheAffinityKeyMapper affMapper,
int backups)
Constructs affinity cached calculations.
|
| Modifier and Type | Field and Description |
|---|---|
protected CacheAffinityFunction |
GridCachePreloaderAdapter.aff
Affinity.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015