object KafkaManagement

Annotations
@SuppressWarnings()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaManagement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Client[F[_]] extends AbstractStub[Client[F]] with KafkaManagement[F]
    Annotations
    @SuppressWarnings()

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. def alterConfigsMethodDescriptor(implicit ReqM: Marshaller[AlterConfigsRequest], RespM: Marshaller[Unit]): MethodDescriptor[AlterConfigsRequest, Unit]
    Annotations
    @SuppressWarnings()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bindService[F[_]](implicit CE: ConcurrentEffect[F], algebra: KafkaManagement[F]): F[ServerServiceDefinition]
  7. def buildInstance[F[_]](settings: AdminClientSettings[F])(implicit arg0: ContextShift[F], arg1: Concurrent[F]): Resource[F, KafkaManagement[F]]
  8. def client[F[_]](channelFor: ChannelFor, channelConfigList: List[ManagedChannelConfig] = ..., options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): Resource[F, KafkaManagement[F]]
    Annotations
    @SuppressWarnings()
  9. def clientFromChannel[F[_]](channel: F[ManagedChannel], options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): Resource[F, KafkaManagement[F]]
    Annotations
    @SuppressWarnings()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def createPartitionsMethodDescriptor(implicit ReqM: Marshaller[CreatePartitionsRequest], RespM: Marshaller[Unit]): MethodDescriptor[CreatePartitionsRequest, Unit]
    Annotations
    @SuppressWarnings()
  12. def createTopicMethodDescriptor(implicit ReqM: Marshaller[CreateTopicRequest], RespM: Marshaller[Unit]): MethodDescriptor[CreateTopicRequest, Unit]
    Annotations
    @SuppressWarnings()
  13. def createTopicsMethodDescriptor(implicit ReqM: Marshaller[CreateTopicRequests], RespM: Marshaller[Unit]): MethodDescriptor[CreateTopicRequests, Unit]
    Annotations
    @SuppressWarnings()
  14. def deleteTopicMethodDescriptor(implicit ReqM: Marshaller[DeleteTopicRequest], RespM: Marshaller[Unit]): MethodDescriptor[DeleteTopicRequest, Unit]
    Annotations
    @SuppressWarnings()
  15. def deleteTopicsMethodDescriptor(implicit ReqM: Marshaller[DeleteTopicsRequest], RespM: Marshaller[Unit]): MethodDescriptor[DeleteTopicsRequest, Unit]
    Annotations
    @SuppressWarnings()
  16. def describeClusterMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[Cluster]): MethodDescriptor[Empty.type, Cluster]
    Annotations
    @SuppressWarnings()
  17. def describeConfigsMethodDescriptor(implicit ReqM: Marshaller[DescribeConfigsRequest], RespM: Marshaller[Configs]): MethodDescriptor[DescribeConfigsRequest, Configs]
    Annotations
    @SuppressWarnings()
  18. def describeConsumerGroupsMethodDescriptor(implicit ReqM: Marshaller[DescribeConsumerGroupsRequest], RespM: Marshaller[ConsumerGroups]): MethodDescriptor[DescribeConsumerGroupsRequest, ConsumerGroups]
    Annotations
    @SuppressWarnings()
  19. def describeTopicsMethodDescriptor(implicit ReqM: Marshaller[DescribeTopicsRequest], RespM: Marshaller[Topics]): MethodDescriptor[DescribeTopicsRequest, Topics]
    Annotations
    @SuppressWarnings()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def listConsumerGroupOffsetsMethodDescriptor(implicit ReqM: Marshaller[ListConsumerGroupOffsetsRequest], RespM: Marshaller[ConsumerGroupOffsets]): MethodDescriptor[ListConsumerGroupOffsetsRequest, ConsumerGroupOffsets]
    Annotations
    @SuppressWarnings()
  27. def listConsumerGroupsMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[ConsumerGroupListings]): MethodDescriptor[Empty.type, ConsumerGroupListings]
    Annotations
    @SuppressWarnings()
  28. def listTopicsMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[TopicListings]): MethodDescriptor[Empty.type, TopicListings]
    Annotations
    @SuppressWarnings()
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unsafeClient[F[_]](channelFor: ChannelFor, channelConfigList: List[ManagedChannelConfig] = ..., options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): KafkaManagement[F]
    Annotations
    @SuppressWarnings()
  35. def unsafeClientFromChannel[F[_]](channel: Channel, options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): KafkaManagement[F]
    Annotations
    @SuppressWarnings()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped