public abstract class ProcessStatistics extends Object
| Constructor and Description |
|---|
ProcessStatistics() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
getDiskQuota()
The disk quota
|
abstract Long |
getFdsQuota()
The file desriptor quota
|
abstract String |
getHost()
The host
|
abstract Integer |
getIndex()
The index
|
abstract List<PortMapping> |
getInstancePorts()
The instance port mappings
|
abstract Long |
getMemoryQuota()
The memory quota
|
abstract String |
getState()
The state
|
abstract String |
getType()
The type
|
abstract Long |
getUptime()
The uptime
|
abstract ProcessUsage |
getUsage()
The usage
|
public abstract Long getDiskQuota()
public abstract Long getFdsQuota()
public abstract String getHost()
public abstract Integer getIndex()
public abstract List<PortMapping> getInstancePorts()
public abstract Long getMemoryQuota()
public abstract String getState()
public abstract String getType()
public abstract Long getUptime()
public abstract ProcessUsage getUsage()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.