Set the target partitions
(mut self, target_partitions: usize)
| 158 | |
| 159 | /// Set the target partitions |
| 160 | pub fn with_target_partitions(mut self, target_partitions: usize) -> Self { |
| 161 | self.target_partitions = target_partitions; |
| 162 | self |
| 163 | } |
| 164 | |
| 165 | /// Set the minimum size at which to repartition a file |
| 166 | pub fn with_repartition_file_min_size( |
no outgoing calls