Changeset 20092
- Timestamp:
- Oct 13, 2008, 10:49:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r17678 r20092 16 16 Nebulous::Server->create_object( $key, $volume ); 17 17 Nebulous::Server->rename_object( $key, $newkey ); 18 Nebulous::Server->swap_objects( $key1, $key2 ); 18 19 Nebulous::Server->replicate_object( $key, $volume ); 19 20 Nebulous::Server->lock_object( $key, $type ); … … 163 164 Accepts 1 parameters, it is mandatory. Returns Boolean true. Throws an 164 165 exception on error. 166 167 =item * swap_objects( $key1, $key2 ); 168 169 Accepts 2 parameters, all mandatory. Atomically swaps the object names of 170 C<$key1> and C<$key2>. Both objects must already exist. Return true on 171 success or an exception on error. 165 172 166 173 =item * stat_object( $key );
Note:
See TracChangeset
for help on using the changeset viewer.
