Interface SplunkBufferingHints.Builder

  • Method Details

    • intervalInSeconds

      SplunkBufferingHints.Builder intervalInSeconds(Integer intervalInSeconds)

      Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).

      Parameters:
      intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sizeInMBs

      SplunkBufferingHints.Builder sizeInMBs(Integer sizeInMBs)

      Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.

      Parameters:
      sizeInMBs - Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
      Returns:
      Returns a reference to this object so that method calls can be chained together.