Uses of Enum Class
org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers.ReadType
Packages that use PersistentDispatcherMultipleConsumers.ReadType
-
Uses of PersistentDispatcherMultipleConsumers.ReadType in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return PersistentDispatcherMultipleConsumers.ReadTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PersistentDispatcherMultipleConsumers.ReadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.broker.service.persistent with parameters of type PersistentDispatcherMultipleConsumers.ReadTypeModifier and TypeMethodDescriptionprotected final booleanPersistentDispatcherMultipleConsumers.sendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, List<Entry> entries, boolean needAcquireSendInProgress) protected booleanPersistentDispatcherMultipleConsumers.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, List<Entry> entries) Dispatch the messages to the Consumers.protected booleanPersistentStickyKeyDispatcherMultipleConsumers.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, List<Entry> entries)