public class ChunkMessageIdImpl extends MessageIdImpl implements MessageId
entryId, ledgerId, partitionIndex| Constructor and Description |
|---|
ChunkMessageIdImpl(MessageIdImpl firstChunkMsgId,
MessageIdImpl lastChunkMsgId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MessageIdImpl |
getFirstChunkMessageId() |
MessageIdImpl |
getLastChunkMessageId() |
int |
hashCode() |
byte[] |
toByteArray() |
String |
toString() |
compareTo, convertToMessageIdImpl, fromByteArray, fromByteArrayWithTopic, fromByteArrayWithTopic, getEntryId, getLedgerId, getPartitionIndex, toByteArray, writeMessageIdDataclone, finalize, getClass, notify, notifyAll, wait, wait, waitfromByteArray, fromByteArrayWithTopiccompareTopublic ChunkMessageIdImpl(MessageIdImpl firstChunkMsgId, MessageIdImpl lastChunkMsgId)
public MessageIdImpl getFirstChunkMessageId()
public MessageIdImpl getLastChunkMessageId()
public String toString()
toString in class MessageIdImplpublic byte[] toByteArray()
toByteArray in interface MessageIdtoByteArray in class MessageIdImplpublic boolean equals(Object o)
equals in class MessageIdImplpublic int hashCode()
hashCode in class MessageIdImplCopyright © 2017–2022 Apache Software Foundation. All rights reserved.