Package | Description |
---|---|
org.spf4j.perf.impl.ms.tsdb | |
org.spf4j.perf.tsdb |
Modifier and Type | Method and Description |
---|---|
static boolean |
TSDBMeasurementStore.canGenerateCount(TSTable info) |
static boolean |
TSDBMeasurementStore.canGenerateHeatChart(TSTable info) |
static boolean |
TSDBMeasurementStore.canGenerateMinMaxAvgCount(TSTable info) |
static boolean |
TSDBMeasurementStore.isCounterOnly(TSTable info) |
Modifier and Type | Method and Description |
---|---|
TSTable |
TimeSeriesDatabase.getTSTable(String tableName) |
Modifier and Type | Method and Description |
---|---|
Collection<TSTable> |
TimeSeriesDatabase.getTSTables() |
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.