public class TimeOrderedCodec extends Object implements UuidCodec<UUID>
This codec converts time-based UUIDs (UUIDv1) to time-ordered UUIDs (UUIDv6).
static TimeOrderedCodec
INSTANCE
TimeOrderedCodec()
UUID
decode(UUID uuid)
encode(UUID uuid)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final TimeOrderedCodec INSTANCE
public TimeOrderedCodec()
public UUID encode(UUID uuid)
encode
UuidCodec<UUID>
uuid
InvalidUuidException
public UUID decode(UUID uuid)
decode
Copyright © 2024. All rights reserved.