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
IOException
private void scanDirs() throws FileNotFoundException
FileNotFoundException
private void startTailingFile(String filePath) throws FileNotFoundException
FileNotFoundException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.