Class ScanInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.scans.ScanInformation
-
public class ScanInformation extends Object
Generates a scan JSON object- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description LongoldestScanlongscanCountStringserver
-
Constructor Summary
Constructors Constructor Description ScanInformation()ScanInformation(TabletServerStatus tserverInfo, long scanCount, Long oldestScan)Stores new scan information
-
-
-
Constructor Detail
-
ScanInformation
public ScanInformation()
-
ScanInformation
public ScanInformation(TabletServerStatus tserverInfo, long scanCount, Long oldestScan)
Stores new scan information- Parameters:
tserverInfo- status of the tserverscanCount- number of scansoldestScan- time of oldest scan
-
-