Class TestKitNodes

java.lang.Object
org.apache.kafka.common.test.TestKitNodes

public class TestKitNodes extends Object
  • Method Details

    • isCombined

      public boolean isCombined(int node)
    • baseDirectory

      public String baseDirectory()
    • clusterId

      public String clusterId()
    • controllerNodes

      public SortedMap<Integer, TestKitNode> controllerNodes()
    • bootstrapMetadata

      public org.apache.kafka.metadata.bootstrap.BootstrapMetadata bootstrapMetadata()
    • brokerNodes

      public SortedMap<Integer, TestKitNode> brokerNodes()
    • brokerListenerName

      public org.apache.kafka.common.network.ListenerName brokerListenerName()
    • brokerListenerProtocol

      public org.apache.kafka.common.security.auth.SecurityProtocol brokerListenerProtocol()
    • controllerListenerName

      public org.apache.kafka.common.network.ListenerName controllerListenerName()
    • controllerListenerProtocol

      public org.apache.kafka.common.security.auth.SecurityProtocol controllerListenerProtocol()