public class RedisPreKeySpaceData extends AbstractModel
header, skipSign
Constructor and Description |
---|
RedisPreKeySpaceData() |
RedisPreKeySpaceData(RedisPreKeySpaceData 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 |
getAveElementSize()
Get 平均元素长度。
|
Long |
getCount()
Get key个数。
|
Long |
getItemCount()
Get 元素数量。
|
String |
getKeyPreIndex()
Get key前缀。
|
Long |
getLength()
Get 总占用内存(Byte)。
|
Long |
getMaxElementSize()
Get 最大元素长度。
|
void |
setAveElementSize(Long AveElementSize)
Set 平均元素长度。
|
void |
setCount(Long Count)
Set key个数。
|
void |
setItemCount(Long ItemCount)
Set 元素数量。
|
void |
setKeyPreIndex(String KeyPreIndex)
Set key前缀。
|
void |
setLength(Long Length)
Set 总占用内存(Byte)。
|
void |
setMaxElementSize(Long MaxElementSize)
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 RedisPreKeySpaceData()
public RedisPreKeySpaceData(RedisPreKeySpaceData source)
public Long getAveElementSize()
public void setAveElementSize(Long AveElementSize)
AveElementSize
- 平均元素长度。public Long getLength()
public void setLength(Long Length)
Length
- 总占用内存(Byte)。public String getKeyPreIndex()
public void setKeyPreIndex(String KeyPreIndex)
KeyPreIndex
- key前缀。public Long getItemCount()
public void setItemCount(Long ItemCount)
ItemCount
- 元素数量。public Long getCount()
public void setCount(Long Count)
Count
- key个数。public Long getMaxElementSize()
public void setMaxElementSize(Long MaxElementSize)
MaxElementSize
- 最大元素长度。Copyright © 2024. All rights reserved.