Class HashTableIteratorItem<T>

  • Type Parameters:
    T - Iterator Item Type.

    public class HashTableIteratorItem<T>
    extends IteratorItem<T>
    IteratorItem implementation for Hash Table Segments (used internally by Pravega to store metadata). Note: This class is kept in the Client for backward compatibility/historical reasons only. It should not be used with KeyValueTable instances (use the IteratorItem with that instead. The Controller uses this internally to perform iterations over its table segments. Eventually, this should be integrated into the TableSegmentImpl class when https://github.com/pravega/pravega/issues/4647 is implemented.