public class PartitionDetails extends RestDto<PartitionDetails>
| Constructor and Description |
|---|
PartitionDetails() |
PartitionDetails(Integer id,
String leader,
List<String> replicas,
List<String> inSyncReplicas) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
List<String> |
getInSyncReplicas() |
String |
getLeader() |
List<String> |
getReplicas() |
void |
setId(Integer id) |
void |
setInSyncReplicas(List<String> inSyncReplicas) |
void |
setLeader(String leader) |
void |
setReplicas(List<String> replicas) |
String |
toString() |
public PartitionDetails(Integer id, String leader, List<String> replicas, List<String> inSyncReplicas)
public PartitionDetails()
Copyright © 2023. All rights reserved.