Packages

o

higherkindness.mu.rpc.kafka

kafkaManagementService

object kafkaManagementService

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kafkaManagementService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AclOperation extends Pos
  2. final case class AlterConfig(resource: ConfigResource, ops: List[AlterConfigOp]) extends Product with Serializable
  3. final case class AlterConfigOp(name: String, value: String, opType: OpType) extends Product with Serializable
  4. final case class AlterConfigsRequest(configs: List[AlterConfig]) extends Product with Serializable
  5. final case class Cluster(nodes: List[Node], controller: Node, clusterId: String) extends Product with Serializable
  6. final case class Config(resource: ConfigResource, entries: List[ConfigEntry]) extends Product with Serializable
  7. final case class ConfigEntry(name: String, value: String, source: ConfigSource, isSensitive: Boolean, isReadOnly: Boolean, synonyms: List[ConfigSynonym]) extends Product with Serializable
  8. final case class ConfigResource(typ: ConfigType, name: String) extends Product with Serializable
  9. sealed trait ConfigSource extends Pos
  10. final case class ConfigSynonym(name: String, value: String, source: ConfigSource) extends Product with Serializable
  11. sealed trait ConfigType extends Pos
  12. final case class Configs(configs: List[Config]) extends Product with Serializable
  13. final case class ConsumerGroup(groupId: String, description: ConsumerGroupDescription) extends Product with Serializable
  14. final case class ConsumerGroupDescription(groupId: String, isSimpleConsumerGroup: Boolean, members: List[MemberDescription], partitionAssignor: String, state: ConsumerGroupState, coordinator: Node, authorizedOperations: List[AclOperation]) extends Product with Serializable
  15. final case class ConsumerGroupListing(groupId: String, isSimpleConsumerGroup: Boolean) extends Product with Serializable
  16. final case class ConsumerGroupListings(consumerGroupListings: List[ConsumerGroupListing]) extends Product with Serializable
  17. final case class ConsumerGroupOffsets(offsets: List[Offset]) extends Product with Serializable
  18. sealed trait ConsumerGroupState extends Pos
  19. final case class ConsumerGroups(consumerGroups: List[ConsumerGroup]) extends Product with Serializable
  20. final case class CreatePartitionsRequest(name: String, numPartitions: Int) extends Product with Serializable
  21. final case class CreateTopicRequest(name: String, numPartitions: Int, replicationFactor: Short) extends Product with Serializable
  22. final case class CreateTopicRequests(createTopicRequests: List[CreateTopicRequest]) extends Product with Serializable
  23. final case class DeleteTopicRequest(name: String) extends Product with Serializable
  24. final case class DeleteTopicsRequest(names: List[String]) extends Product with Serializable
  25. final case class DescribeConfigsRequest(resources: List[ConfigResource]) extends Product with Serializable
  26. final case class DescribeConsumerGroupsRequest(groupIds: List[String]) extends Product with Serializable
  27. final case class DescribeTopicsRequest(names: List[String]) extends Product with Serializable
  28. trait KafkaManagement[F[_]] extends AnyRef
  29. final case class ListConsumerGroupOffsetsRequest(groupId: String) extends Product with Serializable
  30. final case class MemberAssignment(topicPartitions: List[TopicPartition]) extends Product with Serializable
  31. final case class MemberDescription(consumerId: String, clientId: String, host: String, assignment: MemberAssignment) extends Product with Serializable
  32. final case class Node(id: Int, host: String, port: Int, rack: Option[String]) extends Product with Serializable
  33. final case class Offset(topicPartition: TopicPartition, metadata: OffsetAndMetadata) extends Product with Serializable
  34. final case class OffsetAndMetadata(offset: Long, metadata: String, leaderEpoch: Option[Int]) extends Product with Serializable
  35. sealed trait OpType extends Pos
  36. final case class TopicDescription(name: String, internal: Boolean, partitions: List[TopicPartitionInfo], authorizedOperations: List[AclOperation]) extends Product with Serializable
  37. final case class TopicListing(name: String, isInternal: Boolean) extends Product with Serializable
  38. final case class TopicListings(listings: List[TopicListing]) extends Product with Serializable
  39. final case class TopicPartition(topic: String, partition: Int) extends Product with Serializable
  40. final case class TopicPartitionInfo(partition: Int, leader: Node, replicats: List[Node], inSyncReplicas: List[Node]) extends Product with Serializable
  41. final case class Topics(topics: List[TopicDescription]) 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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. object AclOperation
  21. object AlterConfigOp extends Serializable
  22. object ConfigEntry extends Serializable
  23. object ConfigResource extends Serializable
  24. object ConfigSource
  25. object ConfigSynonym extends Serializable
  26. object ConfigType
  27. object ConsumerGroupDescription extends Serializable
  28. object ConsumerGroupListing extends Serializable
  29. object ConsumerGroupState
  30. object KafkaManagement
    Annotations
    @SuppressWarnings()
  31. object MemberAssignment extends Serializable
  32. object MemberDescription extends Serializable
  33. object Node extends Serializable
  34. object OffsetAndMetadata extends Serializable
  35. object OpType
  36. object TopicDescription extends Serializable
  37. object TopicListing extends Serializable
  38. object TopicPartition extends Serializable
  39. object TopicPartitionInfo extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped