Package io.hstream

Class FlowControlSetting.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • bytesLimit

        public FlowControlSetting.Builder bytesLimit​(int bytesLimit)
        Optional, the default value is 100MB, total bytes limit, including buffered batch records and sending records, the value should be greater than keys size * batchSetting.bytesLimit
        Parameters:
        bytesLimit - total bytes limit
        Returns:
        the FlowControlSetting Builder instance