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 and Description |
---|---|
List<TimelinePutResponse.TimelinePutError> |
TimelinePutResponse.getErrors()
Get a list of
TimelinePutResponse.TimelinePutError instances |
Modifier and Type | Method and Description |
---|---|
void |
TimelinePutResponse.addError(TimelinePutResponse.TimelinePutError error)
Add a single
TimelinePutResponse.TimelinePutError instance into the existing list |
Modifier and Type | Method and Description |
---|---|
void |
TimelinePutResponse.addErrors(List<TimelinePutResponse.TimelinePutError> errors)
Add a list of
TimelinePutResponse.TimelinePutError instances into the existing list |
void |
TimelinePutResponse.setErrors(List<TimelinePutResponse.TimelinePutError> errors)
Set the list to the given list of
TimelinePutResponse.TimelinePutError instances |
Copyright © 2024 Apache Software Foundation. All rights reserved.