private final class ProcessBasedLocalHBaseCluster.LocalDaemonLogTailer extends Object implements Runnable
| Modifier and Type | Field and Description | 
|---|---|
| private List<String> | dirList | 
| private FilenameFilter | LOG_FILES | 
| private Object | printLock | 
| private Set<String> | tailedFiles | 
| Modifier | Constructor and Description | 
|---|---|
| private  | LocalDaemonLogTailer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | run() | 
| private void | runInternal() | 
| private void | scanDirs() | 
| private void | startTailingFile(String filePath) | 
private final Set<String> tailedFiles
private final FilenameFilter LOG_FILES
private LocalDaemonLogTailer()
private void runInternal() throws IOException
IOExceptionprivate void scanDirs() throws FileNotFoundException
FileNotFoundExceptionprivate void startTailingFile(String filePath) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.