IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13057


Ignore:
Timestamp:
Apr 27, 2007, 11:26:04 AM (19 years ago)
Author:
jhoblitt
Message:

doc find_objects()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pod

    r5663 r13057  
    1919    $neb->lock( "key", 'write' );
    2020    $neb->unlock( "key", 'write' );
     21    my $uris = $neb->find_objects( $pattern );
    2122    my $uris = $neb->find_instances( "key", "node01" );
    2223    my $path = $neb->find( "key" );
     
    232233
    233234
     235=item * find_objects($pattern)
     236
     237Lists all storage objects that match C<$pattern>.  Where C<$pattern> is a POSIX
     2381003.2 compatable regular repression.  Note that this is I<NOT> a Perl or PCRE
     239regular expression.
     240
     241=over 4
     242
     243=item * pattern
     244
     245The storage object key (name).
     246
     247This parameter is optional.
     248
     249=back
     250
     251Returns an arrayref of scalars.
     252
     253
    234254=item * find_instances($key, $volume)
    235255
Note: See TracChangeset for help on using the changeset viewer.