public class InternalLogStore extends LogStore implements Serializable
| 构造器和说明 |
|---|
InternalLogStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FromJsonString(String logStoreString) |
Long |
getFreeTtl() |
Long |
getIndexSize() |
Long |
getInflowSize() |
ArrayList<String> |
getOperatingAccount() |
Long |
getOutflowSize() |
String |
getPaidAccount() |
Long |
getReadCount() |
ArrayList<String> |
getRestrictedAction() |
Long |
getShardSize() |
Long |
getWriteCount() |
boolean |
isAllFree() |
void |
setAllFree(boolean allFree) |
void |
setFreeTtl(Long freeTtl) |
void |
setIndexSize(Long indexSize) |
void |
setInflowSize(Long inflowSize) |
void |
setOperatingAccount(ArrayList<String> operatingAccount) |
void |
setOutflowSize(Long outflowSize) |
void |
setPaidAccount(String paidAccount) |
void |
setReadCount(Long readCount) |
void |
setRestrictedAction(ArrayList<String> restrictedAction) |
void |
setShardSize(Long shardSize) |
void |
setWriteCount(Long writeCount) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToRequestString() |
FromJsonObject, getArchiveSeconds, GetCreateTime, GetLastModifyTime, GetLogStoreName, getmMaxSplitShard, getPreserveStorage, getProductType, GetShardCount, getTelemetryType, GetTtl, getUsedStorage, isAppendMeta, isEnableWebTracking, ismAutoSplit, setAppendMeta, setArchiveSeconds, setEnableWebTracking, SetLogStoreName, setmAutoSplit, setmMaxSplitShard, setPreserveStorage, SetShardCount, setTelemetryType, SetTtl, setUsedStorage, ToJsonString, ToRequestJsonpublic Long getFreeTtl()
public void setFreeTtl(Long freeTtl)
public boolean isAllFree()
public void setAllFree(boolean allFree)
public Long getReadCount()
public void setReadCount(Long readCount)
public Long getWriteCount()
public void setWriteCount(Long writeCount)
public Long getInflowSize()
public void setInflowSize(Long inflowSize)
public Long getOutflowSize()
public void setOutflowSize(Long outflowSize)
public Long getIndexSize()
public void setIndexSize(Long indexSize)
public Long getShardSize()
public void setShardSize(Long shardSize)
public String getPaidAccount()
public void setPaidAccount(String paidAccount)
public com.alibaba.fastjson.JSONObject ToJsonObject()
ToJsonObject 在类中 LogStorepublic String ToRequestString()
ToRequestString 在类中 LogStorepublic void FromJsonString(String logStoreString) throws LogException
FromJsonString 在类中 LogStoreLogExceptionCopyright © 2020. All Rights Reserved.