public class LocalBinlogConfigDefault extends AbstractModel
Constructor and Description |
---|
LocalBinlogConfigDefault() |
LocalBinlogConfigDefault(LocalBinlogConfigDefault 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 |
---|---|
Long |
getMaxUsage()
Get 本地binlog空间使用率,可取值范围:[30,50]。
|
Long |
getSaveHours()
Get 本地binlog保留时长,可取值范围:[72,168]。
|
void |
setMaxUsage(Long MaxUsage)
Set 本地binlog空间使用率,可取值范围:[30,50]。
|
void |
setSaveHours(Long SaveHours)
Set 本地binlog保留时长,可取值范围:[72,168]。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LocalBinlogConfigDefault()
public LocalBinlogConfigDefault(LocalBinlogConfigDefault source)
public Long getSaveHours()
public void setSaveHours(Long SaveHours)
SaveHours
- 本地binlog保留时长,可取值范围:[72,168]。public Long getMaxUsage()
public void setMaxUsage(Long MaxUsage)
MaxUsage
- 本地binlog空间使用率,可取值范围:[30,50]。Copyright © 2022. All rights reserved.