public class InstanceStats extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InstanceStats.Usage |
Constructor and Description |
---|
InstanceStats(String id,
Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
int |
getCores() |
long |
getDiskQuota() |
int |
getFdsQuota() |
String |
getHost() |
String |
getId() |
long |
getMemQuota() |
String |
getName() |
int |
getPort() |
InstanceState |
getState() |
double |
getUptime() |
List<String> |
getUris() |
InstanceStats.Usage |
getUsage() |
public int getCores()
public long getDiskQuota()
public int getFdsQuota()
public String getHost()
public String getId()
public long getMemQuota()
public String getName()
public int getPort()
public InstanceState getState()
public double getUptime()
public InstanceStats.Usage getUsage()
Copyright © 2014. All rights reserved.