Package org.apache.hadoop.yarn.logaggregation
@Public
package org.apache.hadoop.yarn.logaggregation
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassDescriptionorg.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionServiceA service that periodically deletes aggregated logs.org.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionService.LogDeletionTaskorg.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.ContainerLogsReaderorg.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogRetentionContextA context for log retention to determine if files are older than the retention policy configured in YarnConfiguration.org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogValueorg.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogWriterThe writer that writes out the aggregated logs.Enumeration of various aggregation type of a container log.org.apache.hadoop.yarn.logaggregation.ContainerLogFileInfoContainerLogFileInfo represents the meta data for a container log file, which includes: The filename of the container log. The size of the container log. The last modification time of the container log.org.apache.hadoop.yarn.logaggregation.ContainerLogMetaThe ContainerLogMeta includes: The Container Id. The NodeManager Id. A list of
ContainerLogFileInfo.org.apache.hadoop.yarn.logaggregation.ContainerLogsRequestorg.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequestRepresents a query of log metadata with extended filtering capabilities.org.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequest.ComparisonCollectionA collection ofComparisonExpression.org.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequest.ComparisonExpressionWraps a comparison logic based on a stringified expression.org.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequest.ExtendedLogMetaRequestBuilderorg.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequest.MatchExpressionWraps a regex matcher.org.apache.hadoop.yarn.logaggregation.LogAggregationMetaCollectorFacilitates an extended query of aggregated log file metadata with the help of file controllers.org.apache.hadoop.yarn.logaggregation.LogAggregationUtilsorg.apache.hadoop.yarn.logaggregation.LogAggregationWebUtilsUtils for rendering aggregated logs block.org.apache.hadoop.yarn.logaggregation.LogCLIHelpersorg.apache.hadoop.yarn.logaggregation.LogToolUtilsThis class contains several utility function which could be used in different log tools.