Interface Topology
- All Known Implementing Classes:
TopologyImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intDeprecated.Deprecated.intDeprecated.intDeprecated.
-
Method Details
-
getBrokers
List<BrokerInfo> getBrokers()Deprecated.- Returns:
- all (known) brokers of the cluster
-
getClusterSize
int getClusterSize()Deprecated.- Returns:
- the size of the Zeebe broker cluster
-
getPartitionsCount
int getPartitionsCount()Deprecated.- Returns:
- the configured number of partitions
-
getReplicationFactor
int getReplicationFactor()Deprecated.- Returns:
- the configured replication factor for every partition
-
getGatewayVersion
String getGatewayVersion()Deprecated.- Returns:
- the gateway version or an empty string if none was found
-
Topology