Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelinePutResponse.TimelinePutError

Packages that use TimelinePutResponse.TimelinePutError
org.apache.hadoop.yarn.api.records.timeline 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.TimelinePutError
 List<TimelinePutResponse.TimelinePutError> TimelinePutResponse.getErrors()
          Get a list of TimelinePutResponse.TimelinePutError instances
 

Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelinePutResponse.TimelinePutError
 void TimelinePutResponse.addError(TimelinePutResponse.TimelinePutError error)
          Add a single TimelinePutResponse.TimelinePutError instance into the existing list
 

Method parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelinePutResponse.TimelinePutError
 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 © 2014 Apache Software Foundation. All Rights Reserved.