Apache Ignite.NET
Package Apache.Ignite.Core.Cache.Affinity

Cache affinity API. More...

Namespaces

package  Rendezvous
 Rendezvous affinity API.
 

Classes

class  AffinityFunctionBase
 Base class for predefined affinity functions. More...
 
class  AffinityFunctionContext
 Affinity function context. More...
 
struct  AffinityKey
 Optional wrapper for cache keys to provide support for custom affinity mapping. The value returned by Affinity will be used for key-to-node affinity. More...
 
class  AffinityKeyMappedAttribute
 Specifies cache key field to be used to determine a node on which given cache key will be stored. Only one field or property can be marked with this attribute. More...
 
struct  AffinityTopologyVersion
 Affinity topology version. More...
 
interface  IAffinityFunction
 Represents a function that maps cache keys to cluster nodes. More...
 

Detailed Description