public class CleanupQueue extends Object
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
限定符 | 构造器和说明 |
---|---|
protected |
CleanupQueue()
Create a singleton path-clean-up queue.
|
限定符和类型 | 方法和说明 |
---|---|
void |
addToQueue(org.apache.hadoop.mapred.CleanupQueue.PathDeletionContext... contexts)
Adds the paths to the queue of paths to be deleted by cleanupThread.
|
static CleanupQueue |
getInstance() |
protected boolean |
isQueueEmpty() |
protected CleanupQueue()
addToQueue(PathDeletionContext...)
to add paths for
deletion.public static CleanupQueue getInstance()
public void addToQueue(org.apache.hadoop.mapred.CleanupQueue.PathDeletionContext... contexts)
protected boolean isQueueEmpty()
Copyright © 2009 The Apache Software Foundation