| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
CreateIndexResponse |
Client.CreateIndex(String project,
String logStore,
Index index) |
|
CreateIndexResponse |
LogService.CreateIndex(String project,
String logStore,
Index index) |
create logstore index
|
UpdateIndexResponse |
Client.UpdateIndex(String project,
String logStore,
Index index) |
|
UpdateIndexResponse |
LogService.UpdateIndex(String project,
String logStore,
Index index) |
Update logstore index config
|
| 构造器 | 说明 |
|---|---|
Index(Index other) |
Create index from another index
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
Index |
CreateIndexRequest.GetIndex() |
|
Index |
UpdateIndexRequest.GetIndex() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
CreateIndexRequest.SetIndex(Index index) |
|
void |
UpdateIndexRequest.SetIndex(Index index) |
| 构造器 | 说明 |
|---|---|
CreateIndexRequest(String project,
String logStore,
Index index) |
|
UpdateIndexRequest(String project,
String logStore,
Index index) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
Index |
GetIndexResponse.GetIndex() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
GetIndexResponse.SetIndex(Index index) |
| 构造器 | 说明 |
|---|---|
GetIndexResponse(Map<String,String> headers,
Index index) |
Copyright © 2018. All Rights Reserved.