Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError
Packages that use TimelinePutResponse.TimelinePutError
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelinePutResponse.TimelinePutError in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelinePutResponse.TimelinePutErrorModifier and TypeMethodDescriptionTimelinePutResponse.getErrors()Get a list ofTimelinePutResponse.TimelinePutErrorinstancesMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelinePutResponse.TimelinePutErrorModifier and TypeMethodDescriptionvoidTimelinePutResponse.addError(TimelinePutResponse.TimelinePutError error) Add a singleTimelinePutResponse.TimelinePutErrorinstance into the existing listMethod parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelinePutResponse.TimelinePutErrorModifier and TypeMethodDescriptionvoidTimelinePutResponse.addErrors(List<TimelinePutResponse.TimelinePutError> errors) Add a list ofTimelinePutResponse.TimelinePutErrorinstances into the existing listvoidTimelinePutResponse.setErrors(List<TimelinePutResponse.TimelinePutError> errors) Set the list to the given list ofTimelinePutResponse.TimelinePutErrorinstances