Class CommandRedeliverUnacknowledgedMessages
- java.lang.Object
-
- org.apache.pulsar.common.api.proto.CommandRedeliverUnacknowledgedMessages
-
public final class CommandRedeliverUnacknowledgedMessages extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandRedeliverUnacknowledgedMessages()
-
Method Summary
-
-
-
Method Detail
-
hasConsumerId
public boolean hasConsumerId()
-
getConsumerId
public long getConsumerId()
-
setConsumerId
public CommandRedeliverUnacknowledgedMessages setConsumerId(long consumerId)
-
clearConsumerId
public CommandRedeliverUnacknowledgedMessages clearConsumerId()
-
getMessageIdsCount
public int getMessageIdsCount()
-
getMessageIdAt
public MessageIdData getMessageIdAt(int idx)
-
getMessageIdsList
public java.util.List<MessageIdData> getMessageIdsList()
-
addMessageId
public MessageIdData addMessageId()
-
addAllMessageIds
public CommandRedeliverUnacknowledgedMessages addAllMessageIds(java.lang.Iterable<MessageIdData> messageIds)
-
clearMessageIds
public CommandRedeliverUnacknowledgedMessages clearMessageIds()
-
hasConsumerEpoch
public boolean hasConsumerEpoch()
-
getConsumerEpoch
public long getConsumerEpoch()
-
setConsumerEpoch
public CommandRedeliverUnacknowledgedMessages setConsumerEpoch(long consumerEpoch)
-
clearConsumerEpoch
public CommandRedeliverUnacknowledgedMessages clearConsumerEpoch()
-
writeTo
public int writeTo(io.netty.buffer.ByteBuf _b)
-
getSerializedSize
public int getSerializedSize()
-
parseFrom
public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
-
clear
public CommandRedeliverUnacknowledgedMessages clear()
-
copyFrom
public CommandRedeliverUnacknowledgedMessages copyFrom(CommandRedeliverUnacknowledgedMessages _other)
-
toByteArray
public byte[] toByteArray()
-
parseFrom
public void parseFrom(byte[] a)
-
-