| Package | Description |
|---|---|
| com.aliyun.openservices.log | |
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request |
| Modifier and Type | Method and Description |
|---|---|
GetCursorResponse |
LogService.GetCursor(String project,
String logStore,
int shardId,
Consts.CursorMode mode)
Get cursor from log service server
|
GetCursorResponse |
Client.GetCursor(String project,
String logStream,
int shardId,
Consts.CursorMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static Consts.CursorMode |
Consts.CursorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consts.CursorMode[] |
Consts.CursorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCursorRequest.SetFrom(Consts.CursorMode mode) |
| Constructor and Description |
|---|
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 © 2025. All Rights Reserved.