Uses of Class
org.apache.pulsar.broker.service.persistent.MessageDeduplication.MessageDupStatus
-
Packages that use MessageDeduplication.MessageDupStatus Package Description org.apache.pulsar.broker.service.persistent 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.MessageDupStatus Modifier and Type Method Description MessageDeduplication.MessageDupStatusMessageDeduplication. isDuplicate(Topic.PublishContext publishContext, io.netty.buffer.ByteBuf headersAndPayload)Assess whether the message was already stored in the topic.static MessageDeduplication.MessageDupStatusMessageDeduplication.MessageDupStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageDeduplication.MessageDupStatus[]MessageDeduplication.MessageDupStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-