perfSONAR_PS::Datatypes::EventTypes::Ops - a container for various perfSONAR http://ggf.org/ns/nmwg/ops/ eventtypes


perfSONAR_PS-Services-PingER documentation  | view source Contained in the perfSONAR_PS-Services-PingER distribution.

Index


NAME

Top

    perfSONAR_PS::Datatypes::EventTypes::Ops -  a container for various perfSONAR http://ggf.org/ns/nmwg/ops/ eventtypes 

DESCRIPTION

Top

The purpose of this module is to create OO interface for ops eventtypes and therefore add the layer of abstraction for any ops eventtypes related operation ( mostly for perfSONAR response). All perfSONAR-PS classes should work with the instance of this class and avoid using explicit eventtype declarations.

SYNOPSIS

Top

    use perfSONAR_PS::Datatypes::EventTypes::Ops; 

    # create Ops eventtype object with default URIs
    my $ops_event = perfSONAR_PS::Datatypes::EventTypes::Ops->new();

    


    # overwrite only specific Namesapce   with  custom URI 

    $ops_event  = perfSONAR_PS::Datatypes::EventTypes::Ops->new( {'select' => 'http://ggf.org/ns/nmwg/ops/select/2.0'});

    my $select_event = $ops_event->select; ## get URI by key

    $ops_event->pinger(  'http://ggf.org/ns/nmwg/ops/select/2.0'); ## set URI by key

Methods

Top

There is accessor mutator for every defined Characteristic

new( )

Creates a new object, pass hash ref as collection of event types for ops namespace

Supported Ops:

 'select'  'average','histogram', 'cdf'  'median''max' 'min'    'mean'




SEE ALSO

Top

To join the 'perfSONAR-PS' mailing list, please visit:

  https://mail.internet2.edu/wws/info/i2-perfsonar

The perfSONAR-PS subversion repository is located at:

  https://svn.internet2.edu/svn/perfSONAR-PS 

Questions and comments can be directed to the author, or the mailing list.

AUTHOR

Top

Maxim Grigoriev, <maxim@fnal.gov>, 2007

COPYRIGHT AND LICENSE

Top


perfSONAR_PS-Services-PingER documentation  | view source Contained in the perfSONAR_PS-Services-PingER distribution.