Class/Object

kafka.api

StopReplicaRequest

Related Docs: object StopReplicaRequest | package api

Permalink

case class StopReplicaRequest(versionId: Short, correlationId: Int, clientId: String, controllerId: Int, controllerEpoch: Int, deletePartitions: Boolean, partitions: Set[TopicAndPartition]) extends RequestOrResponse with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RequestOrResponse, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StopReplicaRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RequestOrResponse
  7. Logging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StopReplicaRequest(deletePartitions: Boolean, partitions: Set[TopicAndPartition], controllerId: Int, controllerEpoch: Int, correlationId: Int)

    Permalink
  2. new StopReplicaRequest(versionId: Short, correlationId: Int, clientId: String, controllerId: Int, controllerEpoch: Int, deletePartitions: Boolean, partitions: Set[TopicAndPartition])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val clientId: String

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val controllerEpoch: Int

    Permalink
  8. val controllerId: Int

    Permalink
  9. val correlationId: Int

    Permalink
  10. def debug(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  11. def debug(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  12. def debug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  13. val deletePartitions: Boolean

    Permalink
  14. def describe(details: Boolean): String

    Permalink
    Definition Classes
    StopReplicaRequestRequestOrResponse
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def error(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  17. def error(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  18. def error(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  19. def fatal(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  20. def fatal(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  21. def fatal(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def handleError(e: Throwable, requestChannel: RequestChannel, request: network.RequestChannel.Request): Unit

    Permalink
    Definition Classes
    StopReplicaRequestRequestOrResponse
  25. def info(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  26. def info(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  27. def info(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. var logIdent: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. lazy val logger: Logger

    Permalink
    Definition Classes
    Logging
  31. val loggerName: String

    Permalink
    Definition Classes
    Logging
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val partitions: Set[TopicAndPartition]

    Permalink
  36. val requestId: Option[Short]

    Permalink
    Definition Classes
    RequestOrResponse
  37. def sizeInBytes(): Int

    Permalink
    Definition Classes
    StopReplicaRequestRequestOrResponse
  38. def swallow(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  39. def swallowDebug(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  40. def swallowError(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  41. def swallowInfo(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  42. def swallowTrace(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  43. def swallowWarn(action: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Logging
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    StopReplicaRequest → AnyRef → Any
  46. def trace(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  47. def trace(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  48. def trace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  49. val versionId: Short

    Permalink
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def warn(msg: ⇒ String, e: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  54. def warn(e: ⇒ Throwable): Any

    Permalink
    Definition Classes
    Logging
  55. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  56. def writeTo(buffer: ByteBuffer): Unit

    Permalink
    Definition Classes
    StopReplicaRequestRequestOrResponse

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RequestOrResponse

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped