| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
GetCursorResponse |
Client.GetCursor(String project,
String logStream,
int shardId,
Consts.CursorMode mode) |
|
GetCursorResponse |
LogService.GetCursor(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
Get cursor from log service server
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
static Consts.CursorMode |
Consts.CursorMode.valueOf(String name) |
返回带有指定名称的该类型的枚举常量。
|
static Consts.CursorMode[] |
Consts.CursorMode.values() |
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
GetCursorRequest.SetFrom(Consts.CursorMode mode) |
| 构造器 | 说明 |
|---|---|
DeleteShardRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
|
GetCursorRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
|
MergeShardsRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
|
SplitShardRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
Copyright © 2018. All Rights Reserved.