public class InstanceConfigDO extends AbstractModel
Constructor and Description |
---|
InstanceConfigDO() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoCreateTopicsEnable()
Get Whether to create topics automatically
|
Long |
getDefaultNumPartitions()
Get Number of partitions
|
Long |
getDefaultReplicationFactor()
Get Default replication factor
|
void |
setAutoCreateTopicsEnable(Boolean AutoCreateTopicsEnable)
Set Whether to create topics automatically
|
void |
setDefaultNumPartitions(Long DefaultNumPartitions)
Set Number of partitions
|
void |
setDefaultReplicationFactor(Long DefaultReplicationFactor)
Set Default replication factor
|
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 Boolean getAutoCreateTopicsEnable()
public void setAutoCreateTopicsEnable(Boolean AutoCreateTopicsEnable)
AutoCreateTopicsEnable
- Whether to create topics automaticallypublic Long getDefaultNumPartitions()
public void setDefaultNumPartitions(Long DefaultNumPartitions)
DefaultNumPartitions
- Number of partitionspublic Long getDefaultReplicationFactor()
public void setDefaultReplicationFactor(Long DefaultReplicationFactor)
DefaultReplicationFactor
- Default replication factorCopyright © 2020. All rights reserved.