private static final class LogCleaner.CleanerContext extends Object
Modifier and Type | Field and Description |
---|---|
(package private) CountDownLatch |
remainingResults |
(package private) AtomicBoolean |
result |
(package private) org.apache.hadoop.fs.FileStatus |
target |
Modifier | Constructor and Description |
---|---|
private |
CleanerContext(org.apache.hadoop.fs.FileStatus status) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
getResult(long waitIfNotFinished) |
(package private) org.apache.hadoop.fs.FileStatus |
getTargetToClean() |
(package private) void |
setResult(boolean res) |
String |
toString() |
final org.apache.hadoop.fs.FileStatus target
final AtomicBoolean result
final CountDownLatch remainingResults
private CleanerContext(org.apache.hadoop.fs.FileStatus status)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.