@InterfaceAudience.Private public class AggregateAppResourceUsage extends Object
| Constructor and Description |
|---|
AggregateAppResourceUsage(long memorySeconds,
long vcoreSeconds) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMemorySeconds() |
long |
getVcoreSeconds() |
void |
setMemorySeconds(long memorySeconds) |
void |
setVcoreSeconds(long vcoreSeconds) |
public AggregateAppResourceUsage(long memorySeconds,
long vcoreSeconds)
public long getMemorySeconds()
public void setMemorySeconds(long memorySeconds)
memorySeconds - the memorySeconds to setpublic long getVcoreSeconds()
public void setVcoreSeconds(long vcoreSeconds)
vcoreSeconds - the vcoreSeconds to setCopyright © 2017 Apache Software Foundation. All Rights Reserved.