Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
DistributeRule[] |
SubscribeKafkaConfig.getDistributeRules()
Get 分区规则。当NumberOfPartitions > 1时,该项必填。
注意:此字段可能返回 null,表示取不到有效值。
|
DistributeRule[] |
ModifySubscribeObjectsRequest.getDistributeRules()
Get kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
|
Modifier and Type | Method and Description |
---|---|
void |
SubscribeKafkaConfig.setDistributeRules(DistributeRule[] DistributeRules)
Set 分区规则。当NumberOfPartitions > 1时,该项必填。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModifySubscribeObjectsRequest.setDistributeRules(DistributeRule[] DistributeRules)
Set kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。
|
Constructor and Description |
---|
DistributeRule(DistributeRule 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.
|
Copyright © 2024. All rights reserved.