public class RedisNodes extends AbstractModel
Constructor and Description |
---|
RedisNodes() |
Modifier and Type | Method and Description |
---|---|
Long |
getClusterId()
Get 分片ID
|
String |
getNodeId()
Get 节点ID
|
String |
getNodeRole()
Get 节点角色
|
void |
setClusterId(Long ClusterId)
Set 分片ID
|
void |
setNodeId(String NodeId)
Set 节点ID
|
void |
setNodeRole(String NodeRole)
Set 节点角色
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getNodeId()
public void setNodeId(String NodeId)
NodeId
- 节点IDpublic String getNodeRole()
public void setNodeRole(String NodeRole)
NodeRole
- 节点角色public Long getClusterId()
public void setClusterId(Long ClusterId)
ClusterId
- 分片IDCopyright © 2021. All rights reserved.