Class LoggingMetric


  • public class LoggingMetric
    extends Object
    Just a small wrapper class to allow us to pass a few extra details along with a metrics snapshot (like the batch id)
    • Constructor Detail

      • LoggingMetric

        public LoggingMetric​(long batchId,
                             IMetricsSnapshot snapshot)
        Parameters:
        batchId -
        snapshot -
    • Method Detail

      • getBatchId

        public long getBatchId()
        Returns:
        the batchId
      • setBatchId

        public void setBatchId​(long batchId)
        Parameters:
        batchId - the batchId to set
      • setSnapshot

        public void setSnapshot​(IMetricsSnapshot snapshot)
        Parameters:
        snapshot - the snapshot to set