kafka

network

package network

Visibility
  1. Public
  2. All

Type Members

  1. class BlockingChannel extends Logging

    A simple blocking channel with timeouts correctly enabled.

  2. trait ConnectionConfig extends AnyRef

  3. class InvalidRequestException extends RuntimeException

  4. abstract class MultiSend[S <: Send] extends Send

    A set of composite sends, sent one after another

  5. trait Receive extends Transmission

    A transmission that is being received from a channel

  6. class RequestChannel extends KafkaMetricsGroup

  7. class RequestMetrics extends KafkaMetricsGroup

  8. trait Send extends Transmission

    A transmission that is being sent out to the channel

  9. class SocketServer extends Logging

    An NIO socket server.

Value Members

  1. object BlockingChannel

  2. object RequestChannel extends Logging

  3. object RequestMetrics

Ungrouped