public class TaskMetricRepo extends MetricRepoBase implements MetricRepo
MetricRepo.MetricTypeclusterId| Constructor and Description |
|---|
TaskMetricRepo(com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.TaskMetric taskMetric) |
| 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() |
java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Counters> |
prepareTransactions() |
getClusterId, prepareMetricAttrsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareMetricAttrspublic TaskMetricRepo(com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.TaskMetric taskMetric)
public java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Counters> prepareTransactions()
prepareTransactions in interface MetricRepopublic com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.MetricAttributes getMetricAttributes()
getMetricAttributes in interface MetricRepopublic MetricRepo.MetricType getMetricType()
getMetricType in interface MetricRepopublic void executeDBOperations(java.sql.Connection dbConnection)
throws java.sql.SQLException
executeDBOperations in interface MetricRepojava.sql.SQLExceptionpublic java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Pair> prepareEvents()
prepareEvents in interface MetricRepo