| Package | Description |
|---|---|
| com.aliyun.openservices.log |
| Modifier and Type | Method and Description |
|---|---|
ListShardResponse |
LogService.ListShard(ListShardRequest request)
Get the shards in the logtstore
|
ListShardResponse |
Client.ListShard(ListShardRequest request) |
ListShardResponse |
LogService.ListShard(String project,
String logStore)
Get the shards in the logtstore
|
ListShardResponse |
Client.ListShard(String project,
String logStore) |
ListShardResponse |
LogService.MergeShards(MergeShardsRequest request)
merge two readwrite shards in the logtstore
|
ListShardResponse |
Client.MergeShards(MergeShardsRequest request) |
ListShardResponse |
LogService.MergeShards(String project,
String logStore,
int shardId)
merge two readwrite shards in the logtstore
|
ListShardResponse |
Client.MergeShards(String project,
String logStore,
int shardId) |
ListShardResponse |
LogService.SplitShard(SplitShardRequest request)
split a readwrite shard in the logtstore
|
ListShardResponse |
Client.SplitShard(SplitShardRequest request) |
ListShardResponse |
LogService.SplitShard(String project,
String logStore,
int shardId,
String midHash)
split a readwrite shard in the logtstore
|
ListShardResponse |
Client.SplitShard(String project,
String logStore,
int shardId,
String midHash) |
Copyright © 2025. All Rights Reserved.