Class SegmentSlotRelation
java.lang.Object
org.infinispan.server.resp.commands.cluster.SegmentSlotRelation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
hashToSlot
(int hash) segmentToSlots
(int segment) int
slotToSegment
(int slot) int
-
Field Details
-
SLOT_SIZE
public static final int SLOT_SIZE- See Also:
-
-
Constructor Details
-
SegmentSlotRelation
public SegmentSlotRelation(int segmentSize)
-
-
Method Details
-
hashToSlot
public int hashToSlot(int hash) -
segmentToSlots
-
slotToSegment
public int slotToSegment(int slot) -
slotWidth
public int slotWidth()
-