public class ManuallyAdded extends AbstractModel
Constructor and Description |
---|
ManuallyAdded() |
Modifier and Type | Method and Description |
---|---|
Long |
getInitializing()
Get Number of nodes that are being initialized
|
Long |
getJoining()
Get Number of nodes that are being added
|
Long |
getNormal()
Get Number of normal nodes
|
Long |
getTotal()
Get Total number of nodes
|
void |
setInitializing(Long Initializing)
Set Number of nodes that are being initialized
|
void |
setJoining(Long Joining)
Set Number of nodes that are being added
|
void |
setNormal(Long Normal)
Set Number of normal nodes
|
void |
setTotal(Long Total)
Set Total number of nodes
|
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 Long getJoining()
public void setJoining(Long Joining)
Joining
- Number of nodes that are being addedpublic Long getInitializing()
public void setInitializing(Long Initializing)
Initializing
- Number of nodes that are being initializedpublic Long getNormal()
public void setNormal(Long Normal)
Normal
- Number of normal nodespublic Long getTotal()
public void setTotal(Long Total)
Total
- Total number of nodesCopyright © 2021. All rights reserved.