Uses of Class
org.apache.pulsar.client.api.Range
-
Packages that use Range Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of Range in org.apache.pulsar.client.api
Fields in org.apache.pulsar.client.api with type parameters of type Range Modifier and Type Field Description protected java.util.List<Range>KeySharedPolicy.KeySharedPolicySticky. rangesMethods in org.apache.pulsar.client.api that return Range Modifier and Type Method Description RangeRange. intersect(Range range)static RangeRange. of(int start, int end)Methods in org.apache.pulsar.client.api that return types with arguments of type Range Modifier and Type Method Description java.util.List<Range>KeySharedPolicy.KeySharedPolicySticky. getRanges()Methods in org.apache.pulsar.client.api with parameters of type Range Modifier and Type Method Description RangeRange. intersect(Range range)ReaderBuilder<T>ReaderBuilder. keyHashRange(Range... ranges)Set key hash range of the reader, broker will only dispatch messages which hash of the message key contains by the specified key hash range.KeySharedPolicy.KeySharedPolicyStickyKeySharedPolicy.KeySharedPolicySticky. ranges(Range... ranges)Method parameters in org.apache.pulsar.client.api with type arguments of type Range Modifier and Type Method Description KeySharedPolicy.KeySharedPolicyStickyKeySharedPolicy.KeySharedPolicySticky. ranges(java.util.List<Range> ranges)
-