public class ClusterGlusterVolumeGlusterBrickStatistics extends CollectionDecorator<Statistic,Statistics,ClusterGlusterVolumeGlusterBrickStatistic>
ClusterGlusterVolumeGlusterBrickStatistics providing relation and functional services
to Statistics.
| Constructor and Description |
|---|
ClusterGlusterVolumeGlusterBrickStatistics(HttpProxyBroker proxy,
ClusterGlusterVolumeGlusterBrick parent) |
| Modifier and Type | Method and Description |
|---|---|
ClusterGlusterVolumeGlusterBrickStatistic |
get(UUID id)
Fetches ClusterGlusterVolumeGlusterBrickStatistic object by id.
|
ClusterGlusterVolumeGlusterBrickStatistic |
getById(String id)
Fetches ClusterGlusterVolumeGlusterBrickStatistic object by id.
|
List<ClusterGlusterVolumeGlusterBrickStatistic> |
list()
Lists ClusterGlusterVolumeGlusterBrickStatistic objects.
|
List<ClusterGlusterVolumeGlusterBrickStatistic> |
list(Integer max)
Lists ClusterGlusterVolumeGlusterBrickStatistic objects.
|
getpublic ClusterGlusterVolumeGlusterBrickStatistics(HttpProxyBroker proxy, ClusterGlusterVolumeGlusterBrick parent)
proxy - HttpProxyBrokerparent - ClusterGlusterVolumeGlusterBrickpublic List<ClusterGlusterVolumeGlusterBrickStatistic> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<Statistic,Statistics,ClusterGlusterVolumeGlusterBrickStatistic>ClusterGlusterVolumeGlusterBrickStatisticorg.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 ClusterGlusterVolumeGlusterBrickStatistic get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<Statistic,Statistics,ClusterGlusterVolumeGlusterBrickStatistic>id - entity idClusterGlusterVolumeGlusterBrickStatisticorg.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 ClusterGlusterVolumeGlusterBrickStatistic getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<Statistic,Statistics,ClusterGlusterVolumeGlusterBrickStatistic>id - entity idClusterGlusterVolumeGlusterBrickStatisticorg.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<ClusterGlusterVolumeGlusterBrickStatistic> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max -
[max results]
ClusterGlusterVolumeGlusterBrickStatisticorg.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