private static class HBCKServerCrashProcedure.UnknownServerVisitor extends Object implements MetaTableAccessor.Visitor
Modifier and Type | Field and Description |
---|---|
private Connection |
connection |
private List<RegionInfo> |
reassigns |
private ServerName |
unknownServerName |
Modifier | Constructor and Description |
---|---|
private |
UnknownServerVisitor(Connection connection,
ServerName unknownServerName) |
Modifier and Type | Method and Description |
---|---|
private List<RegionInfo> |
getReassigns() |
boolean |
visit(Result result)
Visit the catalog table row.
|
private final List<RegionInfo> reassigns
private final ServerName unknownServerName
private final Connection connection
private UnknownServerVisitor(Connection connection, ServerName unknownServerName)
public boolean visit(Result result) throws IOException
MetaTableAccessor.Visitor
visit
in interface MetaTableAccessor.Visitor
result
- A row from catalog tableIOException
private List<RegionInfo> getReassigns()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.