public class ReblockBuffer extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
DEFAULT_BUFFER_SIZE  | 
| Constructor and Description | 
|---|
ReblockBuffer(int buffersize,
             long rlen,
             long clen,
             int blen)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
appendCell(long r,
          long c,
          double v)  | 
List<IndexedMatrixValue> | 
flushBufferToBinaryBlocks()  | 
int | 
getCapacity()  | 
int | 
getSize()  | 
public static final int DEFAULT_BUFFER_SIZE
public ReblockBuffer(int buffersize,
                     long rlen,
                     long clen,
                     int blen)
public void appendCell(long r,
                       long c,
                       double v)
public int getSize()
public int getCapacity()
public List<IndexedMatrixValue> flushBufferToBinaryBlocks() throws DMLRuntimeException
DMLRuntimeExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.