Uses of Enum Class
org.apache.pulsar.broker.service.persistent.MessageDeduplication.MessageDupStatus
Packages that use MessageDeduplication.MessageDupStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of MessageDeduplication.MessageDupStatus in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return MessageDeduplication.MessageDupStatusModifier and TypeMethodDescriptionMessageDeduplication.isDuplicate(Topic.PublishContext publishContext, io.netty.buffer.ByteBuf headersAndPayload) Assess whether the message was already stored in the topic.Returns the enum constant of this class with the specified name.MessageDeduplication.MessageDupStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.