Uses of Class
com.tencentcloudapi.redis.v20180412.models.BigKeyInfo
-
Packages that use BigKeyInfo Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of BigKeyInfo in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return BigKeyInfo Modifier and Type Method Description BigKeyInfo[]DescribeInstanceMonitorBigKeyResponse. getData()Get 大Key详细信息Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type BigKeyInfo Modifier and Type Method Description voidDescribeInstanceMonitorBigKeyResponse. setData(BigKeyInfo[] Data)Set 大Key详细信息Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type BigKeyInfo Constructor Description BigKeyInfo(BigKeyInfo 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.
-