Class TableImportTuning
- java.lang.Object
-
- jetbrains.buildServer.serverSide.maintenance.TableImportTuning
-
public final class TableImportTuning extends Object
Tuning options for table restoring. Value object.- Since:
- 8.1.3
- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableImportTuningof(int parallelThreads, int rowsPerStatement, int limitRowsPerPack, int limitPackSize)static TableImportTuningrestrict(TableImportTuning tuning1, TableImportTuning tuning2)StringtoString()
-
-
-
Method Detail
-
of
@NotNull public static TableImportTuning of(int parallelThreads, int rowsPerStatement, int limitRowsPerPack, int limitPackSize)
-
restrict
@NotNull public static TableImportTuning restrict(TableImportTuning tuning1, TableImportTuning tuning2)
-
-