Query: kiokudb::role::scan
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Role::Scan(3pm) User Contributed Perl Documentation KiokuDB::Role::Scan(3pm)NAMEKiokuDB::Role::Scan - A role for entry scanning.SYNOPSISpackage My::Entry::Processor; use Moose; with 'KiokuDB::Role::Scan' => { result_class => "My::Entry::Processor::Results" }; sub process_block { my ( $self, %args ) = @_; $args{results}; # intermediate results foreach my $entry ( @{ $args{block} } ) { } } my $scan = My::Entry::Processor->new( backend => $some_backend, ); my $res = $scan->results; $res->foo; $scan->foo; # delegates to resultDESCRIPTIONThis role is used by classes like KiokuDB::LinkChecker to scan the whole database and computing summary results.ROLE PARAMETERSresult_class The class of the results. Will be used when creating the results initially by calling "new" and also sets up an attribute with delegations. perl v5.12.4 2010-10-11 KiokuDB::Role::Scan(3pm)
Related Man Pages |
---|
kiokudb::backend::role::txn(3pm) - debian |
kiokudb::backend::role::txn::memory(3pm) - debian |
kiokudb::linker(3pm) - debian |
kiokudb::typemap(3pm) - debian |
kiokudb::util(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
One instance of comparing grep and awk |
Weird 'find' results |