| Package | Description |
|---|---|
| org.apache.hadoop.yarn.logaggregation |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerLogAggregationType |
ContainerLogAggregationType.valueOf(java.lang.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 | Description |
|---|---|---|
static void |
LogToolUtils.outputContainerLog(java.lang.String containerId,
java.lang.String nodeId,
java.lang.String fileName,
long fileLength,
long outputSize,
java.lang.String lastModifiedTime,
java.io.InputStream fis,
java.io.OutputStream os,
byte[] buf,
ContainerLogAggregationType logType) |
Output container log.
|
static void |
LogToolUtils.outputContainerLogThroughZeroCopy(java.lang.String containerId,
java.lang.String nodeId,
java.lang.String fileName,
long fileLength,
long outputSize,
java.lang.String lastModifiedTime,
java.io.InputStream is,
java.io.OutputStream os,
ContainerLogAggregationType logType) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.