Class AggregatedLogDeletionService.LogDeletionTask
java.lang.Object
java.util.TimerTask
org.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionService.LogDeletionTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AggregatedLogDeletionService
-
Constructor Summary
ConstructorsConstructorDescriptionLogDeletionTask(org.apache.hadoop.conf.Configuration conf, long retentionSecs, org.apache.hadoop.yarn.api.ApplicationClientProtocol rmClient, LogAggregationFileController fileController) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.ApplicationClientProtocolvoidrun()Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Constructor Details
-
LogDeletionTask
public LogDeletionTask(org.apache.hadoop.conf.Configuration conf, long retentionSecs, org.apache.hadoop.yarn.api.ApplicationClientProtocol rmClient, LogAggregationFileController fileController)
-
-
Method Details