Uses of Interface
org.apache.pulsar.broker.service.StickyKeyConsumerSelector
-
Packages that use StickyKeyConsumerSelector Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of StickyKeyConsumerSelector in org.apache.pulsar.broker.service
Classes in org.apache.pulsar.broker.service that implement StickyKeyConsumerSelector Modifier and Type Class Description classConsistentHashingStickyKeyConsumerSelectorThis is a consumer selector based fixed hash range.classHashRangeAutoSplitStickyKeyConsumerSelectorThis is a consumer selector based fixed hash range.classHashRangeExclusiveStickyKeyConsumerSelectorThis is a sticky-key consumer selector based user provided range.Fields in org.apache.pulsar.broker.service declared as StickyKeyConsumerSelector Modifier and Type Field Description protected StickyKeyConsumerSelectorAbstractDispatcherSingleActiveConsumer. stickyKeyConsumerSelector
-