struct CassUuidGen
A UUID generator object.
Instances of the UUID generator object are thread-safe to generate UUIDs.
Functions
CassUuidGen *
cass_uuid_gen_new
( )Creates a new UUID generator.
Note: This object is thread-safe. It is best practice to create and reuse a single object per application.
Note: If unique node information (IP address) is unable to be determined then random node information will be generated.
Creates a new UUID generator with custom node information.
Note: This object is thread-safe. It is best practice to create and reuse a single object per application.
Frees a UUID generator instance.
Generates a V1 (time) UUID.
Note: This method is thread-safe
Generates a new V4 (random) UUID
Note:: This method is thread-safe
Generates a V1 (time) UUID for the specified time.
Note:: This method is thread-safe