public class HostNumaNodeStatistics extends CollectionDecorator<Statistic,Statistics,HostNumaNodeStatistic>
HostNumaNodeStatistics providing relation and functional services
to Statistics.
| Constructor and Description |
|---|
HostNumaNodeStatistics(HttpProxyBroker proxy,
HostNumaNode parent) |
| Modifier and Type | Method and Description |
|---|---|
HostNumaNodeStatistic |
get(UUID id)
Fetches HostNumaNodeStatistic object by id.
|
HostNumaNodeStatistic |
getById(String id)
Fetches HostNumaNodeStatistic object by id.
|
List<HostNumaNodeStatistic> |
list()
Lists HostNumaNodeStatistic objects.
|
List<HostNumaNodeStatistic> |
list(Integer max)
Lists HostNumaNodeStatistic objects.
|
getpublic HostNumaNodeStatistics(HttpProxyBroker proxy, HostNumaNode parent)
proxy - HttpProxyBrokerparent - HostNumaNodepublic List<HostNumaNodeStatistic> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<Statistic,Statistics,HostNumaNodeStatistic>HostNumaNodeStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public HostNumaNodeStatistic get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<Statistic,Statistics,HostNumaNodeStatistic>id - entity idHostNumaNodeStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public HostNumaNodeStatistic getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<Statistic,Statistics,HostNumaNodeStatistic>id - entity idHostNumaNodeStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public List<HostNumaNodeStatistic> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max -
[max results]
HostNumaNodeStatisticorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0