public class OverviewDTO extends Object
| 构造器和说明 |
|---|
OverviewDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBrokers()
broker count
|
Long |
getGroups()
group count
|
Long |
getPartitions()
Partition count
|
Long |
getRemoteSizeInBytes()
分层存储远端存储大小
|
Long |
getReplicas()
replica count
|
Long |
getTopics()
topic count
|
void |
setBrokers(Long brokers)
broker count
|
void |
setGroups(Long groups)
group count
|
void |
setPartitions(Long partitions)
Partition count
|
void |
setRemoteSizeInBytes(Long remoteSizeInBytes)
分层存储远端存储大小
|
void |
setReplicas(Long replicas)
replica count
|
void |
setTopics(Long topics)
topic count
|
public Long getBrokers()
public void setBrokers(Long brokers)
public Long getTopics()
public void setTopics(Long topics)
public Long getPartitions()
public void setPartitions(Long partitions)
public Long getReplicas()
public void setReplicas(Long replicas)
public Long getGroups()
public void setGroups(Long groups)
public Long getRemoteSizeInBytes()
public void setRemoteSizeInBytes(Long remoteSizeInBytes)
Copyright © 2025. All Rights Reserved.