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 |
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.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015