Class FetchResults
- java.lang.Object
-
- org.opennms.netmgt.measurements.api.FetchResults
-
public class FetchResults extends Object
Used to store the results of a fetch.- Author:
- Jesse White
-
-
Constructor Summary
Constructors Constructor Description FetchResults(long[] timestamps, Map<String,double[]> columns, long step, Map<String,Object> constants, QueryMetadata metadata)
FetchResults(com.google.common.collect.RowSortedTable<Long,String,Double> table, long step, Map<String,Object> constants, QueryMetadata metadata)
Used when applying filters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.RowSortedTable<Long,String,Double>
asRowSortedTable()
Map<String,double[]>
getColumns()
Map<String,Object>
getConstants()
QueryMetadata
getMetadata()
long
getStep()
long[]
getTimestamps()
String
toString()
-
-
-
Method Detail
-
getTimestamps
public long[] getTimestamps()
-
getStep
public long getStep()
-
getMetadata
public QueryMetadata getMetadata()
-
-