Class ScanInformation


  • public class ScanInformation
    extends Object
    Generates a scan JSON object
    Since:
    2.0.0
    • Field Detail

      • server

        public String server
      • scanCount

        public long scanCount
      • oldestScan

        public Long oldestScan
    • Constructor Detail

      • ScanInformation

        public ScanInformation()
      • ScanInformation

        public ScanInformation​(TabletServerStatus tserverInfo,
                               long scanCount,
                               Long oldestScan)
        Stores new scan information
        Parameters:
        tserverInfo - status of the tserver
        scanCount - number of scans
        oldestScan - time of oldest scan