Refactor VectorWritable
-----------------------
Key: HAMA-31
URL: https://issues.apache.org/jira/browse/HAMA-31
Project: Hama
Issue Type: Improvement
Components: implementation
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.1.0
Some codes are duplicated.
Remove the deprecated below methods:
@Deprecated
public int[] m_dims;
@Deprecated
public double[] m_vals;
@Deprecated
public void parse(Set<Entry<byte[], Cell>> entrySet) {}
@Deprecated
public int getDimAt(int index) {}
@Deprecated
public double getValueAt(int index) {}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.