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.ml.dataset.impl.cache.util |
Contains util classes used in cache based implementation of dataset.
|
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 |
DatasetAffinityFunctionWrapper
Affinity function wrapper that uses key as a partition index and delegates all other functions to specified
delegate.
|
Constructor and Description |
---|
DatasetAffinityFunctionWrapper(AffinityFunction delegate)
Constructs a new instance of affinity function wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformDotNetAffinityFunction
AffinityFunction implementation which can be used to configure .NET affinity function in Java Spring configuration.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024