org.apache.hadoop.yarn.webapp
Class ResponseInfo
java.lang.Object
org.apache.hadoop.yarn.webapp.ResponseInfo
- All Implemented Interfaces:
- Iterable<ResponseInfo.Item>
public class ResponseInfo
- extends Object
- implements Iterable<ResponseInfo.Item>
A class to help passing around request scoped info
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseInfo
public ResponseInfo()
$about
public static ResponseInfo $about(String about)
about
public ResponseInfo about(String about)
about
public String about()
_
public ResponseInfo _(String key,
Object value)
_
public ResponseInfo _(String key,
String url,
Object anchor)
clear
public void clear()
iterator
public Iterator<ResponseInfo.Item> iterator()
- Specified by:
iterator in interface Iterable<ResponseInfo.Item>
Copyright © 2012 Apache Software Foundation. All Rights Reserved.