public interface MeasurementCompressionManagerLocal
| Modifier and Type | Field and Description |
|---|---|
static String |
TAB_DATA_1D |
static String |
TAB_DATA_1H |
static String |
TAB_DATA_6H |
| Modifier and Type | Method and Description |
|---|---|
int |
compressDataInterval(String fromTable,
String toTable,
long begin,
long end) |
void |
compressPurgeAndTruncate() |
int |
purgeMeasurementInterval(String tableName,
long purgeAfter,
long purgeBefore) |
void |
truncateMeasurements(String tableName) |
static final String TAB_DATA_1H
static final String TAB_DATA_6H
static final String TAB_DATA_1D
void compressPurgeAndTruncate()
throws SQLException
SQLExceptionint compressDataInterval(String fromTable, String toTable, long begin, long end) throws SQLException
SQLExceptionint purgeMeasurementInterval(String tableName, long purgeAfter, long purgeBefore) throws SQLException
SQLExceptionvoid truncateMeasurements(String tableName) throws SQLException
SQLExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.