| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimelinePutResponse.TimelinePutError> |
TimelinePutResponse.getErrors() |
Get a list of
TimelinePutResponse.TimelinePutError instances |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelinePutResponse.addError(TimelinePutResponse.TimelinePutError error) |
Add a single
TimelinePutResponse.TimelinePutError instance into the existing list |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelinePutResponse.addErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors) |
Add a list of
TimelinePutResponse.TimelinePutError instances into the existing list |
void |
TimelinePutResponse.setErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors) |
Set the list to the given list of
TimelinePutResponse.TimelinePutError instances |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.