Package org.apache.iceberg.util
Class UUIDUtil
java.lang.Object
org.apache.iceberg.util.UUIDUtil
- 
Method Summary
Modifier and TypeMethodDescriptionstatic UUIDconvert(byte[] buf) static UUIDconvert(byte[] buf, int offset) static UUIDconvert(ByteBuffer buf) static byte[]static ByteBufferconvertToByteBuffer(UUID value) static ByteBufferconvertToByteBuffer(UUID value, ByteBuffer reuse)  
- 
Method Details
- 
convert
 - 
convert
 - 
convert
 - 
convert
 - 
convertToByteBuffer
 - 
convertToByteBuffer
 
 -