public interface MetricsBatteryUsageDao extends BaseDao<MetricsBatteryUsage,Object>
Modifier and Type | Method and Description |
---|---|
long |
countOf(MetricsUtils.AGGREGATION_TYPE aggregationType,
long start,
long end) |
void |
deleteByNodeId(int nodeId) |
void |
deletePrevious(MetricsBatteryUsage metric) |
List<MetricsBatteryUsage> |
getAggregationRequiredNodeIds(MetricsUtils.AGGREGATION_TYPE aggregationType,
Long fromTimestamp,
Long toTimestamp) |
List<MetricsBatteryUsage> |
getAll(MetricsBatteryUsage metric) |
boolean |
isRecordFound(MetricsUtils.AGGREGATION_TYPE aggregationType,
long start,
long end) |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, get, getAll, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateId
void deletePrevious(MetricsBatteryUsage metric)
void deleteByNodeId(int nodeId)
List<MetricsBatteryUsage> getAll(MetricsBatteryUsage metric)
List<MetricsBatteryUsage> getAggregationRequiredNodeIds(MetricsUtils.AGGREGATION_TYPE aggregationType, Long fromTimestamp, Long toTimestamp)
long countOf(MetricsUtils.AGGREGATION_TYPE aggregationType, long start, long end)
boolean isRecordFound(MetricsUtils.AGGREGATION_TYPE aggregationType, long start, long end)
Copyright © 2015–2019. All rights reserved.