Uses of Enum Class
org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumersClassic.ReadType
Packages that use PersistentDispatcherMultipleConsumersClassic.ReadType
-
Uses of PersistentDispatcherMultipleConsumersClassic.ReadType in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return PersistentDispatcherMultipleConsumersClassic.ReadTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PersistentDispatcherMultipleConsumersClassic.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 PersistentDispatcherMultipleConsumersClassic.ReadTypeModifier and TypeMethodDescriptionprotected final booleanPersistentDispatcherMultipleConsumersClassic.sendMessagesToConsumers(PersistentDispatcherMultipleConsumersClassic.ReadType readType, List<Entry> entries, boolean needAcquireSendInProgress) protected booleanPersistentDispatcherMultipleConsumersClassic.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumersClassic.ReadType readType, List<Entry> entries) Dispatch the messages to the Consumers.protected booleanPersistentStickyKeyDispatcherMultipleConsumersClassic.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumersClassic.ReadType readType, List<Entry> entries)