Class PGPropertyMaxResultBufferParser


  • public class PGPropertyMaxResultBufferParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long parseProperty​(java.lang.String value)
      Method to parse value of max result buffer size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PGPropertyMaxResultBufferParser

        public PGPropertyMaxResultBufferParser()
    • Method Detail

      • parseProperty

        public static long parseProperty​(java.lang.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.