public class InternalLogStore extends LogStore implements Serializable
| Constructor and Description |
|---|
InternalLogStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonString(String logStoreString) |
Long |
getFreeTtl() |
Long |
getIndexSize() |
Long |
getInflowSize() |
ArrayList<String> |
getOperatingAccount() |
Long |
getOutflowSize() |
String |
getPaidAccount() |
String |
getProductType() |
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 |
setProductType(String productType) |
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, GetCreateTime, getEncryptConf, getHotTTL, getInfrequentAccessTTL, GetLastModifyTime, GetLogStoreName, getmMaxSplitShard, getMode, getPreserveStorage, GetShardCount, getTelemetryType, GetTtl, getUsedStorage, isAppendMeta, isEnableWebTracking, ismAutoSplit, setAppendMeta, setEnableWebTracking, SetEncryptConf, setHotTTL, setInfrequentAccessTTL, SetLogStoreName, setmAutoSplit, setmMaxSplitShard, setMode, 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 String getProductType()
getProductType in class LogStorepublic void setProductType(String productType)
public com.alibaba.fastjson.JSONObject ToJsonObject()
ToJsonObject in class LogStorepublic String ToRequestString()
ToRequestString in class LogStorepublic void FromJsonString(String logStoreString) throws LogException
FromJsonString in class LogStoreLogExceptionCopyright © 2024. All Rights Reserved.