public class PostProcessorManager extends Object
| Constructor and Description |
|---|
PostProcessorManager() |
PostProcessorManager(ChukwaConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteDirectory(String directory) |
static void |
main(String[] args) |
boolean |
moveToInErrorDirectory(String sourceDirectory,
String dirName,
String inErrorDirectory) |
org.apache.hadoop.fs.Path[] |
movetoMainRepository(String sourceDirectory,
String repoRootDirectory) |
boolean |
processDataLoaders(String directory) |
boolean |
processPostMoveTriggers(org.apache.hadoop.fs.Path[] files) |
void |
shutdown() |
void |
start() |
public PostProcessorManager(ChukwaConfiguration conf) throws Exception
Exceptionpublic void shutdown()
public void start()
public boolean processDataLoaders(String directory) throws IOException
IOExceptionpublic boolean processPostMoveTriggers(org.apache.hadoop.fs.Path[] files)
throws IOException
IOExceptionpublic org.apache.hadoop.fs.Path[] movetoMainRepository(String sourceDirectory, String repoRootDirectory) throws Exception
Exceptionpublic boolean moveToInErrorDirectory(String sourceDirectory, String dirName, String inErrorDirectory) throws Exception
Exceptionpublic boolean deleteDirectory(String directory) throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.