Module hash4j

Package com.dynatrace.hash4j.consistent


package com.dynatrace.hash4j.consistent
Consistent hash algorithms for load balancing, sharding, task distribution, etc.
  • Class
    Description
    A hash function that maps a given hash consistently to a bucket index of given range.
    A hash function that maps a given hash consistently to a bucket from a set of buckets.
    Consistent hash algorithms.