Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
App::DSC::DataTool::OuUser:Contributed PeApp::DSC::DataTool::Output::Carbon(3)

NAME
       App::DSC::DataTool::Output::Carbon - Output DSC data to Carbon

VERSION
       See App::DSC::DataTool for version.

SYNOPSIS
	 ...

DESCRIPTION
       Output DSC data to Carbon...

METHODS
       $output->Init (...)
	   Initialize the Carbon output, called	from the output	factory.

	   host
	   port
	   file
	   append (optional)
	   timestamp (optional)
	   prefix (optional)
       $output->Destroy
	   Disconnect from the Carbon server and destroy the object.

       $name = $output->Name
	   Return the name of the module, must be overloaded.

       $output = $output->Dataset ( @datasets )
	   Output a list of dataset objects, must be overloaded.

	   @datasets
	       A list of App::DSC::DataTool::Dataset objects to	be outputted.

PRIVATE	METHODS
       Process
       nodots

AUTHOR
       Jerry LundstrA<paragraph>m, "<lundstrom.jerry@gmail.com>"

BUGS
       Please report any bugs or feature requests to
       <https://github.com/DNS-OARC/dsc-datatool/issues>.

LICENSE	AND COPYRIGHT
       Copyright 2016 OARC, Inc.  All rights reserved.

       Redistribution and use in source	and binary forms, with or without
       modification, are permitted provided that the following conditions are
       met:

       1. Redistributions of source code must retain the above copyright
	  notice, this list of conditions and the following disclaimer.

       2. Redistributions in binary form must reproduce	the above copyright
	  notice, this list of conditions and the following disclaimer in
	  the documentation and/or other materials provided with the
	  distribution.

       3. Neither the name of the copyright holder nor the names of its
	  contributors may be used to endorse or promote products derived
	  from this software without specific prior written permission.

       THIS SOFTWARE IS	PROVIDED BY THE	COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
       IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
       TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
       PARTICULAR PURPOSE ARE DISCLAIMED. IN NO	EVENT SHALL THE	COPYRIGHT
       HOLDER OR CONTRIBUTORS BE LIABLE	FOR ANY	DIRECT,	INDIRECT, INCIDENTAL,
       SPECIAL,	EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,	BUT NOT
       LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;	LOSS OF	USE,
       DATA, OR	PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT	LIABILITY, OR TORT
       (INCLUDING NEGLIGENCE OR	OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       OF THIS SOFTWARE, EVEN IF ADVISED OF THE	POSSIBILITY OF SUCH DAMAGE.

perl v5.32.1			  2016-12App::DSC::DataTool::Output::Carbon(3)

NAME | VERSION | SYNOPSIS | DESCRIPTION | METHODS | PRIVATE METHODS | AUTHOR | BUGS | LICENSE AND COPYRIGHT

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=App::DSC::DataTool::Output::Carbon&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help