Uses of Class
io.confluent.parallelconsumer.state.ShardKey
Packages that use ShardKey
-
Uses of ShardKey in io.confluent.parallelconsumer.state
Subclasses of ShardKey in io.confluent.parallelconsumer.stateModifier and TypeClassDescriptionstatic final classstatic final classMethods in io.confluent.parallelconsumer.state that return ShardKeyModifier and TypeMethodDescriptionstatic ShardKeyShardKey.of(WorkContainer<?, ?> wc, ParallelConsumerOptions.ProcessingOrder ordering) static ShardKeyShardKey.of(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> rec, ParallelConsumerOptions.ProcessingOrder ordering) static ShardKeyShardKey.ofTopicPartition(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> rec) Constructors in io.confluent.parallelconsumer.state with parameters of type ShardKeyModifierConstructorDescriptionProcessingShard(ShardKey key, ParallelConsumerOptions<?, ?> options, PartitionStateManager<K, V> pm)