Interface ProgressLoggerInterface

  • All Known Implementing Classes:
    AbstractProgressLogger, ProgressLogger

    public interface ProgressLoggerInterface
    An interface defining the record() methods of the Picard-public ProgressLogger implementation.
    • Method Detail

      • record

        boolean record​(String chrom,
                       int pos)
      • record

        boolean record​(SAMRecord... recs)
      • reset

        default void reset()