public class ApiHdfsUsageReport extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ITEMS_ATTR |
protected List<T> |
values |
Constructor and Description |
---|
ApiHdfsUsageReport() |
ApiHdfsUsageReport(Date lastUpdateTime,
List<ApiHdfsUsageReportRow> rows) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T item) |
boolean |
equals(Object o) |
T |
get(int index) |
Date |
getLastUpdateTime()
The time when HDFS usage info was last collected.
|
List<ApiHdfsUsageReportRow> |
getReportRows()
A list of per-user usage information at the requested
time granularity.
|
int |
hashCode() |
Iterator<T> |
iterator() |
void |
setLastUpdateTime(Date lastUpdateTime) |
void |
setReportRows(List<ApiHdfsUsageReportRow> rows) |
int |
size() |
String |
toString() |
public static final String ITEMS_ATTR
protected List<T> values
public ApiHdfsUsageReport()
public ApiHdfsUsageReport(Date lastUpdateTime, List<ApiHdfsUsageReportRow> rows)
public Date getLastUpdateTime()
public void setLastUpdateTime(Date lastUpdateTime)
public List<ApiHdfsUsageReportRow> getReportRows()
public void setReportRows(List<ApiHdfsUsageReportRow> rows)
public boolean equals(Object o)
public int hashCode()
public boolean add(T item)
public int size()
public T get(int index)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.