Uses of Class
org.apache.pulsar.client.api.KeySharedPolicy
-
Packages that use KeySharedPolicy Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of KeySharedPolicy in org.apache.pulsar.client.api
Subclasses of KeySharedPolicy in org.apache.pulsar.client.api Modifier and Type Class Description static class
KeySharedPolicy.KeySharedPolicyAutoSplit
Auto split hash range key shared policy.static class
KeySharedPolicy.KeySharedPolicySticky
Sticky attach topic with fixed hash range.Methods in org.apache.pulsar.client.api that return KeySharedPolicy Modifier and Type Method Description KeySharedPolicy
KeySharedPolicy. setAllowOutOfOrderDelivery(boolean allowOutOfOrderDelivery)
If enabled, it will relax the ordering requirement, allowing the broker to send out-of-order messages in case of failures.Methods in org.apache.pulsar.client.api with parameters of type KeySharedPolicy Modifier and Type Method Description ConsumerBuilder<T>
ConsumerBuilder. keySharedPolicy(KeySharedPolicy keySharedPolicy)
Set KeyShared subscription policy for consumer.
-