Class PGPropertyMaxResultBufferParser


  • public class PGPropertyMaxResultBufferParser
    extends Object
    • Constructor Detail

      • PGPropertyMaxResultBufferParser

        public PGPropertyMaxResultBufferParser()
    • Method Detail

      • parseProperty

        public static long parseProperty​(String value)
                                  throws PSQLException
        Method to parse value of max result buffer size.
        Parameters:
        value - string containing size of bytes with optional multiplier (T, G, M or K) or percent value to declare max percent of heap memory to use.
        Returns:
        value of max result buffer size.
        Throws:
        PSQLException - Exception when given value can't be parsed.