Research Article
Partial Storage Optimization and Load Control Strategy of Cloud Data Centers
Pseudocode 2
Remove block method pseudocode.
Method RemoveBlocks | (1) Require: FileID | (2) Declare: | (3) Connect to controller Database | (4) = Select from table GROUPBY FileID | (5) While | (6) Declare ServerID = . getRow(0) | (7) CreateDirectory(FileID, ServerID) | (8) End While | (9) End of method |
|