public class SplitShardRequest extends Request
| 构造器和说明 |
|---|
SplitShardRequest(String project,
String logStore,
int shardId,
Consts.CursorMode mode) |
SplitShardRequest(String project,
String logStore,
int shardId,
String midHash)
Construct a get cursor request
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
GetLogStore() |
String |
GetMidHash() |
int |
GetShardId() |
void |
SetLogStore(String logStore) |
void |
SetMidHash(String midHash) |
void |
SetShardId(int shardId) |
GetAllParams, GetParam, GetProject, SetParamprotected String mLogStore
protected int mShardId
public SplitShardRequest(String project, String logStore, int shardId, String midHash)
project - project namelogStore - log stream nameshardId - shard idmidHash - midHashpublic SplitShardRequest(String project, String logStore, int shardId, Consts.CursorMode mode)
public String GetLogStore()
public void SetLogStore(String logStore)
logStore - the logStore to setpublic int GetShardId()
public void SetShardId(int shardId)
shardId - the shardId to setpublic String GetMidHash()
public void SetMidHash(String midHash)
Copyright © 2016. All Rights Reserved.