Class UUIDDecoder
java.lang.Object
io.camunda.zeebe.transport.stream.impl.messages.UUIDDecoder
- All Implemented Interfaces:
org.agrona.sbe.CompositeDecoderFlyweight,org.agrona.sbe.DecoderFlyweight,org.agrona.sbe.Flyweight
Universally Unique ID
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo(StringBuilder builder) org.agrona.DirectBufferbuffer()intlonghigh()static intstatic intstatic longstatic longstatic longstatic intlonglow()static intstatic intstatic longstatic longstatic longstatic intintoffset()intinttoString()wrap(org.agrona.DirectBuffer buffer, int offset)
-
Field Details
-
SCHEMA_ID
public static final int SCHEMA_ID- See Also:
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
-
SEMANTIC_VERSION
- See Also:
-
ENCODED_LENGTH
public static final int ENCODED_LENGTH- See Also:
-
BYTE_ORDER
-
-
Constructor Details
-
UUIDDecoder
public UUIDDecoder()
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceorg.agrona.sbe.CompositeDecoderFlyweight
-
buffer
public org.agrona.DirectBuffer buffer()- Specified by:
bufferin interfaceorg.agrona.sbe.Flyweight
-
offset
public int offset()- Specified by:
offsetin interfaceorg.agrona.sbe.Flyweight
-
encodedLength
public int encodedLength()- Specified by:
encodedLengthin interfaceorg.agrona.sbe.Flyweight
-
sbeSchemaId
public int sbeSchemaId()- Specified by:
sbeSchemaIdin interfaceorg.agrona.sbe.Flyweight
-
sbeSchemaVersion
public int sbeSchemaVersion()- Specified by:
sbeSchemaVersionin interfaceorg.agrona.sbe.Flyweight
-
highEncodingOffset
public static int highEncodingOffset() -
highEncodingLength
public static int highEncodingLength() -
highSinceVersion
public static int highSinceVersion() -
highNullValue
public static long highNullValue() -
highMinValue
public static long highMinValue() -
highMaxValue
public static long highMaxValue() -
high
public long high() -
lowEncodingOffset
public static int lowEncodingOffset() -
lowEncodingLength
public static int lowEncodingLength() -
lowSinceVersion
public static int lowSinceVersion() -
lowNullValue
public static long lowNullValue() -
lowMinValue
public static long lowMinValue() -
lowMaxValue
public static long lowMaxValue() -
low
public long low() -
toString
-
appendTo
-