Class CommandSuccess

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

public final class CommandSuccess extends Object
  • Constructor Details

    • CommandSuccess

      public CommandSuccess()
  • Method Details

    • hasRequestId

      public boolean hasRequestId()
    • getRequestId

      public long getRequestId()
    • setRequestId

      public CommandSuccess setRequestId(long requestId)
    • clearRequestId

      public CommandSuccess clearRequestId()
    • hasSchema

      public boolean hasSchema()
    • getSchema

      public Schema getSchema()
    • setSchema

      public Schema setSchema()
    • clearSchema

      public CommandSuccess clearSchema()
    • 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 CommandSuccess clear()
    • copyFrom

      public CommandSuccess copyFrom(CommandSuccess _other)
    • toByteArray

      public byte[] toByteArray()
    • parseFrom

      public void parseFrom(byte[] a)