NAME

AnyEvent::Groonga::Result - Result class for AnyEvent::Gronnga

SYNOPSIS

my $result = $groonga->call( $command => $args_ref )->recv;

my $status     = $result->status;
my $start_time = $result->start_time;
my $elapsed    = $result->elapsed;

print $result->body; # main body contents of result data

print $result->dump; # it dumps the results by un-flagged utf8

DESCRIPTION

Result class AnyEvent::Groonga. It is easy to use groonga results for perlish.

METHOD

new

status

start_time

elapsed

body

dump

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.