Uses of Class
org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileController
Packages that use LogAggregationFileController
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation
Methods in org.apache.hadoop.yarn.logaggregation with parameters of type LogAggregationFileControllerModifier and TypeMethodDescriptionLogAggregationMetaCollector.collect(LogAggregationFileController fileController) Collects all log file metadata based on the complex query defined inUserLogsRequest.static StringLogCLIHelpers.guessOwnerWithFileFormat(LogAggregationFileController fileFormat, org.apache.hadoop.yarn.api.records.ApplicationId appId, String bestGuess, org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.yarn.logaggregation with parameters of type LogAggregationFileControllerModifierConstructorDescriptionLogDeletionTask(org.apache.hadoop.conf.Configuration conf, long retentionSecs, org.apache.hadoop.yarn.api.ApplicationClientProtocol rmClient, LogAggregationFileController fileController) -
Uses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation.filecontroller
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller that return LogAggregationFileControllerModifier and TypeMethodDescriptionLogAggregationFileControllerFactory.getFileControllerForRead(org.apache.hadoop.yarn.api.records.ApplicationId appId, String appOwner) GetLogAggregationFileControllerto read the aggregated logs for this application.LogAggregationFileControllerFactory.getFileControllerForWrite()GetLogAggregationFileControllerto write.Methods in org.apache.hadoop.yarn.logaggregation.filecontroller that return types with arguments of type LogAggregationFileControllerModifier and TypeMethodDescriptionLogAggregationFileControllerFactory.getConfiguredLogAggregationFileControllerList() -
Uses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile
Subclasses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation.filecontroller.ifileModifier and TypeClassDescriptionclassThe Indexed Log Aggregation File Format implementation. -
Uses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation.filecontroller.tfile
Subclasses of LogAggregationFileController in org.apache.hadoop.yarn.logaggregation.filecontroller.tfileModifier and TypeClassDescriptionclassThe TFile log aggregation file Controller implementation.