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

NAME

BuzzSaw::DB::Schema::Result::CurrentProcessing - BuzzSaw DBIx::Class resultset

VERSION

This documentation refers to BuzzSaw::DB::Schema::Result::CurrentProcessing version 0.12.0

DESCRIPTION

This module provides access to the DBIx::Class resultset for the currentprocessing table in the BuzzSaw database. This table is used to record which files are currently being processed so that scripts running concurrently can avoid processing the same files.

The BuzzSaw project provides a suite of tools for processing log file entries. Entries in files are parsed and filtered into a set of events of interest which are stored in a database. A report generation framework is also available which makes it easy to generate regular reports regarding the events discovered.

ACCESSORS

id

  data_type: integer
  default_value: nextval('current_processing_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 200

starttime

  data_type: timestamp with time zone
  default_value: current_timestamp
  is_nullable: 0

DEPENDENCIES

This module requires DBIx::Class, it also needs DateTime and a DateTime::Format module (e.g. DateTime::Format::Pg) to inflate the starttime column into something useful.

SEE ALSO

BuzzSaw::DB, BuzzSaw::DB::Schema

PLATFORMS

This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.

ScientificLinux6

BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.

AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

LICENSE AND COPYRIGHT

    Copyright (C) 2012 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 67:

=cut found outside a pod block. Skipping to next block.