-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BatchProcessingLevel extends Enum<BatchProcessingLevel>
Defines the policy for sending the batches. High level will mean that more data will be sent in a single upload cycle but more CPU and memory will be used to process the data. Low level will mean that less data will be sent in a single upload cycle but less CPU and memory will be used to process the data.
-
-
Method Summary
Modifier and Type Method Description final IntegergetMaxBatchesPerUploadJob()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getMaxBatchesPerUploadJob
final Integer getMaxBatchesPerUploadJob()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-