Class BufferingHints

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class BufferingHints
    extends Object
    implements Serializable, Cloneable

    Describes hints for the buffering to perform before delivering data to the destination. Please note that these options are treated as hints, and therefore Firehose may choose to use different values when it is optimal.

    See Also:
    Serialized Form
    • Constructor Detail

      • BufferingHints

        public BufferingHints()
    • Method Detail

      • setSizeInMBs

        public void setSizeInMBs​(Integer sizeInMBs)

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

      • getSizeInMBs

        public Integer getSizeInMBs()

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

      • withSizeInMBs

        public BufferingHints withSizeInMBs​(Integer sizeInMBs)

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

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

        We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec set SizeInMBs to be 10 MB or higher.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIntervalInSeconds

        public void setIntervalInSeconds​(Integer intervalInSeconds)

        Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.

        Parameters:
        intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.
      • getIntervalInSeconds

        public Integer getIntervalInSeconds()

        Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.

        Returns:
        Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.
      • withIntervalInSeconds

        public BufferingHints withIntervalInSeconds​(Integer intervalInSeconds)

        Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300.

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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object