Uses of Class
org.forgerock.opendj.ldap.ConsistentHashMap
Packages that use ConsistentHashMap
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ConsistentHashMap in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ConsistentHashMapModifier and TypeMethodDescriptionPuts a partition into this consistent hash map using the default weight which is sufficiently high to ensure a reasonably uniform distribution among all partitions having the same weight.Puts a partition into this consistent hash map using the specified weight.Removes the partition that was previously added using the provided partition ID.Methods in org.forgerock.opendj.ldap with parameters of type ConsistentHashMapModifier and TypeMethodDescriptionstatic ConnectionFactoryConnections.newFixedSizeDistributionLoadBalancer(DN partitionBaseDN, ConsistentHashMap<? extends ConnectionFactory> partitions, org.forgerock.util.Options options) Creates a distribution load balancer which uses consistent hashing to distributes requests across a set of partitions based on a hash of each request's target DN.