Package 

Enum BatchProcessingLevel

  • 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.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      HIGH

      100 batches will be sent in a single upload cycle.

      MEDIUM

      10 batches will be sent in a single upload cycle.

      LOW

      Only 1 batch will be sent in a single upload cycle.