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