public static class
LoadAndRemapMatrix.Options
Optional attributes for LoadAndRemapMatrix
Public Methods
LoadAndRemapMatrix.Options |
maxRowsInMemory(Long maxRowsInMemory)
|
Inherited Methods
Public Methods
public LoadAndRemapMatrix.Options maxRowsInMemory (Long maxRowsInMemory)
Parameters
maxRowsInMemory | The maximum number of rows to load from the checkpoint at once. If less than or equal to 0, the entire matrix will be loaded into memory. Setting this arg trades increased disk reads for lower memory usage. |
---|