Class CommandProducerSuccess

java.lang.Object
org.apache.pulsar.common.api.proto.CommandProducerSuccess

public final class CommandProducerSuccess extends Object
  • Constructor Details

    • CommandProducerSuccess

      public CommandProducerSuccess()
  • Method Details

    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandProducerSuccess setRequestId(long requestId)
    • clearRequestId

      public CommandProducerSuccess clearRequestId()
    • hasProducerName

      public boolean hasProducerName()
    • getProducerName

      public String getProducerName()
    • setProducerName

      public CommandProducerSuccess setProducerName(String producerName)
    • clearProducerName

      public CommandProducerSuccess clearProducerName()
    • hasLastSequenceId

      public boolean hasLastSequenceId()
    • getLastSequenceId

      public long getLastSequenceId()
    • setLastSequenceId

      public CommandProducerSuccess setLastSequenceId(long lastSequenceId)
    • clearLastSequenceId

      public CommandProducerSuccess clearLastSequenceId()
    • hasSchemaVersion

      public boolean hasSchemaVersion()
    • getSchemaVersionSize

      public int getSchemaVersionSize()
    • getSchemaVersion

      public byte[] getSchemaVersion()
    • getSchemaVersionSlice

      public io.netty.buffer.ByteBuf getSchemaVersionSlice()
    • setSchemaVersion

      public CommandProducerSuccess setSchemaVersion(byte[] schemaVersion)
    • setSchemaVersion

      public CommandProducerSuccess setSchemaVersion(io.netty.buffer.ByteBuf schemaVersion)
    • clearSchemaVersion

      public CommandProducerSuccess clearSchemaVersion()
    • hasTopicEpoch

      public boolean hasTopicEpoch()
    • getTopicEpoch

      public long getTopicEpoch()
    • setTopicEpoch

      public CommandProducerSuccess setTopicEpoch(long topicEpoch)
    • clearTopicEpoch

      public CommandProducerSuccess clearTopicEpoch()
    • hasProducerReady

      public boolean hasProducerReady()
    • isProducerReady

      public boolean isProducerReady()
    • setProducerReady

      public CommandProducerSuccess setProducerReady(boolean producerReady)
    • clearProducerReady

      public CommandProducerSuccess clearProducerReady()
    • 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 CommandProducerSuccess clear()
    • copyFrom

    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)