public static final class SubmitHotExpandTaskRequest.Mapping.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
SubmitHotExpandTaskRequest.Mapping |
build() |
SubmitHotExpandTaskRequest.Mapping.Builder |
dbShardColumn(String dbShardColumn)
The shard key used to split the database to which the associated table belongs.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
hotDbName(String hotDbName)
The name of the hot-spot database.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
hotTableName(String hotTableName)
The name of the hot-spot table.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
logicTable(String logicTable)
The name of the logical table on which you want to perform hot-spot scale-out.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
shardDbValue(String shardDbValue)
The value of the shard key used to split a database.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
shardTbValue(String shardTbValue)
The value of the shard key used to split a table.
|
SubmitHotExpandTaskRequest.Mapping.Builder |
tbShardColumn(String tbShardColumn)
The shard key used to split an associated table.
|
public SubmitHotExpandTaskRequest.Mapping.Builder dbShardColumn(String dbShardColumn)
public SubmitHotExpandTaskRequest.Mapping.Builder hotDbName(String hotDbName)
public SubmitHotExpandTaskRequest.Mapping.Builder hotTableName(String hotTableName)
public SubmitHotExpandTaskRequest.Mapping.Builder logicTable(String logicTable)
public SubmitHotExpandTaskRequest.Mapping.Builder shardDbValue(String shardDbValue)
public SubmitHotExpandTaskRequest.Mapping.Builder shardTbValue(String shardTbValue)
public SubmitHotExpandTaskRequest.Mapping.Builder tbShardColumn(String tbShardColumn)
public SubmitHotExpandTaskRequest.Mapping build()
Copyright © 2024. All rights reserved.