@InterfaceAudience.Private public class RefreshHFilesClient extends Object implements Closeable
Modifier and Type | Field and Description |
---|---|
private Connection |
connection |
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
RefreshHFilesClient(org.apache.hadoop.conf.Configuration cfg)
Constructor with Conf object
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
refreshHFiles(Table table) |
void |
refreshHFiles(TableName tableName) |
private static final org.slf4j.Logger LOG
private final Connection connection
public RefreshHFilesClient(org.apache.hadoop.conf.Configuration cfg)
cfg
- public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void refreshHFiles(TableName tableName) throws Throwable
Throwable
public void refreshHFiles(Table table) throws Throwable
Throwable
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.