public class RedshiftPropertyMaxResultBufferParser extends Object
| Constructor and Description |
|---|
RedshiftPropertyMaxResultBufferParser() |
| Modifier and Type | Method and Description |
|---|---|
static long |
parseProperty(String value,
String propertyName)
Method to parse value of max result buffer size.
|
public RedshiftPropertyMaxResultBufferParser()
public static long parseProperty(String value, String propertyName) throws RedshiftException
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.RedshiftException - Exception when given value can't be parsed.Copyright © 2024 Amazon.com Inc.. All rights reserved.