Uses of Enum Class
org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers.ReadType
Packages that use PersistentDispatcherMultipleConsumers.ReadType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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<org.apache.bookkeeper.mledger.Entry> entries) protected booleanPersistentDispatcherMultipleConsumers.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, List<org.apache.bookkeeper.mledger.Entry> entries) Dispatch the messages to the Consumers.protected booleanPersistentStickyKeyDispatcherMultipleConsumers.trySendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, List<org.apache.bookkeeper.mledger.Entry> entries)