Package | Description |
---|---|
org.apache.ignite.cache.affinity.rendezvous |
Contains HRW-based cache affinity for partitioned cache.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.platform.dotnet |
Contains .Net platform-related classes.
|
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.
|
AffinityFunction |
AtomicConfiguration.getAffinity()
Gets atomic cache affinity function.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setAffinity(AffinityFunction aff)
Sets affinity for cache keys.
|
AtomicConfiguration |
AtomicConfiguration.setAffinity(AffinityFunction aff)
Sets atomic cache affinity function.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformDotNetAffinityFunction
AffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023