The scale factor for the stripe size has changed and thus the writer should adjust their desired size appropriately. @param newScale the current scale factor for memory allocations @return true if the writer was over the limit
(double newScale)
| 42 | * @return true if the writer was over the limit |
| 43 | */ |
| 44 | boolean checkMemory(double newScale) throws IOException; |
| 45 | } |
| 46 | |
| 47 | /** |
no outgoing calls