The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ceph::Rados::List - Perl wrapper to librados IO context.

METHODS

next()

Wraps rados_nobjects_list_next(). Returns the next entry (object ID) and increments the list pointer

pos()

Wraps rados_nobjects_list_get_pg_hash_position(). Returns the current list pointer.

seek(pos)

Wraos rados_nobjects_list_seek(). Sets the current list pointer.