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.Visitorvisit in interface MetaTableAccessor.Visitorresult - A row from catalog tableIOExceptionprivate List<RegionInfo> getReassigns()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.