public class WrappedLogMetaRequest
extends java.lang.Object
ContainerLogsRequest
and calls #readAggregatedLogsMeta on the
LogAggregationFileController.
class.| Modifier and Type | Class | Description |
|---|---|---|
static class |
WrappedLogMetaRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static WrappedLogMetaRequest.Builder |
builder() |
|
java.lang.String |
getAppAttemptId() |
|
java.lang.String |
getAppId() |
|
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
|
java.util.List<org.apache.hadoop.yarn.logaggregation.ContainerLogMeta> |
getContainerLogMetas() |
Constructs a
ContainerLogsRequest object, and obtains
ContainerLogsRequest from the corresponding
LogAggregationFileController. |
public static WrappedLogMetaRequest.Builder builder()
public java.lang.String getAppId()
public java.lang.String getAppAttemptId()
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
public java.util.List<org.apache.hadoop.yarn.logaggregation.ContainerLogMeta> getContainerLogMetas()
throws java.io.IOException
ContainerLogsRequest object, and obtains
ContainerLogsRequest from the corresponding
LogAggregationFileController.ContainerLogMeta objects that belong
to the application, attempt or containerjava.io.IOException - if there are I/O errors.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.