public class PrestoMonitorMetrics extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrestoMonitorMetrics() |
PrestoMonitorMetrics(PrestoMonitorMetrics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getFragmentCacheHitRate()
Get The Fragment cache hit rate.
|
Float |
getLocalCacheHitRate()
Get The Alluxio cache hit rate.
|
void |
setFragmentCacheHitRate(Float FragmentCacheHitRate)
Set The Fragment cache hit rate.
|
void |
setLocalCacheHitRate(Float LocalCacheHitRate)
Set The Alluxio cache hit rate.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PrestoMonitorMetrics()
public PrestoMonitorMetrics(PrestoMonitorMetrics source)
public Float getLocalCacheHitRate()
public void setLocalCacheHitRate(Float LocalCacheHitRate)
LocalCacheHitRate
- The Alluxio cache hit rate.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Float getFragmentCacheHitRate()
public void setFragmentCacheHitRate(Float FragmentCacheHitRate)
FragmentCacheHitRate
- The Fragment cache hit rate.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.