@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 int getConfigCheckWarnNum()
public MasterWebUIOverview setCapacity(String capacity)
capacity
- the capacitypublic MasterWebUIOverview setClusterId(String clusterId)
clusterId
- the cluster idMasterWebUIOverview
instancepublic MasterWebUIOverview setConfigCheckErrorNum(int configCheckErrorNum)
configCheckErrorNum
- the config check error numpublic MasterWebUIOverview setConfigCheckErrors(Map<Scope,List<InconsistentProperty>> configCheckErrors)
configCheckErrors
- the config check errorspublic MasterWebUIOverview setConfigCheckStatus(ConfigStatus configCheckStatus)
configCheckStatus
- the config check statuspublic MasterWebUIOverview setConfigCheckWarns(Map<Scope,List<InconsistentProperty>> configCheckWarns)
configCheckWarns
- the config check warnspublic MasterWebUIOverview setDebug(boolean debug)
debug
- the debugpublic MasterWebUIOverview setDiskCapacity(String diskCapacity)
diskCapacity
- the disk capacitypublic MasterWebUIOverview setDiskFreeCapacity(String diskFreeCapacity)
diskFreeCapacity
- the disk free capacitypublic MasterWebUIOverview setDiskUsedCapacity(String diskUsedCapacity)
diskUsedCapacity
- the disk used capacitypublic MasterWebUIOverview setFreeCapacity(String freeCapacity)
freeCapacity
- the free capacitypublic 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 nodespublic 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 setConfigCheckWarnNum(int configCheckWarnNum)
configCheckWarnNum
- the config check warn numCopyright © 2023. All Rights Reserved.