Uses of Class
io.vertx.kafka.admin.OffsetSpec
-
Packages that use OffsetSpec Package Description io.vertx.kafka.admin -
-
Uses of OffsetSpec in io.vertx.kafka.admin
Fields in io.vertx.kafka.admin declared as OffsetSpec Modifier and Type Field Description static OffsetSpec
OffsetSpec. EARLIEST
static OffsetSpec
OffsetSpec. LATEST
Methods in io.vertx.kafka.admin that return OffsetSpec Modifier and Type Method Description OffsetSpec
OffsetSpec. setSpec(long spec)
Set the offset specstatic OffsetSpec
OffsetSpec. TIMESTAMP(long timestamp)
Method parameters in io.vertx.kafka.admin with type arguments of type OffsetSpec Modifier and Type Method Description Future<Map<TopicPartition,ListOffsetsResultInfo>>
KafkaAdminClient. listOffsets(Map<TopicPartition,OffsetSpec> topicPartitionOffsets)
List the offsets available for a set of partitions.
-