models.algorithm_enum module¶
-
class
models.algorithm_enum.AlgorithmEnum[source]¶ Bases:
objectImplementation of the ‘Algorithm’ enum.
Algorthm used for erasure coding. REED_SOLOMON indicates the algorithm used for erasure coding. LRC indicates the algorithm used for erasure coding.
- Attributes:
REED_SOLOMON: TODO: type description here. LRC: TODO: type description here.
-
LRC= 'LRC'¶
-
REED_SOLOMON= 'REED_SOLOMON'¶