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 |
Contains configuration-related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FairAffinityFunction
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 |
RendezvousAffinityFunction
Affinity function for partitioned cache based on Highest Random Weight algorithm.
|
Modifier and Type | Method and Description |
---|---|
AffinityFunction |
CacheConfiguration.getAffinity()
Gets key topology resolver to provide mapping from keys to nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.setAffinity(AffinityFunction aff)
Sets affinity for cache keys.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015