ArangoDB2

 view release on metacpan or  search on metacpan

lib/ArangoDB2/Admin.pm  view on Meta::CPAN

The maximum number of historic logfiles to keep.

=item offset

Starts to return log entries skipping the first offset log entries. offset and size can be used for pagination.

=item program

Code of javascript program to be executed.

=item reserveLogfiles

The maximum number of reserve logfiles that ArangoDB allocates in the background.

=item search

Only return the log entries containing the text specified in search.

=item size

Restricts the result to at most size log entries.

=item sort

Sort the log entries either ascending (if sort is asc) or descending (if sort is desc) according to their lid values. Note that the lid imposes a chronological order. The default value is asc.

=item start

Returns all log entries such that their log entry identifier (lid value) is greater or equal to start.

=item tests

A list of files containing the test suites to run.

=item throttleWait

The maximum wait time that operations will wait before they get aborted if case of write-throttling (in milliseconds).

=item throttleWhenPending

The number of unprocessed garbage-collection operations that, when reached, will activate write-throttling. A value of 0 means that write-throttling will not be triggered.

=item upto

Returns all log entries up to log level upto. Note that upto must be:

    fatal or 0
    error or 1
    warning or 2
    info or 3
    debug or 4

The default value is info.

=item waitForCollector

Whether or not the operation should block until the data in the flushed log has been collected.

=item waitForSync

Whether or not the operation should block until the not-yet synchronized data in the write-ahead log was synchronized to disk.

=back

=head1 AUTHOR

Ersun Warncke, C<< <ersun.warncke at outlook.com> >>

http://ersun.warnckes.com

=head1 COPYRIGHT

Copyright (C) 2014 Ersun Warncke

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

=cut




( run in 0.491 second using v1.01-cache-2.11-cpan-5837b0d9d2c )