Uses of Class
org.apache.pulsar.broker.transaction.pendingack.proto.PendingAckMetadata
-
Packages that use PendingAckMetadata Package Description org.apache.pulsar.broker.transaction.pendingack.proto -
-
Uses of PendingAckMetadata in org.apache.pulsar.broker.transaction.pendingack.proto
Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return PendingAckMetadata Modifier and Type Method Description PendingAckMetadataPendingAckMetadataEntry. addPendingAckMetadata()PendingAckMetadataPendingAckMetadata. clear()PendingAckMetadataPendingAckMetadata. clearAckSet()PendingAckMetadataPendingAckMetadata. clearBatchSize()PendingAckMetadataPendingAckMetadata. clearEntryId()PendingAckMetadataPendingAckMetadata. clearLedgerId()PendingAckMetadataPendingAckMetadata. copyFrom(PendingAckMetadata _other)PendingAckMetadataPendingAckMetadataEntry. getPendingAckMetadataAt(int idx)PendingAckMetadataPendingAckMetadata. setBatchSize(int batchSize)PendingAckMetadataPendingAckMetadata. setEntryId(long entryId)PendingAckMetadataPendingAckMetadata. setLedgerId(long ledgerId)Methods in org.apache.pulsar.broker.transaction.pendingack.proto that return types with arguments of type PendingAckMetadata Modifier and Type Method Description java.util.List<PendingAckMetadata>PendingAckMetadataEntry. getPendingAckMetadatasList()Methods in org.apache.pulsar.broker.transaction.pendingack.proto with parameters of type PendingAckMetadata Modifier and Type Method Description PendingAckMetadataPendingAckMetadata. copyFrom(PendingAckMetadata _other)Method parameters in org.apache.pulsar.broker.transaction.pendingack.proto with type arguments of type PendingAckMetadata Modifier and Type Method Description PendingAckMetadataEntryPendingAckMetadataEntry. addAllPendingAckMetadatas(java.lang.Iterable<PendingAckMetadata> pendingAckMetadatas)
-