Interface MetricRepo

    • Method Detail

      • prepareTransactions

        java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Counters> prepareTransactions()
      • prepareEvents

        java.util.List<com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.Pair> prepareEvents()
      • getMetricAttributes

        com.mapr.fs.proto.clustermetrics.ClusterMetricsProto.MetricAttributes getMetricAttributes()
      • executeDBOperations

        void executeDBOperations​(java.sql.Connection dbConnection)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • prepareMetricAttrs

        boolean prepareMetricAttrs​(java.sql.PreparedStatement insertStmt,
                                   long time)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException