public class Rowboat extends Object implements Comparable<Rowboat>
Constructor and Description |
---|
Rowboat(long timestamp,
int[][] dims,
Object[] metrics,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(int indexNum,
int rowNum) |
int |
compareTo(Rowboat rhs) |
Map<Integer,TreeSet<Integer>> |
getComprisedRows() |
int[][] |
getDims() |
Object[] |
getMetrics() |
int |
getRowNum() |
long |
getTimestamp() |
String |
toString() |
public Rowboat(long timestamp, int[][] dims, Object[] metrics, int rowNum)
public long getTimestamp()
public int[][] getDims()
public Object[] getMetrics()
public void addRow(int indexNum, int rowNum)
public int getRowNum()
public int compareTo(Rowboat rhs)
compareTo
in interface Comparable<Rowboat>
Copyright © 2011–2015. All rights reserved.