| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
ListShardResponse |
Client.ListShard(ListShardRequest request) |
|
ListShardResponse |
Client.ListShard(String prj,
String logStore) |
|
ListShardResponse |
LogService.ListShard(ListShardRequest request) |
Get the shards in the logtstore
|
ListShardResponse |
LogService.ListShard(String project,
String logStore) |
Get the shards in the logtstore
|
ListShardResponse |
Client.MergeShards(MergeShardsRequest request) |
|
ListShardResponse |
Client.MergeShards(String prj,
String logStore,
int shardId) |
|
ListShardResponse |
LogService.MergeShards(MergeShardsRequest request) |
merge two readwrite shards in the logtstore
|
ListShardResponse |
LogService.MergeShards(String project,
String logStore,
int shardId) |
merge two readwrite shards in the logtstore
|
ListShardResponse |
Client.SplitShard(SplitShardRequest request) |
|
ListShardResponse |
Client.SplitShard(String prj,
String logStore,
int shardId,
String midHash) |
|
ListShardResponse |
LogService.SplitShard(SplitShardRequest request) |
split a readwrite shard in the logtstore
|
ListShardResponse |
LogService.SplitShard(String project,
String logStore,
int shardId,
String midHash) |
split a readwrite shard in the logtstore
|
Copyright © 2018. All Rights Reserved.