Class TopologyResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.TopologyResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class TopologyResponse
extends Object
The response of a topology request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBrokersItem(BrokerInfo brokersItem) brokers(List<@Valid BrokerInfo> brokers) clusterSize(Integer clusterSize) booleangatewayVersion(String gatewayVersion) @Valid List<@Valid BrokerInfo> A list of brokers that are part of this cluster.The number of brokers in the cluster.The version of the Zeebe Gateway.The number of partitions are spread across the cluster.The configured replication factor for this cluster.inthashCode()partitionsCount(Integer partitionsCount) replicationFactor(Integer replicationFactor) voidsetBrokers(List<@Valid BrokerInfo> brokers) voidsetClusterSize(Integer clusterSize) voidsetGatewayVersion(String gatewayVersion) voidsetPartitionsCount(Integer partitionsCount) voidsetReplicationFactor(Integer replicationFactor) toString()
-
Constructor Details
-
TopologyResponse
public TopologyResponse()
-
-
Method Details
-
brokers
-
addBrokersItem
-
getBrokers
A list of brokers that are part of this cluster.- Returns:
- brokers
-
setBrokers
-
clusterSize
-
getClusterSize
The number of brokers in the cluster.- Returns:
- clusterSize
-
setClusterSize
-
partitionsCount
-
getPartitionsCount
The number of partitions are spread across the cluster.- Returns:
- partitionsCount
-
setPartitionsCount
-
replicationFactor
-
getReplicationFactor
The configured replication factor for this cluster.- Returns:
- replicationFactor
-
setReplicationFactor
-
gatewayVersion
-
getGatewayVersion
The version of the Zeebe Gateway.- Returns:
- gatewayVersion
-
setGatewayVersion
-
equals
-
hashCode
public int hashCode() -
toString
-