Class ExecuteCommandResponse

    • Constructor Detail

      • ExecuteCommandResponse

        public ExecuteCommandResponse​(MsgPackHelper msgPackHelper)
    • Method Detail

      • getRawValue

        public org.agrona.DirectBuffer getRawValue()
      • getKey

        public long getKey()
      • getPartitionId

        public int getPartitionId()
      • getValueType

        public ValueType getValueType()
      • getIntent

        public Intent getIntent()
      • getRecordType

        public RecordType getRecordType()
      • getRejectionReason

        public String getRejectionReason()
      • wrap

        public void wrap​(org.agrona.DirectBuffer responseBuffer,
                         int offset,
                         int length)
        Specified by:
        wrap in interface BufferReader
      • readInto

        public <T extends BufferReader> T readInto​(T record)