Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

moosex::storage::engine::trait::disablecycledetection(3) [osx man page]

MooseX::Storage::Engine::Trait::DisableCycleDetection(3)User Contributed Perl DocumentatioMooseX::Storage::Engine::Trait::DisableCycleDetection(3)

NAME
MooseX::Storage::Engine::Trait::DisableCycleDetection - A custom trait to bypass cycle detection SYNOPSIS
package Double; use Moose; use MooseX::Storage; with Storage( traits => ['DisableCycleDetection'] ); has 'x' => ( is => 'rw', isa => 'HashRef' ); has 'y' => ( is => 'rw', isa => 'HashRef' ); my $ref = {}; my $double = Double->new( 'x' => $ref, 'y' => $ref ); $double->pack; DESCRIPTION
"MooseX::Storage" implements a primitive check for circular references. This check also triggers on simple cases as shown in the Synopsis. Providing the "DisableCycleDetection" traits disables checks for any cyclical references, so if you know what you are doing, you can bypass this check. This trait is applied to an instance of MooseX::Storage::Engine, for the user-visible version shown in the SYNOPSIS, see MooseX::Storage::Traits::DisableCycleDetection METHODS
Introspection meta BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT. AUTHOR
Stevan Little <stevan.little@iinteractive.com> COPYRIGHT AND LICENSE
Copyright 2007-2008 by Infinity Interactive, Inc. <http://www.iinteractive.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.2 2009-08-11 MooseX::Storage::Engine::Trait::DisableCycleDetection(3)

Check Out this Related Man Page

MooseX::Storage::Traits::DisableCycleDetection(3)	User Contributed Perl Documentation	 MooseX::Storage::Traits::DisableCycleDetection(3)

NAME
MooseX::Storage::Traits::DisableCycleDetection - A custom trait to bypass cycle detection SYNOPSIS
package Double; use Moose; use MooseX::Storage; with Storage( traits => ['DisableCycleDetection'] ); has 'x' => ( is => 'rw', isa => 'HashRef' ); has 'y' => ( is => 'rw', isa => 'HashRef' ); my $ref = {}; my $double = Double->new( 'x' => $ref, 'y' => $ref ); $double->pack; DESCRIPTION
"MooseX::Storage" implements a primitive check for circular references. This check also triggers on simple cases as shown in the Synopsis. Providing the "DisableCycleDetection" traits disables checks for any cyclical references, so if you know what you are doing, you can bypass this check. This trait is applied to all objects that inherit from it. To use this on a per-case basis, see "disable_cycle_check" in MooseX::Storage::Basic. See the SYNOPSIS for a nice example that can be easily cargo-culted. METHODS
Introspection meta BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT. AUTHOR
Stevan Little <stevan.little@iinteractive.com> COPYRIGHT AND LICENSE
Copyright 2007-2008 by Infinity Interactive, Inc. <http://www.iinteractive.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.2 2012-02-28 MooseX::Storage::Traits::DisableCycleDetection(3)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Multiple Virtual Storage

Isn't MVS (Multiple Virtual Storage) UNIX? If not, what do you call it... just MVS? -royal (1 Reply)
Discussion started by: royal
1 Replies

2. Filesystems, Disks and Memory

how to find out unix server details

I like to find out Server Drive/Storage Specifications like Drive Size? Storage Type: Local or SAN ? Number of Processors: Processor Speed: Memory: please someone help me out how I can get from command line? Thanks you in advance (4 Replies)
Discussion started by: thopputhurai
4 Replies

3. Solaris

VERITAS Storage Foundation 5.0

HI friends, i'm planning tot study VERITAS Storage Foundation 5.0 .but i didn't get the study meterial (pdf or URL link). Any one can help me to get the PDF . Rgds, Jay (4 Replies)
Discussion started by: rjay.com
4 Replies

4. Filesystems, Disks and Memory

Storage Monitoring/Reporting?

Hi. How do you guys, monitor/report your Storage environment? I have people (don't we all? ) that like to have monthly reports on space (raw/assigned/available), ports available/used, switches and the such. Do you use anything special? Or are you like me, a nice big Excel spreadsheet? How... (1 Reply)
Discussion started by: Stephan
1 Replies

5. AIX

Which Forum for IBM Storage production are good?

Which Forum for IBM Storage production are good? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

6. UNIX for Dummies Questions & Answers

Storage from SAN

hi guys I installed Centos 5.5 (local disk). I am using 2 HBAs Now I mapped 5 LUNs from a Storage. I will be using LVM just to test I assigned a LUN I've read I have to use multipath to avoid my Centos see the LUN twice I enabled mdmpd and multipathd... something else I should do? ... (8 Replies)
Discussion started by: kopper
8 Replies

7. Shell Programming and Scripting

Parsing help ( awk)

Input File ( this is a sample record ) Storage Group Name: DRT_ny-iadsql1-c_ny-iadsql2-c Storage Group UID: 00:21:E9:C7:2D:E0:E1:11:82:CC:00:60:16:10:04:0A HBA/SP Pairs: HBA UID SP Name SPPort ------- ... (2 Replies)
Discussion started by: greycells
2 Replies

8. AIX

IBM AIX - SAN Storage DS4300 issue

Hi, This is follow up to the post https://www.unix.com/aix/233361-san-disk-appearing-double-aix.html When I connected Pseries Machine HBA Card ( Dual Port ) directly to the SAN Storage DS4300 , I was able to see Host Port Adapter WWN numbers , although I was getting this message... (2 Replies)
Discussion started by: filosophizer
2 Replies

9. AIX

Performance metrics between Dual Storage IOA versus other drive configurations

Greetings! We ordered a bunch of P7s as part of a hardware upgrade and I was made aware of the Dual Storage IOA configuration. This is something we hadn't fully considered and I was wondering if anyone had done any performance tests using this setup. All our IBM rep told us was "it's slower" and... (1 Reply)
Discussion started by: Mike Brendan
1 Replies