public static final class MarkerTool.ScanResult extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
finish()
Throw an exception if the exit code is non-zero.
|
int |
getExitCode()
Exit code to report.
|
int |
getFilteredMarkerCount() |
MarkerTool.MarkerPurgeSummary |
getPurgeSummary()
Summary of purge.
|
int |
getTotalMarkerCount() |
DirMarkerTracker |
getTracker()
Tracker which did the scan.
|
String |
toString() |
public int getExitCode()
public DirMarkerTracker getTracker()
public MarkerTool.MarkerPurgeSummary getPurgeSummary()
public int getTotalMarkerCount()
public int getFilteredMarkerCount()
public int finish()
throws org.apache.hadoop.util.ExitUtil.ExitException
ExitUtil.ExitException - if code != 0Copyright © 2008–2022 Apache Software Foundation. All rights reserved.