public static class
LoadAndRemapMatrix.Options
Optional attributes for LoadAndRemapMatrix
Public Methods
LoadAndRemapMatrix.Options |
maxRowsInMemory(Long maxRowsInMemory)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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. |
---|