Query: kiokudb::backend::role::scan
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Backend::Role::Scan(3pm) User Contributed Perl Documentation KiokuDB::Backend::Role::Scan(3pm)NAMEKiokuDB::Backend::Role::Scan - Root set iterationSYNOPSISwith qw(KiokuDB::Backend::Role::Scan); sub all_entries { my $self = shift; # return all root set entries return Data::Stream::Bulk::Foo->new(...); }DESCRIPTIONThis is a role for iterative scanning of all entries in a backend. It is used for database backups, and various other tasks.REQUIRED METHODSall_entries Should return a Data::Stream::Bulk stream enumerating all entries in the database.OPTIONAL METHODSThese method have default implementations defined in terms of "all_entries" but maybe overridden if there is a more optimal solution than just filtering that stream. root_entries Should return a Data::Stream::Bulk of just the root entries. child_entries Should return a Data::Stream::Bulk of everything but the root entries. perl v5.12.4 2010-10-11 KiokuDB::Backend::Role::Scan(3pm)
Related Man Pages |
---|
data::stream::bulk::chunked(3pm) - debian |
data::stream::bulk::dbi(3pm) - debian |
kiokudb::entry(3pm) - debian |
kiokudb::typemap(3pm) - debian |
kiokudb::typemap::composite(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
One instance of comparing grep and awk |