Uses of Class
org.apache.pulsar.broker.transaction.pendingack.proto.PendingAckMetadataEntry
Packages that use PendingAckMetadataEntry
Package
Description
Component for processing pending acks for transactions.
The implementation for processing pending acks in transactions.
-
Uses of PendingAckMetadataEntry in org.apache.pulsar.broker.transaction.pendingack
Methods in org.apache.pulsar.broker.transaction.pendingack with parameters of type PendingAckMetadataEntryModifier and TypeMethodDescriptionvoidPendingAckReplyCallBack.handleMetadataEntry(PendingAckMetadataEntry pendingAckMetadataEntry) Handle metadata entry. -
Uses of PendingAckMetadataEntry in org.apache.pulsar.broker.transaction.pendingack.impl
Methods in org.apache.pulsar.broker.transaction.pendingack.impl with parameters of type PendingAckMetadataEntryModifier and TypeMethodDescriptionvoidMLPendingAckReplyCallBack.handleMetadataEntry(PendingAckMetadataEntry pendingAckMetadataEntry) -
Uses of PendingAckMetadataEntry in org.apache.pulsar.broker.transaction.pendingack.proto
Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return PendingAckMetadataEntryModifier and TypeMethodDescriptionPendingAckMetadataEntry.addAllPendingAckMetadatas(Iterable<PendingAckMetadata> pendingAckMetadatas) BatchedPendingAckMetadataEntry.addPendingAckLog()PendingAckMetadataEntry.clear()PendingAckMetadataEntry.clearAckType()PendingAckMetadataEntry.clearPendingAckMetadata()PendingAckMetadataEntry.clearPendingAckOp()PendingAckMetadataEntry.clearTxnidLeastBits()PendingAckMetadataEntry.clearTxnidMostBits()PendingAckMetadataEntry.copyFrom(PendingAckMetadataEntry _other) BatchedPendingAckMetadataEntry.getPendingAckLogAt(int idx) PendingAckMetadataEntry.setAckType(org.apache.pulsar.common.api.proto.CommandAck.AckType ackType) PendingAckMetadataEntry.setPendingAckOp(PendingAckOp pendingAckOp) PendingAckMetadataEntry.setTxnidLeastBits(long txnidLeastBits) PendingAckMetadataEntry.setTxnidMostBits(long txnidMostBits) Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return types with arguments of type PendingAckMetadataEntryMethods in org.apache.pulsar.broker.transaction.pendingack.proto with parameters of type PendingAckMetadataEntryModifier and TypeMethodDescriptionPendingAckMetadataEntry.copyFrom(PendingAckMetadataEntry _other) Method parameters in org.apache.pulsar.broker.transaction.pendingack.proto with type arguments of type PendingAckMetadataEntryModifier and TypeMethodDescriptionBatchedPendingAckMetadataEntry.addAllPendingAckLogs(Iterable<PendingAckMetadataEntry> pendingAckLogs)