Packages

object AdminClient extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdminClient
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AlterConsumerGroupOffsetsOptions(timeout: Duration) extends Product with Serializable
  2. sealed abstract class IsolationLevel extends AnyRef
  3. case class KafkaConfig(entries: Map[String, ConfigEntry]) extends Product with Serializable
  4. case class ListOffsetsOptions(isolationLevel: IsolationLevel = IsolationLevel.ReadUncommitted, timeout: Option[Duration]) extends Product with Serializable
  5. case class ListOffsetsResultInfo(offset: Long, timestamp: Long, leaderEpoch: Option[Int]) extends Product with Serializable
  6. implicit final class MapOps[K1, V1] extends AnyVal
  7. case class NewPartitions(totalCount: Int, newAssignments: List[List[Int]] = Nil) extends Product with Serializable
  8. case class NewTopic(name: String, numPartitions: Int, replicationFactor: Short, configs: Map[String, String] = Map()) extends Product with Serializable
  9. case class OffsetAndMetadata(offset: Long, leaderEpoch: Option[Int] = None, metadata: Option[String] = None) extends Product with Serializable
  10. sealed abstract class OffsetSpec extends AnyRef
  11. implicit final class OptionOps[T] extends AnyVal
  12. implicit final class OptionalOps[T] extends AnyVal
  13. case class TopicDescription(name: String, internal: Boolean, partitions: List[TopicPartitionInfo], authorizedOperations: Option[Set[AclOperation]]) extends Product with Serializable
  14. case class TopicPartition(name: String, partition: Int) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromKafkaFuture[R, T](kfv: RIO[R, KafkaFuture[T]]): RIO[R, T]
  10. def fromKafkaFutureVoid[R](kfv: RIO[R, KafkaFuture[Void]]): RIO[R, Unit]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def make(settings: AdminClientSettings): ZManaged[Any, Throwable, AdminClient]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. object IsolationLevel
  24. object KafkaConfig extends Serializable
  25. object ListOffsetsResultInfo extends Serializable
  26. object OffsetSpec
  27. object TopicDescription extends Serializable
  28. object TopicPartition extends Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped