Changeset 16180 for trunk/Nebulous-Server/lib/Nebulous/Server.pod
- Timestamp:
- Jan 22, 2008, 11:25:43 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r13089 r16180 14 14 Nebulous::Server->sql( $sql ); 15 15 Nebulous::Server->config( $config ); 16 Nebulous::Server->create_object( $key, $ class, $volume, $comment);16 Nebulous::Server->create_object( $key, $volume ); 17 17 Nebulous::Server->rename_object( $key, $newkey ); 18 18 Nebulous::Server->replicate_object( $key, $volume ); … … 55 55 exception on error. 56 56 57 =item * create_object( $key, $ class, $volume, $comment);57 =item * create_object( $key, $volume ); 58 58 59 59 Accepts 4 parameters, only the first is mandatory. Returns a URI. Throws an … … 88 88 89 89 Accepts 1 parameters, it is mandatory. Returns a list of: so_id, ext_id, 90 class_id, comment,read_lock, write_lock, epoch.90 read_lock, write_lock, epoch. 91 91 92 92 =back
Note:
See TracChangeset
for help on using the changeset viewer.
