Class AddressSetPartitioner

  • All Implemented Interfaces:
    java.lang.Iterable<AddressRange>

    public class AddressSetPartitioner
    extends java.lang.Object
    implements java.lang.Iterable<AddressRange>
    • Constructor Detail

      • AddressSetPartitioner

        public AddressSetPartitioner​(AddressSet set,
                                     java.util.Map<AddressRange,​byte[]> rangeMap,
                                     java.util.Set<Address> partitionSet)
    • Method Detail

      • iterator

        public java.util.Iterator<AddressRange> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<AddressRange>
      • getPartionedRangeMap

        public java.util.Map<AddressRange,​byte[]> getPartionedRangeMap()