Modifier and Type | Field and Description |
---|---|
private ClusterConnection |
connection |
private HbckErrorReporter |
errors |
private HBaseFsck |
hbck |
private ServerName |
rsinfo |
Constructor and Description |
---|
WorkItemRegion(HBaseFsck hbck,
ServerName info,
HbckErrorReporter errors,
ClusterConnection connection) |
Modifier and Type | Method and Description |
---|---|
Void |
call() |
private List<RegionInfo> |
filterRegions(List<RegionInfo> regions) |
private final ServerName rsinfo
private final HbckErrorReporter errors
private final ClusterConnection connection
WorkItemRegion(HBaseFsck hbck, ServerName info, HbckErrorReporter errors, ClusterConnection connection)
public Void call() throws IOException
call
in interface Callable<Void>
IOException
private List<RegionInfo> filterRegions(List<RegionInfo> regions)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.