Class CommandGetSchema


  • public final class CommandGetSchema
    extends java.lang.Object
    • Constructor Detail

      • CommandGetSchema

        public CommandGetSchema()
    • Method Detail

      • hasRequestId

        public boolean hasRequestId()
      • getRequestId

        public long getRequestId()
      • hasTopic

        public boolean hasTopic()
      • getTopic

        public java.lang.String getTopic()
      • hasSchemaVersion

        public boolean hasSchemaVersion()
      • getSchemaVersionSize

        public int getSchemaVersionSize()
      • getSchemaVersion

        public byte[] getSchemaVersion()
      • getSchemaVersionSlice

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

        public CommandGetSchema setSchemaVersion​(byte[] schemaVersion)
      • setSchemaVersion

        public CommandGetSchema setSchemaVersion​(io.netty.buffer.ByteBuf schemaVersion)
      • writeTo

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

        public int getSerializedSize()
      • parseFrom

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

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)