Class ListMessageIterable<MSG_T extends org.apache.hadoop.io.Writable>

    • Field Detail

      • DEFAULT_MESSAGE_ITERABLE_SIZE

        public static int DEFAULT_MESSAGE_ITERABLE_SIZE
    • Constructor Detail

      • ListMessageIterable

        public ListMessageIterable()
    • Method Detail

      • iterator

        public Iterator<MSG_T> iterator()
        Returns an iterator over elements of type T.
        Specified by:
        iterator in interface Iterable<MSG_T extends org.apache.hadoop.io.Writable>
        Returns:
        an Iterator.
      • clear

        public void clear()
        Specified by:
        clear in interface MessageIterable<MSG_T extends org.apache.hadoop.io.Writable>
      • size

        public int size()
        Specified by:
        size in interface MessageIterable<MSG_T extends org.apache.hadoop.io.Writable>