Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.ignite.cache.affinity Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AffinityProvides affinity information to detect which node is primary and which nodes are backups for a partitioned cache.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityCentralizedFunctionAnnotation marker which identifies affinity function that must be calculated on one centralized node instead of independently on each node.Classorg.apache.ignite.cache.affinityIgnite
AffinityFunctionCache key affinity which maps keys to nodes.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityFunctionContextAffinity function context.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityKeyOptional wrapper for cache keys to provide support for custom affinity mapping.Classorg.apache.ignite.cache.affinityIgnite
AffinityKeyMappedOptional annotation to specify custom key-to-node affinity.Classorg.apache.ignite.cache.affinityIgnite
AffinityKeyMapperAffinity mapper which maps cache key to an affinity key.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityNodeAddressHashResolverNode hash resolver which uses ClusterNode.Classorg.apache.ignite.cache.affinityIgnite
AffinityNodeHashResolverResolver which is used to provide node hash value for affinity function.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityNodeIdHashResolverNode hash resolver which uses generated node ID as node hash value.Classorg.apache.ignite.cache.affinityIgnite
FairAffinityFunctionFair affinity function which tries to ensure that all nodes get equal number of partitions with minimum amount of reassignments between existing nodes.Classorg.apache.ignite.cache.affinity.fairIgnite
RendezvousAffinityFunctionAffinity function for partitioned cache based on Highest Random Weight algorithm.Classorg.apache.ignite.cache.affinity.rendezvousIgnite