Class HighContentionAllocator


  • @API(INTERNAL)
    public class HighContentionAllocator
    extends Object
    A supplier of unique integers that tries to balance size of the integer and conflicts on the assignment. Values are chosen randomly from a window that moves forward as the available lower-numbered space fills up.