Class SegmentSlotRelation

java.lang.Object
org.infinispan.server.resp.commands.cluster.SegmentSlotRelation

public class SegmentSlotRelation extends Object
  • Field Details

  • Constructor Details

    • SegmentSlotRelation

      public SegmentSlotRelation(int segmentSize)
  • Method Details

    • hashToSlot

      public int hashToSlot(int hash)
    • segmentToSlots

      public IntSet segmentToSlots(int segment)
    • slotToSegment

      public int slotToSegment(int slot)
    • slotWidth

      public int slotWidth()