Interface BrokerInfo

All Known Implementing Classes:
BrokerInfoImpl

@Deprecated public interface BrokerInfo
Deprecated.
since 8.8 for removal in 8.9, replaced by BrokerInfo
  • 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