Package kafka.server

Class NetworkUtils

java.lang.Object
kafka.server.NetworkUtils

public class NetworkUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.kafka.clients.NetworkClient
    buildNetworkClient(String prefix, kafka.server.KafkaConfig config, org.apache.kafka.common.metrics.Metrics metrics, org.apache.kafka.common.utils.Time time, org.apache.kafka.common.utils.LogContext logContext)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NetworkUtils

      public NetworkUtils()
  • Method Details

    • buildNetworkClient

      public static org.apache.kafka.clients.NetworkClient buildNetworkClient(String prefix, kafka.server.KafkaConfig config, org.apache.kafka.common.metrics.Metrics metrics, org.apache.kafka.common.utils.Time time, org.apache.kafka.common.utils.LogContext logContext)