Changeset 13057
- Timestamp:
- Apr 27, 2007, 11:26:04 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pod
r5663 r13057 19 19 $neb->lock( "key", 'write' ); 20 20 $neb->unlock( "key", 'write' ); 21 my $uris = $neb->find_objects( $pattern ); 21 22 my $uris = $neb->find_instances( "key", "node01" ); 22 23 my $path = $neb->find( "key" ); … … 232 233 233 234 235 =item * find_objects($pattern) 236 237 Lists all storage objects that match C<$pattern>. Where C<$pattern> is a POSIX 238 1003.2 compatable regular repression. Note that this is I<NOT> a Perl or PCRE 239 regular expression. 240 241 =over 4 242 243 =item * pattern 244 245 The storage object key (name). 246 247 This parameter is optional. 248 249 =back 250 251 Returns an arrayref of scalars. 252 253 234 254 =item * find_instances($key, $volume) 235 255
Note:
See TracChangeset
for help on using the changeset viewer.
