public class ResourceUsageInfo extends Object
ServerStatus| Modifier and Type | Class and Description | 
|---|---|
| static class  | ResourceUsageInfo.Builder<T extends ResourceUsageInfo.Builder<T>> | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | ResourceUsageInfo(String resource,
                 String resolution,
                 String unit) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceUsageInfo.Builder<?> | builder() | 
| boolean | equals(Object obj) | 
| String | getResolution() | 
| String | getResource() | 
| String | getUnit() | 
| int | hashCode() | 
| protected com.google.common.base.Objects.ToStringHelper | string() | 
| ResourceUsageInfo.Builder<?> | toBuilder() | 
| String | toString() | 
@ConstructorProperties(value={"type","resolution","unit"}) protected ResourceUsageInfo(String resource, String resolution, String unit)
public static ResourceUsageInfo.Builder<?> builder()
public ResourceUsageInfo.Builder<?> toBuilder()
public String getResource()
public String getResolution()
public String getUnit()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.