Class PendingAckMetadataEntry

java.lang.Object
org.apache.pulsar.broker.transaction.pendingack.proto.PendingAckMetadataEntry

public final class PendingAckMetadataEntry extends Object
  • Constructor Details

    • PendingAckMetadataEntry

      public PendingAckMetadataEntry()
  • Method Details

    • hasPendingAckOp

      public boolean hasPendingAckOp()
    • getPendingAckOp

      public PendingAckOp getPendingAckOp()
    • setPendingAckOp

      public PendingAckMetadataEntry setPendingAckOp(PendingAckOp pendingAckOp)
    • clearPendingAckOp

      public PendingAckMetadataEntry clearPendingAckOp()
    • hasAckType

      public boolean hasAckType()
    • getAckType

      public org.apache.pulsar.common.api.proto.CommandAck.AckType getAckType()
    • setAckType

      public PendingAckMetadataEntry setAckType(org.apache.pulsar.common.api.proto.CommandAck.AckType ackType)
    • clearAckType

      public PendingAckMetadataEntry clearAckType()
    • hasTxnidLeastBits

      public boolean hasTxnidLeastBits()
    • getTxnidLeastBits

      public long getTxnidLeastBits()
    • setTxnidLeastBits

      public PendingAckMetadataEntry setTxnidLeastBits(long txnidLeastBits)
    • clearTxnidLeastBits

      public PendingAckMetadataEntry clearTxnidLeastBits()
    • hasTxnidMostBits

      public boolean hasTxnidMostBits()
    • getTxnidMostBits

      public long getTxnidMostBits()
    • setTxnidMostBits

      public PendingAckMetadataEntry setTxnidMostBits(long txnidMostBits)
    • clearTxnidMostBits

      public PendingAckMetadataEntry clearTxnidMostBits()
    • getPendingAckMetadatasCount

      public int getPendingAckMetadatasCount()
    • getPendingAckMetadataAt

      public PendingAckMetadata getPendingAckMetadataAt(int idx)
    • getPendingAckMetadatasList

      public List<PendingAckMetadata> getPendingAckMetadatasList()
    • addPendingAckMetadata

      public PendingAckMetadata addPendingAckMetadata()
    • addAllPendingAckMetadatas

      public PendingAckMetadataEntry addAllPendingAckMetadatas(Iterable<PendingAckMetadata> pendingAckMetadatas)
    • clearPendingAckMetadata

      public PendingAckMetadataEntry clearPendingAckMetadata()
    • writeTo

      public int writeTo(io.netty.buffer.ByteBuf _b)
    • getSerializedSize

      public int getSerializedSize()
    • parseFrom

      public void parseFrom(io.netty.buffer.ByteBuf _buffer, int _size)
    • clear

      public PendingAckMetadataEntry clear()
    • copyFrom

    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)