| 程序包 | 说明 |
|---|---|
| com.aliyun.openservices.log |
| 限定符和类型 | 方法和说明 |
|---|---|
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 prj,
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 prj,
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 prj,
String logStore,
int shardId,
String midHash) |
Copyright © 2016. All Rights Reserved.