Package 

Enum BatchSize

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum BatchSize
    extends Enum<BatchSize>
                        

    Defines the policy when batching data together. Smaller batches will means smaller but more network requests, whereas larger batches will mean fewer but larger network requests.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LARGE

      Prefer large batches.

      MEDIUM

      Prefer medium sized batches.

      SMALL

      Prefer small batches.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait