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

NAME

Zing::Node - Node Information

ABSTRACT

Process Node Information

SYNOPSIS

  use Zing::Node;

  my $node = Zing::Node->new;

DESCRIPTION

This package provides represents a process within a network and cluster.

LIBRARIES

This package uses type constraints from:

Zing::Types

ATTRIBUTES

This package has the following attributes:

name

  name(Str)

This attribute is read-only, accepts (Str) values, and is optional.

pid

  pid(Str)

This attribute is read-only, accepts (Str) values, and is optional.

server

  server(Server)

This attribute is read-only, accepts (Server) values, and is optional.

METHODS

This package implements the following methods:

identifier

  identifier() : Str

The identifier method generates and returns a cross-cluster unique identifier.

identifier example #1
  # given: synopsis

  my $id = $node->identifier;

AUTHOR

Al Newkirk, awncorp@cpan.org

LICENSE

Copyright (C) 2011-2019, Al Newkirk, et al.

This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file".

PROJECT

Wiki

Project

Initiatives

Milestones

Contributing

Issues