public class TopHotKeys extends AbstractModel
header, skipSign
Constructor and Description |
---|
TopHotKeys() |
TopHotKeys(TopHotKeys source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 访问频次。
|
String |
getDb()
Get 热Key所属数据库。
|
String |
getInstanceNodeId()
Get Redis节点。
|
String |
getKey()
Get 热Key。
|
String |
getType()
Get 数据类型。
|
void |
setCount(Long Count)
Set 访问频次。
|
void |
setDb(String Db)
Set 热Key所属数据库。
|
void |
setInstanceNodeId(String InstanceNodeId)
Set Redis节点。
|
void |
setKey(String Key)
Set 热Key。
|
void |
setType(String Type)
Set 数据类型。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TopHotKeys()
public TopHotKeys(TopHotKeys source)
public Long getCount()
public void setCount(Long Count)
Count
- 访问频次。public String getDb()
public void setDb(String Db)
Db
- 热Key所属数据库。public String getInstanceNodeId()
public void setInstanceNodeId(String InstanceNodeId)
InstanceNodeId
- Redis节点。public String getKey()
public void setKey(String Key)
Key
- 热Key。public String getType()
public void setType(String Type)
Type
- 数据类型。Copyright © 2025. All rights reserved.