Package | Description |
---|---|
org.apache.hadoop.yarn.logaggregation.filecontroller |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller.ifile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller.tfile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LogAggregationFileController.initializeWriter(LogAggregationFileControllerContext context)
Initialize the writer.
|
abstract void |
LogAggregationFileController.postWrite(LogAggregationFileControllerContext record)
Operations needed after write the log content.
|
Modifier and Type | Method and Description |
---|---|
void |
LogAggregationIndexedFileController.initializeWriter(LogAggregationFileControllerContext context) |
void |
LogAggregationIndexedFileController.postWrite(LogAggregationFileControllerContext record) |
Modifier and Type | Method and Description |
---|---|
void |
LogAggregationTFileController.initializeWriter(LogAggregationFileControllerContext context) |
void |
LogAggregationTFileController.postWrite(LogAggregationFileControllerContext record) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.