Class EmptyExternalResponseMessageDecoder

java.lang.Object
com.iohao.net.sbe.EmptyExternalResponseMessageDecoder

public final class EmptyExternalResponseMessageDecoder extends Object
EmptyExternalResponseMessage
  • Field Details

  • Constructor Details

    • EmptyExternalResponseMessageDecoder

      public EmptyExternalResponseMessageDecoder()
  • Method Details

    • sbeBlockLength

      public int sbeBlockLength()
    • sbeTemplateId

      public int sbeTemplateId()
    • sbeSchemaId

      public int sbeSchemaId()
    • sbeSchemaVersion

      public int sbeSchemaVersion()
    • sbeSemanticType

      public String sbeSemanticType()
    • buffer

      public org.agrona.DirectBuffer buffer()
    • offset

      public int offset()
    • wrap

      public EmptyExternalResponseMessageDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
    • wrapAndApplyHeader

      public EmptyExternalResponseMessageDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
    • sbeRewind

    • sbeDecodedLength

      public int sbeDecodedLength()
    • actingVersion

      public int actingVersion()
    • encodedLength

      public int encodedLength()
    • limit

      public int limit()
    • limit

      public void limit(int limit)
    • futureIdId

      public static int futureIdId()
    • futureIdSinceVersion

      public static int futureIdSinceVersion()
    • futureIdEncodingOffset

      public static int futureIdEncodingOffset()
    • futureIdEncodingLength

      public static int futureIdEncodingLength()
    • futureIdMetaAttribute

      public static String futureIdMetaAttribute(MetaAttribute metaAttribute)
    • futureIdNullValue

      public static long futureIdNullValue()
    • futureIdMinValue

      public static long futureIdMinValue()
    • futureIdMaxValue

      public static long futureIdMaxValue()
    • futureId

      public long futureId()
    • errorCodeId

      public static int errorCodeId()
    • errorCodeSinceVersion

      public static int errorCodeSinceVersion()
    • errorCodeEncodingOffset

      public static int errorCodeEncodingOffset()
    • errorCodeEncodingLength

      public static int errorCodeEncodingLength()
    • errorCodeMetaAttribute

      public static String errorCodeMetaAttribute(MetaAttribute metaAttribute)
    • errorCodeNullValue

      public static short errorCodeNullValue()
    • errorCodeMinValue

      public static short errorCodeMinValue()
    • errorCodeMaxValue

      public static short errorCodeMaxValue()
    • errorCode

      public short errorCode()
    • errorMessageId

      public static int errorMessageId()
    • errorMessageSinceVersion

      public static int errorMessageSinceVersion()
    • errorMessageCharacterEncoding

      public static String errorMessageCharacterEncoding()
    • errorMessageMetaAttribute

      public static String errorMessageMetaAttribute(MetaAttribute metaAttribute)
    • errorMessageHeaderLength

      public static int errorMessageHeaderLength()
    • errorMessageLength

      public int errorMessageLength()
    • skipErrorMessage

      public int skipErrorMessage()
    • getErrorMessage

      public int getErrorMessage(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
    • getErrorMessage

      public int getErrorMessage(byte[] dst, int dstOffset, int length)
    • wrapErrorMessage

      public void wrapErrorMessage(org.agrona.DirectBuffer wrapBuffer)
    • errorMessage

      public String errorMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendTo

      public StringBuilder appendTo(StringBuilder builder)
    • sbeSkip