Serializablepublic class MergeShardsRequest extends Request
| 构造器 | 说明 |
|---|---|
MergeShardsRequest(String project,
String logStore,
int shardId) |
Construct a get cursor request
|
MergeShardsRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
String |
GetLogStore() |
|
int |
GetShardId() |
|
void |
SetLogStore(String logStore) |
|
void |
SetShardId(int shardId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllParams, GetParam, GetProject, SetParamprotected String mLogStore
protected int mShardId
public MergeShardsRequest(String project, String logStore, int shardId)
project - project namelogStore - log stream nameshardId - shard idpublic MergeShardsRequest(String project, String logStore, int shardId, Consts.CursorMode mode)
Copyright © 2018. All Rights Reserved.