Interface AffinityTaggedKey


public interface AffinityTaggedKey
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    This numeric id is used exclusively for storage affinity in Infinispan.
  • Method Details

    • getAffinitySegmentId

      int getAffinitySegmentId()
      This numeric id is used exclusively for storage affinity in Infinispan.
      Returns:
      the segment id to be used for storage, or -1 to fall back to normal owner selection.