class
KafkaApis
extends Logging
Type Members
-
case class
ProduceResult
(key: TopicAndPartition, start: Long, end: Long, error: Option[Throwable]) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
val
brokerId
: Int
-
def
clone
(): AnyRef
-
def
close
(): Unit
-
-
-
def
debug
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
debug
(e: ⇒ Throwable): Any
-
def
debug
(msg: ⇒ String): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
error
(e: ⇒ Throwable): Any
-
def
error
(msg: ⇒ String): Unit
-
def
fatal
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
fatal
(e: ⇒ Throwable): Any
-
def
fatal
(msg: ⇒ String): Unit
-
def
fetchOffsets
(logManager: LogManager, topicAndPartition: TopicAndPartition, timestamp: Long, maxNumOffsets: Int): Seq[Long]
-
def
fetchOffsetsBefore
(log: Log, timestamp: Long, maxNumOffsets: Int): Seq[Long]
-
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
handle
(request: Request): Unit
-
def
handleConsumerMetadataRequest
(request: Request): Unit
-
def
handleControlledShutdownRequest
(request: Request): Unit
-
def
handleFetchRequest
(request: Request): Unit
-
def
handleLeaderAndIsrRequest
(request: Request): Unit
-
def
handleOffsetCommitRequest
(request: Request): Unit
-
def
handleOffsetFetchRequest
(request: Request): Unit
-
def
handleOffsetRequest
(request: Request): Unit
-
def
handleProducerOrOffsetCommitRequest
(request: Request): Unit
-
def
handleStopReplicaRequest
(request: Request): Unit
-
def
handleTopicMetadataRequest
(request: Request): Unit
-
def
handleUpdateMetadataRequest
(request: Request): Unit
-
def
hashCode
(): Int
-
def
info
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
info
(e: ⇒ Throwable): Any
-
def
info
(msg: ⇒ String): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
var
logIdent
: String
-
lazy val
logger
: Logger
-
val
loggerName
: String
-
var
metadataCache
: MetadataCache
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
-
-
-
def
swallow
(action: ⇒ Unit): Unit
-
def
swallowDebug
(action: ⇒ Unit): Unit
-
def
swallowError
(action: ⇒ Unit): Unit
-
def
swallowInfo
(action: ⇒ Unit): Unit
-
def
swallowTrace
(action: ⇒ Unit): Unit
-
def
swallowWarn
(action: ⇒ Unit): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
trace
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
trace
(e: ⇒ Throwable): Any
-
def
trace
(msg: ⇒ String): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(msg: ⇒ String, e: ⇒ Throwable): Unit
-
def
warn
(e: ⇒ Throwable): Any
-
def
warn
(msg: ⇒ String): Unit
-
val
zkClient
: ZkClient
Inherited from AnyRef
Inherited from Any
Logic to handle the various Kafka requests