Interface | Description |
---|---|
SfPlacementPolicy |
Defines methods for selecting a storage among all available storages in
all hosts in the cloud when placing a
StorageFile . |
Class | Description |
---|---|
SfPlacementPolicyAbstract | |
SfPlacementPolicyBestFit |
A placement policy that chooses the storage that has enough capacity for the storage file.
The storage is chosen according to the best fit method. |
SfPlacementPolicyFirstFit |
A placement policy that chooses the storage that has enough capacity for the storage file.
The storage is chosen according to the first fit method. |
SfPlacementPolicyRandomFit |
A placement policy that chooses the storage that has enough capacity for the storage file.
The storage is chosen according to the random fit method. |
SfPlacementPolicyWorstFit |
A placement policy that chooses the storage that has enough capacity for the storage file.
The storage is chosen according to the worst fit method. |