public final class PendingAckMetadataEntry extends Object
| Constructor and Description |
|---|
PendingAckMetadataEntry() |
public boolean hasPendingAckOp()
public PendingAckOp getPendingAckOp()
public PendingAckMetadataEntry setPendingAckOp(PendingAckOp pendingAckOp)
public PendingAckMetadataEntry clearPendingAckOp()
public boolean hasAckType()
public org.apache.pulsar.common.api.proto.CommandAck.AckType getAckType()
public PendingAckMetadataEntry setAckType(org.apache.pulsar.common.api.proto.CommandAck.AckType ackType)
public PendingAckMetadataEntry clearAckType()
public boolean hasTxnidLeastBits()
public long getTxnidLeastBits()
public PendingAckMetadataEntry setTxnidLeastBits(long txnidLeastBits)
public PendingAckMetadataEntry clearTxnidLeastBits()
public boolean hasTxnidMostBits()
public long getTxnidMostBits()
public PendingAckMetadataEntry setTxnidMostBits(long txnidMostBits)
public PendingAckMetadataEntry clearTxnidMostBits()
public int getPendingAckMetadatasCount()
public PendingAckMetadata getPendingAckMetadataAt(int idx)
public List<PendingAckMetadata> getPendingAckMetadatasList()
public PendingAckMetadata addPendingAckMetadata()
public PendingAckMetadataEntry addAllPendingAckMetadatas(Iterable<PendingAckMetadata> pendingAckMetadatas)
public PendingAckMetadataEntry clearPendingAckMetadata()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public PendingAckMetadataEntry clear()
public PendingAckMetadataEntry copyFrom(PendingAckMetadataEntry _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.