- getClockSequence(long, long) - Method in interface com.github.f4b6a3.uuid.clockseq.ClockSequenceStrategy
-
- getClockSequence(long, long) - Method in class com.github.f4b6a3.uuid.clockseq.CombClockSequenceStrategy
-
- getClockSequence(long, long) - Method in class com.github.f4b6a3.uuid.clockseq.DefaultClockSequenceStrategy
-
Get the next value for a timestamp and a node identifier.
### RFC-4122 - 4.1.5.
- getClockSequence(long, long) - Method in class com.github.f4b6a3.uuid.clockseq.FixedClockSequenceStrategy
-
- getClockSequence(long, long) - Method in class com.github.f4b6a3.uuid.clockseq.RandomClockSequenceStrategy
-
- getCombCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getCombGuid() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a COMB GUID for MS SQL Server.
- getCurrentTimestamp() - Static method in class com.github.f4b6a3.uuid.util.TimestampUtil
-
Get the current timestamp with milliseconds precision.
- getDceSecurity(byte, int) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a DCE Security UUID based on a local domain and a local
identifier.
- getDceSecurityCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getDceSecurityWithMac(byte, int) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a DCE Security UUID with machine address based on a local domain
and a local identifier.
- getFastRandom() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a fast random UUID.
- getHardwareAddress() - Method in class com.github.f4b6a3.uuid.nodeid.MacNodeIdentifierStrategy
-
- getHostName() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getJavaVirtualMachine() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getMssqlCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getMssqlGuid() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a time-based GUID for MS SQL Server.
- getNameBasedMd5(String) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID based on a name, using MD5.
- getNameBasedMd5(UUID, String) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID based on a name space and a name, using MD5.
- getNameBasedMd5Creator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getNameBasedSha1(String) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID based on a name, using SHA1.
- getNameBasedSha1(UUID, String) - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID based on a name space and a name, using SHA1.
- getNameBasedSha1Creator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getNetworkInterface() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getNextForTimestamp(long) - Method in class com.github.f4b6a3.uuid.factory.DceSecurityUuidCreator.DCESTimestampCounter
-
Returns how many times a timestamp was used.
- getNextForTimestamp(long) - Method in class com.github.f4b6a3.uuid.timestamp.DefaultTimestampStrategy
-
Get how many times a timestamp.
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.CombNodeIdentifierStrategy
-
Returns the count of milliseconds since 01-01-1970.
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.DefaultNodeIdentifierStrategy
-
Return a random node identifier.
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.FixedNodeIdentifierStrategy
-
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.MacNodeIdentifierStrategy
-
Get the machine address.
- getNodeIdentifier() - Method in interface com.github.f4b6a3.uuid.nodeid.NodeIdentifierStrategy
-
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.RandomNodeIdentifierStrategy
-
Return a random node identifier.
- getNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
Get a node identifier generated from system information.
- getOperatingSystem() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getRandom() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a random UUID.
- getRandomCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getRandomHexadecimal() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getRandomMulticastNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.DefaultNodeIdentifierStrategy
-
Return a random generated node identifier.
- getRandomMulticastNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.MacNodeIdentifierStrategy
-
Return a random generated node identifier.
- getSequential() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID with timestamp and without machine address, but the bytes
corresponding to timestamp are arranged in the "natural" order.
- getSequentialCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getSequentialWithMac() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID with timestamp and machine address, but the bytes
corresponding to timestamp are arranged in the "natural" order.
- getSystemNanos() - Method in class com.github.f4b6a3.uuid.timestamp.DeltaTimestampStrategy.NanosClock
-
- getSystemNodeIdentifier() - Method in class com.github.f4b6a3.uuid.nodeid.SystemNodeIdentifierStrategy
-
- getTimeBased() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID with timestamp and without machine address.
- getTimeBasedCreator() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
- getTimeBasedWithMac() - Static method in class com.github.f4b6a3.uuid.UuidCreator
-
Returns a UUID with timestamp and machine address.
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.DefaultTimestampStrategy
-
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.DeltaTimestampStrategy
-
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.FixedTimestampStretegy
-
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.NanosecondTimestampStrategy
-
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.RandomTimestampStrategy
-
- getTimestamp() - Method in class com.github.f4b6a3.uuid.timestamp.StoppedDefaultTimestampStrategy
-
- getTimestamp() - Method in interface com.github.f4b6a3.uuid.timestamp.TimestampStrategy
-
- getVariantBits(long) - Method in class com.github.f4b6a3.uuid.factory.abst.AbstractUuidCreator
-
Returns the variant bits from the "Least Significant Bits".
- getVersion() - Method in class com.github.f4b6a3.uuid.factory.abst.AbstractUuidCreator
-
- getVersionBits(long) - Method in class com.github.f4b6a3.uuid.factory.abst.AbstractUuidCreator
-
Returns the version bits from the "Most Significant Bits".
- getZone() - Method in class com.github.f4b6a3.uuid.timestamp.DeltaTimestampStrategy.NanosClock
-
- GREGORIAN_MILLISECONDS - Static variable in class com.github.f4b6a3.uuid.util.TimestampUtil
-
- GREGORIAN_SECONDS - Static variable in class com.github.f4b6a3.uuid.timestamp.DeltaTimestampStrategy
-
- GREGORIAN_SECONDS - Static variable in class com.github.f4b6a3.uuid.timestamp.NanosecondTimestampStrategy
-