Java org.apache.cassandra.utils UUIDGen fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.utils UUIDGen fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.utils UUIDGen.

The text is from its open source code.

Method

byte[]decompose(UUID uuid)
decomposes a uuid into raw bytes.
UUIDgetTimeUUID()
Creates a type 1 UUID (time-based UUID).
UUIDgetTimeUUID(long when)
Creates a type 1 UUID (time-based UUID) with the timestamp of @param when, in milliseconds.
byte[]getTimeUUIDBytes()
Returns a 16 byte representation of a type 1 UUID (a time-based UUID), based on the current system time.
UUIDgetUUID(ByteBuffer raw)
creates a type 1 uuid from raw bytes.
longunixTimestamp(UUID uuid)