public interface MetricRepo
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricRepo.MetricType |
| Modifier and Type | Method and Description |
|---|---|
void |
executeDBOperations(java.sql.Connection dbConnection) |
com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.MetricAttributes |
getMetricAttributes() |
MetricRepo.MetricType |
getMetricType() |
java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Pair> |
prepareEvents() |
boolean |
prepareMetricAttrs(java.sql.PreparedStatement insertStmt,
long time) |
java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Counters> |
prepareTransactions() |
java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Counters> prepareTransactions()
java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Pair> prepareEvents()
com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.MetricAttributes getMetricAttributes()
MetricRepo.MetricType getMetricType()
void executeDBOperations(java.sql.Connection dbConnection)
throws java.sql.SQLException
java.sql.SQLExceptionboolean prepareMetricAttrs(java.sql.PreparedStatement insertStmt,
long time)
throws java.sql.SQLException
java.sql.SQLException