Serializablepublic class LogStore extends Object implements Serializable
| 构造器 | 说明 |
|---|---|
LogStore() |
|
LogStore(LogStore logStore) |
|
LogStore(String logStoreName,
int ttl,
int shardCount) |
|
LogStore(String logStoreName,
int ttl,
int shardCount,
boolean enableWebTracking) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
FromJsonObject(net.sf.json.JSONObject dict) |
|
void |
FromJsonString(String logStoreString) |
|
int |
GetCreateTime() |
|
int |
GetLastModifyTime() |
|
String |
GetLogStoreName() |
|
int |
getmMaxSplitShard() |
|
int |
GetShardCount() |
|
int |
GetTtl() |
|
boolean |
isEnableWebTracking() |
|
boolean |
ismAutoSplit() |
|
void |
setEnableWebTracking(boolean enableWebTracking) |
|
void |
SetLogStoreName(String logStoreName) |
|
void |
setmAutoSplit(boolean mAutoSplit) |
|
void |
setmMaxSplitShard(int mMaxSplitShard) |
|
void |
SetShardCount(int shardCount) |
|
void |
SetTtl(int ttl) |
|
net.sf.json.JSONObject |
ToJsonObject() |
|
String |
ToJsonString() |
|
net.sf.json.JSONObject |
ToRequestJson() |
|
String |
ToRequestString() |
public LogStore()
public LogStore(String logStoreName, int ttl, int shardCount)
public LogStore(String logStoreName, int ttl, int shardCount, boolean enableWebTracking)
public LogStore(LogStore logStore)
public int getmMaxSplitShard()
public void setmMaxSplitShard(int mMaxSplitShard)
public boolean ismAutoSplit()
public void setmAutoSplit(boolean mAutoSplit)
public boolean isEnableWebTracking()
public void setEnableWebTracking(boolean enableWebTracking)
public String GetLogStoreName()
public int GetTtl()
public int GetShardCount()
public int GetCreateTime()
public int GetLastModifyTime()
public void SetLogStoreName(String logStoreName)
logStoreName - the logStoreName to Setpublic void SetTtl(int ttl)
ttl - the ttl to Setpublic void SetShardCount(int shardCount)
shardCount - the shardCount to Setpublic net.sf.json.JSONObject ToRequestJson()
public String ToRequestString()
public net.sf.json.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(net.sf.json.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String logStoreString) throws LogException
LogExceptionCopyright © 2018. All Rights Reserved.