@NotThreadSafe public final class WorkerWebUIOverview extends Object implements Serializable
Constructor and Description |
---|
WorkerWebUIOverview()
Creates a new instance of
WorkerWebUIOverview . |
public WorkerWebUIOverview()
WorkerWebUIOverview
.public String getCapacityBytes()
public List<UIStorageDir> getStorageDirs()
public String getBlockCount()
public List<UIUsageOnTier> getUsageOnTiers()
public String getUsedBytes()
public String getVersion()
public String getRevision()
public UIWorkerInfo getWorkerInfo()
public WorkerWebUIOverview setCapacityBytes(String CapacityBytes)
CapacityBytes
- the capacity bytespublic WorkerWebUIOverview setStorageDirs(List<UIStorageDir> StorageDirs)
StorageDirs
- the storage dirspublic WorkerWebUIOverview setUsageOnTiers(List<UIUsageOnTier> UsageOnTiers)
UsageOnTiers
- the usage on tierspublic WorkerWebUIOverview setUsedBytes(String UsedBytes)
UsedBytes
- the used bytespublic WorkerWebUIOverview setBlockCount(String blockCount)
blockCount
- the block count on this workerpublic WorkerWebUIOverview setVersion(String version)
version
- the versionpublic WorkerWebUIOverview setRevision(String revision)
revision
- the revisionpublic WorkerWebUIOverview setWorkerInfo(UIWorkerInfo WorkerInfo)
WorkerInfo
- the worker infoCopyright © 2023. All Rights Reserved.