Uses of Interface
org.apache.pulsar.broker.transaction.pendingack.PendingAckHandle
Packages that use PendingAckHandle
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Component for processing pending acks for transactions.
The implementation for processing pending acks in transactions.
-
Uses of PendingAckHandle in org.apache.pulsar.broker.service.persistent
Methods in org.apache.pulsar.broker.service.persistent that return PendingAckHandle -
Uses of PendingAckHandle in org.apache.pulsar.broker.transaction.pendingack
Methods in org.apache.pulsar.broker.transaction.pendingack that return types with arguments of type PendingAckHandleModifier and TypeMethodDescriptionPendingAckHandle.pendingAckHandleFuture()Pending ack recover whether ready future. -
Uses of PendingAckHandle in org.apache.pulsar.broker.transaction.pendingack.impl
Classes in org.apache.pulsar.broker.transaction.pendingack.impl that implement PendingAckHandleModifier and TypeClassDescriptionclassThe disabled implementation ofPendingAckHandle.classThe default implementation ofPendingAckHandle.Methods in org.apache.pulsar.broker.transaction.pendingack.impl that return types with arguments of type PendingAckHandleModifier and TypeMethodDescriptionPendingAckHandleDisabled.pendingAckHandleFuture()PendingAckHandleImpl.pendingAckHandleFuture()