| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.logaggregation | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContainerLogAggregationType | ContainerLogAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ContainerLogAggregationType[] | ContainerLogAggregationType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LogToolUtils. outputContainerLog(String containerId,
                  String nodeId,
                  String fileName,
                  long fileLength,
                  long outputSize,
                  String lastModifiedTime,
                  InputStream fis,
                  OutputStream os,
                  byte[] buf,
                  ContainerLogAggregationType logType)Output container log. | 
| static void | LogToolUtils. outputContainerLogThroughZeroCopy(String containerId,
                                 String nodeId,
                                 String fileName,
                                 long fileLength,
                                 long outputSize,
                                 String lastModifiedTime,
                                 FileInputStream fis,
                                 OutputStream os,
                                 ContainerLogAggregationType logType) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.