Interface GatewayOuterClass.TopologyResponseOrBuilder

    • Method Detail

      • getBrokers

        GatewayOuterClass.BrokerInfo getBrokers​(int index)
         list of brokers part of this cluster
         
        repeated .gateway_protocol.BrokerInfo brokers = 1;
      • getBrokersCount

        int getBrokersCount()
         list of brokers part of this cluster
         
        repeated .gateway_protocol.BrokerInfo brokers = 1;
      • getClusterSize

        int getClusterSize()
         how many nodes are in the cluster
         
        int32 clusterSize = 2;
        Returns:
        The clusterSize.
      • getPartitionsCount

        int getPartitionsCount()
         how many partitions are spread across the cluster
         
        int32 partitionsCount = 3;
        Returns:
        The partitionsCount.
      • getReplicationFactor

        int getReplicationFactor()
         configured replication factor for this cluster
         
        int32 replicationFactor = 4;
        Returns:
        The replicationFactor.
      • getGatewayVersion

        String getGatewayVersion()
         gateway version
         
        string gatewayVersion = 5;
        Returns:
        The gatewayVersion.
      • getGatewayVersionBytes

        com.google.protobuf.ByteString getGatewayVersionBytes()
         gateway version
         
        string gatewayVersion = 5;
        Returns:
        The bytes for gatewayVersion.