@NotThreadSafe public final class MasterWebUIOverview extends Object implements Serializable
Constructor and Description |
---|
MasterWebUIOverview()
Creates a new instance of
MasterWebUIOverview . |
public MasterWebUIOverview()
MasterWebUIOverview
.public String getCapacity()
public String getClusterId()
public int getConfigCheckErrorNum()
public Map<Scope,List<InconsistentProperty>> getConfigCheckErrors()
public ConfigStatus getConfigCheckStatus()
public Map<Scope,List<InconsistentProperty>> getConfigCheckWarns()
public boolean getDebug()
public String getDiskCapacity()
public String getDiskFreeCapacity()
public String getDiskUsedCapacity()
public String getFreeCapacity()
public String getJournalCheckpointTimeWarning()
public List<String> getJournalDiskWarnings()
public String getLiveWorkerNodes()
public String getMasterNodeAddress()
public String getStartTime()
public List<StorageTierInfo> getStorageTierInfos()
public String getUptime()
public String getUsedCapacity()
public String getVersion()
public String getRevision()
public int getConfigCheckWarnNum()
public String getUniqueBlockCount()
public String getTotalPath()
public String getReplicaBlockCount()
public String getMasterRole()
public String getLeaderId()
public String getSystemStatus()
public MasterWebUIOverview setCapacity(String capacity)
capacity
- the capacityMasterWebUIOverview
objectpublic MasterWebUIOverview setClusterId(String clusterId)
clusterId
- the cluster idMasterWebUIOverview
instancepublic MasterWebUIOverview setConfigCheckErrorNum(int configCheckErrorNum)
configCheckErrorNum
- the config check error numMasterWebUIOverview
objectpublic MasterWebUIOverview setConfigCheckErrors(Map<Scope,List<InconsistentProperty>> configCheckErrors)
configCheckErrors
- the config check errorsMasterWebUIOverview
objectpublic MasterWebUIOverview setConfigCheckStatus(ConfigStatus configCheckStatus)
configCheckStatus
- the config check statusMasterWebUIOverview
objectpublic MasterWebUIOverview setConfigCheckWarns(Map<Scope,List<InconsistentProperty>> configCheckWarns)
configCheckWarns
- the config check warnsMasterWebUIOverview
objectpublic MasterWebUIOverview setDebug(boolean debug)
debug
- the debugMasterWebUIOverview
objectpublic MasterWebUIOverview setDiskCapacity(String diskCapacity)
diskCapacity
- the disk capacityMasterWebUIOverview
objectpublic MasterWebUIOverview setDiskFreeCapacity(String diskFreeCapacity)
diskFreeCapacity
- the disk free capacityMasterWebUIOverview
objectpublic MasterWebUIOverview setDiskUsedCapacity(String diskUsedCapacity)
diskUsedCapacity
- the disk used capacityMasterWebUIOverview
objectpublic MasterWebUIOverview setFreeCapacity(String freeCapacity)
freeCapacity
- the free capacityMasterWebUIOverview
objectpublic MasterWebUIOverview setJournalCheckpointTimeWarning(String journalCheckpointTimeWarning)
journalCheckpointTimeWarning
- the journal checkpoint time warningMasterWebUIOverview
objectpublic MasterWebUIOverview setJournalDiskWarnings(List<String> journalDiskWarnings)
journalDiskWarnings
- the list of journal disk warningsMasterWebUIOverview
objectpublic MasterWebUIOverview setLiveWorkerNodes(String liveWorkerNodes)
liveWorkerNodes
- the live worker nodesMasterWebUIOverview
objectpublic MasterWebUIOverview setMasterNodeAddress(String masterNodeAddress)
masterNodeAddress
- the master node addresspublic MasterWebUIOverview setStartTime(String startTime)
startTime
- the start timepublic MasterWebUIOverview setStorageTierInfos(List<StorageTierInfo> storageTierInfos)
storageTierInfos
- the storage tier infospublic MasterWebUIOverview setUptime(String uptime)
uptime
- the uptimepublic MasterWebUIOverview setUsedCapacity(String usedCapacity)
usedCapacity
- the used capacitypublic MasterWebUIOverview setVersion(String version)
version
- the versionpublic MasterWebUIOverview setRevision(String revision)
revision
- the revisionpublic MasterWebUIOverview setConfigCheckWarnNum(int configCheckWarnNum)
configCheckWarnNum
- the config check warn numpublic MasterWebUIOverview setUniqueBlockCount(String uniqueBlockCount)
uniqueBlockCount
- the unique block countpublic MasterWebUIOverview setTotalPath(String totalPath)
totalPath
- the total pathpublic MasterWebUIOverview setReplicaBlockCount(String replicaBlockCount)
replicaBlockCount
- the replica block countpublic MasterWebUIOverview setMasterRole(String roleName)
roleName
- the master role namepublic MasterWebUIOverview setLeaderId(String leaderId)
leaderId
- the leader idpublic MasterWebUIOverview setSystemStatus(String systemStatus)
systemStatus
- the system statusCopyright © 2023. All Rights Reserved.