Package org.apache.pulsar.client.impl
Class BatchMessageIdImpl
java.lang.Object
org.apache.pulsar.client.impl.MessageIdImpl
org.apache.pulsar.client.impl.BatchMessageIdImpl
- All Implemented Interfaces:
Serializable,Comparable<MessageId>,MessageId,MessageIdAdv
- See Also:
-
Field Summary
Fields inherited from class org.apache.pulsar.client.impl.MessageIdImpl
entryId, ledgerId, partitionIndex -
Constructor Summary
ConstructorsConstructorDescriptionBatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex) BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex, int batchSize, BitSet ackSet) BatchMessageIdImpl(MessageIdAdv other) -
Method Summary
Methods inherited from class org.apache.pulsar.client.impl.MessageIdImpl
fromByteArray, fromByteArrayWithTopic, fromByteArrayWithTopic, getEntryId, getLedgerId, getPartitionIndex, toByteArray, writeMessageIdDataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pulsar.client.api.MessageIdAdv
compareTo, getFirstChunkMessageId
-
Constructor Details
-
BatchMessageIdImpl
public BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex) -
BatchMessageIdImpl
public BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex, int batchSize, BitSet ackSet) -
BatchMessageIdImpl
-
-
Method Details
-
getBatchIndex
public int getBatchIndex() -
hashCode
public int hashCode()- Overrides:
hashCodein classMessageIdImpl
-
equals
- Overrides:
equalsin classMessageIdImpl
-
toString
- Overrides:
toStringin classMessageIdImpl
-
toByteArray
public byte[] toByteArray()- Specified by:
toByteArrayin interfaceMessageId- Overrides:
toByteArrayin classMessageIdImpl
-
ackIndividual
Deprecated. -
ackCumulative
Deprecated. -
getOutstandingAcksInSameBatch
Deprecated. -
getBatchSize
public int getBatchSize() -
getOriginalBatchSize
Deprecated. -
prevBatchMessageId
Deprecated. -
toMessageIdImpl
Deprecated. -
getAckSet
-