Interface BrokerInfo
- All Known Implementing Classes:
BrokerInfoImpl
Deprecated.
-
Method Details
-
getNodeId
int getNodeId()Deprecated.- Returns:
- the node if of the broker
-
getHost
String getHost()Deprecated.- Returns:
- the address host of the broker
-
getPort
int getPort()Deprecated.- Returns:
- the address port of the broker
-
getAddress
String getAddress()Deprecated.- Returns:
- the address (host+port) of the broker
-
getVersion
String getVersion()Deprecated.- Returns:
- the version of the broker
-
getPartitions
List<PartitionInfo> getPartitions()Deprecated.- Returns:
- all partitions of the broker
-
BrokerInfo