Hadoop::Streaming::Reducer::Input::ValuesIterator - Role providing access to values for a given key.


Hadoop-Streaming documentation  | view source Contained in the Hadoop-Streaming distribution.

Index


NAME

Top

Hadoop::Streaming::Reducer::Input::ValuesIterator - Role providing access to values for a given key.

VERSION

Top

version 0.110030

METHODS

Top

has_next

    $ValuesIterator->has_next();

Checks if the ValueIterator has another value available for this key.

Returns 1 on success, 0 if the next value is from another key, and undef if there is no next key.

next

    $ValuesIterator->next();

Returns the next value available. Reads from $ValuesIterator->input_iter->input

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Hadoop-Streaming documentation  | view source Contained in the Hadoop-Streaming distribution.