Class AbstractConsistentHash

    • Field Detail

      • members

        protected final List<Address> members
        The membership of the cache topology that uses this CH.
      • capacityFactors

        protected final float[] capacityFactors
    • Constructor Detail

      • AbstractConsistentHash

        protected AbstractConsistentHash​(int numSegments,
                                         List<Address> members,
                                         Map<Address,​Float> capacityFactors)
      • AbstractConsistentHash

        protected AbstractConsistentHash​(int numSegments,
                                         List<Address> members,
                                         float[] capacityFactors)