Uses of Class
org.apache.pulsar.broker.service.persistent.PersistentDispatcherMultipleConsumers.ReadType
-
Packages that use PersistentDispatcherMultipleConsumers.ReadType Package Description org.apache.pulsar.broker.service.persistent 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.ReadType Modifier and Type Method Description static PersistentDispatcherMultipleConsumers.ReadTypePersistentDispatcherMultipleConsumers.ReadType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PersistentDispatcherMultipleConsumers.ReadType[]PersistentDispatcherMultipleConsumers.ReadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.broker.service.persistent with parameters of type PersistentDispatcherMultipleConsumers.ReadType Modifier and Type Method Description protected voidPersistentDispatcherMultipleConsumers. sendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, java.util.List<org.apache.bookkeeper.mledger.Entry> entries)protected voidPersistentStickyKeyDispatcherMultipleConsumers. sendMessagesToConsumers(PersistentDispatcherMultipleConsumers.ReadType readType, java.util.List<org.apache.bookkeeper.mledger.Entry> entries)
-