class MetadataClient extends AnyRef
- Source
- MetadataClient.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetadataClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def close(): Unit
- def getBeginningOffsetForPartition(partition: TopicPartition): Future[Long]
- def getBeginningOffsets(partitions: Set[TopicPartition]): Future[Map[TopicPartition, Long]]
- def getCommittedOffsets(partitions: Set[TopicPartition]): Future[Map[TopicPartition, OffsetAndMetadata]]
- def getEndOffsetForPartition(partition: TopicPartition): Future[Long]
- def getEndOffsets(partitions: Set[TopicPartition]): Future[Map[TopicPartition, Long]]
- def getPartitionsFor(topic: String): Future[List[PartitionInfo]]
- def listTopics(): Future[Map[String, List[PartitionInfo]]]
Deprecated Value Members
- def getCommittedOffset(partition: TopicPartition): Future[OffsetAndMetadata]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.3) use
getCommittedOffsets