V
- The type parameter of matrix elementspublic abstract class BaseMatrixIterator<V extends org.apache.hadoop.io.Writable> extends java.lang.Object implements MatrixIterator<V>
Modifier and Type | Field and Description |
---|---|
protected com.esotericsoftware.kryo.io.KryoDataInput |
dataIn |
protected com.esotericsoftware.kryo.io.Input |
in |
Constructor and Description |
---|
BaseMatrixIterator(org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
currentCol, currentRows, next, numNonzeros
protected final com.esotericsoftware.kryo.io.Input in
protected final com.esotericsoftware.kryo.io.KryoDataInput dataIn