Package | Description |
---|---|
org.spf4j.base | |
org.spf4j.ds | |
org.spf4j.perf.impl.chart | |
org.spf4j.perf.tsdb |
Modifier and Type | Class and Description |
---|---|
class |
ComparablePair<A extends Comparable & Serializable,B extends Comparable & Serializable> |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
Pair.from(String stringPair)
Creates a pair from a (str1,str2) pair.
|
static <A,B> Pair<A,B> |
Pair.of(A first,
B second) |
Modifier and Type | Class and Description |
---|---|
class |
VertexEdges<V,E> |
Modifier and Type | Method and Description |
---|---|
Pair<V,V> |
HashMapGraph.getVertices(E edge) |
Pair<V,V> |
Graph.getVertices(E edge) |
Modifier and Type | Method and Description |
---|---|
static Pair<long[],double[][]> |
Charts.fillGaps(long[] timestamps,
long[][] data,
int sampleTime,
int nrColumns) |
Modifier and Type | Method and Description |
---|---|
Pair<long[],long[][]> |
TimeSeriesDatabase.read(String tableName,
long startTime,
long endTime)
Read measurements from table.
|
Pair<long[],long[][]> |
TimeSeriesDatabase.readAll(String tableName) |
Modifier and Type | Method and Description |
---|---|
static org.jfree.chart.JFreeChart |
TimeSeriesDatabase.createCountJFreeChart(Pair<long[],long[][]> data,
TSTable info) |
static org.jfree.chart.JFreeChart |
TimeSeriesDatabase.createHeatJFreeChart(Pair<long[],long[][]> data,
TSTable info) |
static List<org.jfree.chart.JFreeChart> |
TimeSeriesDatabase.createJFreeCharts(Pair<long[],long[][]> data,
TSTable info) |
static org.jfree.chart.JFreeChart |
TimeSeriesDatabase.createMinMaxAvgJFreeChart(Pair<long[],long[][]> data,
TSTable info) |
Copyright © 2014. All rights reserved.