Class UUIDEncoder
java.lang.Object
io.camunda.zeebe.transport.stream.impl.messages.UUIDEncoder
- All Implemented Interfaces:
org.agrona.sbe.CompositeEncoderFlyweight,org.agrona.sbe.EncoderFlyweight,org.agrona.sbe.Flyweight
Universally Unique ID
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendTo(StringBuilder builder) org.agrona.MutableDirectBufferbuffer()inthigh(long value) static intstatic intstatic longstatic longstatic longlow(long value) static intstatic intstatic longstatic longstatic longintoffset()intinttoString()wrap(org.agrona.MutableDirectBuffer 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
-
UUIDEncoder
public UUIDEncoder()
-
-
Method Details
-
wrap
- Specified by:
wrapin interfaceorg.agrona.sbe.EncoderFlyweight
-
buffer
public org.agrona.MutableDirectBuffer buffer()- Specified by:
bufferin interfaceorg.agrona.sbe.EncoderFlyweight- 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() -
highNullValue
public static long highNullValue() -
highMinValue
public static long highMinValue() -
highMaxValue
public static long highMaxValue() -
high
-
lowEncodingOffset
public static int lowEncodingOffset() -
lowEncodingLength
public static int lowEncodingLength() -
lowNullValue
public static long lowNullValue() -
lowMinValue
public static long lowMinValue() -
lowMaxValue
public static long lowMaxValue() -
low
-
toString
-
appendTo
-