Class TopologyResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.TopologyResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class TopologyResponse
extends Object
The response of a topology request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBrokersItem
(BrokerInfo brokersItem) brokers
(List<BrokerInfo> brokers) clusterSize
(Integer clusterSize) boolean
gatewayVersion
(String gatewayVersion) 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.int
hashCode()
partitionsCount
(Integer partitionsCount) replicationFactor
(Integer replicationFactor) void
setBrokers
(List<BrokerInfo> brokers) void
setClusterSize
(Integer clusterSize) void
setGatewayVersion
(String gatewayVersion) void
setPartitionsCount
(Integer partitionsCount) void
setReplicationFactor
(Integer replicationFactor) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BROKERS
- See Also:
-
JSON_PROPERTY_CLUSTER_SIZE
- See Also:
-
JSON_PROPERTY_PARTITIONS_COUNT
- See Also:
-
JSON_PROPERTY_REPLICATION_FACTOR
- See Also:
-
JSON_PROPERTY_GATEWAY_VERSION
- See Also:
-
-
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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-