Interface Flattener.Monitor
- Enclosing interface:
- Flattener
public static interface Flattener.Monitor
- 
Method SummaryModifier and TypeMethodDescriptionintgetBufferSizeFor(int recordCount) Get the required buffer size for the specified number of records.
- 
Method Details- 
getBufferSizeForint getBufferSizeFor(int recordCount) Get the required buffer size for the specified number of records. for the meaning of this.- Parameters:
- recordCount- the number of records processed so far
- Returns:
- the buffer size the vectors report as being in use
 
 
-