Class WriteBufferWaterMark

    • Constructor Detail

      • WriteBufferWaterMark

        public WriteBufferWaterMark​(int low,
                                    int high)
        Create a new instance.
        Parameters:
        low - low water mark for write buffer.
        high - high water mark for write buffer
    • Method Detail

      • low

        public int low()
        Returns the low water mark for the write buffer.
      • high

        public int high()
        Returns the high water mark for the write buffer.