public class StorageIORMInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
int |
congestionThreshold |
String |
congestionThresholdMode |
boolean |
enabled |
Integer |
percentOfPeakThroughput |
Boolean |
statsAggregationDisabled |
Boolean |
statsCollectionEnabled |
dynamicProperty, dynamicType| Constructor and Description |
|---|
StorageIORMInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCongestionThreshold() |
String |
getCongestionThresholdMode() |
Integer |
getPercentOfPeakThroughput() |
Boolean |
getStatsAggregationDisabled() |
Boolean |
getStatsCollectionEnabled() |
boolean |
isEnabled() |
void |
setCongestionThreshold(int congestionThreshold) |
void |
setCongestionThresholdMode(String congestionThresholdMode) |
void |
setEnabled(boolean enabled) |
void |
setPercentOfPeakThroughput(Integer percentOfPeakThroughput) |
void |
setStatsAggregationDisabled(Boolean statsAggregationDisabled) |
void |
setStatsCollectionEnabled(Boolean statsCollectionEnabled) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean enabled
public String congestionThresholdMode
public int congestionThreshold
public Integer percentOfPeakThroughput
public Boolean statsCollectionEnabled
public Boolean statsAggregationDisabled
public boolean isEnabled()
public String getCongestionThresholdMode()
public int getCongestionThreshold()
public Integer getPercentOfPeakThroughput()
public Boolean getStatsCollectionEnabled()
public Boolean getStatsAggregationDisabled()
public void setEnabled(boolean enabled)
public void setCongestionThresholdMode(String congestionThresholdMode)
public void setCongestionThreshold(int congestionThreshold)
public void setPercentOfPeakThroughput(Integer percentOfPeakThroughput)
public void setStatsCollectionEnabled(Boolean statsCollectionEnabled)
public void setStatsAggregationDisabled(Boolean statsAggregationDisabled)
Copyright © 2011-2012. All Rights Reserved.