| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search |
| Modifier and Type | Method and Description |
|---|---|
QueryFlowWeight |
QueryFlowWeight.setIndexName(String indexName) |
QueryFlowWeight |
QueryFlowWeight.setWeight(Integer weight) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryFlowWeight> |
DescribeSearchIndexResponse.getQueryFlowWeight() |
List<QueryFlowWeight> |
UpdateSearchIndexRequest.getQueryFlowWeight() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSearchIndexResponse.addQueryFlowWeight(QueryFlowWeight w) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSearchIndexResponse.setQueryFlowWeight(List<QueryFlowWeight> queryFlowWeight) |
UpdateSearchIndexRequest |
UpdateSearchIndexRequest.setQueryFlowWeight(List<QueryFlowWeight> queryFlowWeight) |
| Constructor and Description |
|---|
UpdateSearchIndexRequest(String tableName,
String indexName,
List<QueryFlowWeight> queryFlowWeight)
设置查询流量权重
|
Copyright © 2024. All Rights Reserved.