Interface | Description |
---|---|
IDGenerator |
An interface for database ID generators.
|
Class | Description |
---|---|
SnowflakeIDGenerator |
Generate unique IDs using the Twitter Snowflake algorithm (see https://github.com/twitter/snowflake).
|
UUIDRandomIDGenerator |
Generate a long id using the least significant bits of a secure random UUDI
|
UUIDTimeIDGenerator |
Generate a long id using the most significant bits of a time-based UUID.
|
Enum | Description |
---|---|
IDGeneratorType |
An enum for describing different ways of calculating the primary key ids for database rows in the KiWiConfiguration
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.