Uses of Class
io.streamthoughts.azkarra.api.streams.consumer.ConsumerLogOffsets
-
Packages that use ConsumerLogOffsets Package Description io.streamthoughts.azkarra.api.streams.consumer -
-
Uses of ConsumerLogOffsets in io.streamthoughts.azkarra.api.streams.consumer
Methods in io.streamthoughts.azkarra.api.streams.consumer that return ConsumerLogOffsets Modifier and Type Method Description ConsumerLogOffsetsConsumerLogOffsets. committedOffset(OffsetAndTimestamp committedOffset)ConsumerLogOffsetsConsumerLogOffsets. consumedOffset(OffsetAndTimestamp consumedOffset)ConsumerLogOffsetsConsumerLogOffsets. logEndOffset(Long logEndOffset)ConsumerLogOffsetsConsumerLogOffsets. logStartOffset(Long logStartOffset)Methods in io.streamthoughts.azkarra.api.streams.consumer that return types with arguments of type ConsumerLogOffsets Modifier and Type Method Description List<ConsumerLogOffsets>ConsumerClientOffsets. positions()Methods in io.streamthoughts.azkarra.api.streams.consumer with parameters of type ConsumerLogOffsets Modifier and Type Method Description intConsumerLogOffsets. compareTo(ConsumerLogOffsets that)voidConsumerClientOffsets. update(ConsumerLogOffsets position)Method parameters in io.streamthoughts.azkarra.api.streams.consumer with type arguments of type ConsumerLogOffsets Modifier and Type Method Description voidConsumerGroupOffsetsState. update(org.apache.kafka.common.TopicPartition tp, ConsumerThreadKey consumerThreadKey, Function<ConsumerLogOffsets,ConsumerLogOffsets> updater)voidConsumerGroupOffsetsState. update(org.apache.kafka.common.TopicPartition tp, ConsumerThreadKey consumerThreadKey, Function<ConsumerLogOffsets,ConsumerLogOffsets> updater)Constructor parameters in io.streamthoughts.azkarra.api.streams.consumer with type arguments of type ConsumerLogOffsets Constructor Description ConsumerClientOffsets(String clientId, String streamThread, Set<ConsumerLogOffsets> offsets)Creates a newConsumerClientOffsetsinstance.
-