Object/Class

fm.common

UUID

Related Docs: class UUID | package common

Permalink

object UUID extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UUID
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val SignedMaxValue: UUID

    Permalink

    7fffffffffff-ffff-7fff-ffffffffffff

  5. val SignedMinValue: UUID

    Permalink

    800000000000-0000-8000-000000000000

  6. val UnsignedMaxValue: UUID

    Permalink

    ffffffffffff-ffff-ffff-ffffffffffff

  7. val Zero: UUID

    Permalink

    000000000000-0000-0000-000000000000

  8. def apply(uuid: String): UUID

    Permalink
  9. def apply(uuid: BigInteger): UUID

    Permalink
  10. def apply(uuid: BigInt): UUID

    Permalink
  11. def apply(uuid: java.util.UUID): UUID

    Permalink
  12. def apply(bytes: Array[Byte]): UUID

    Permalink
  13. def apply(bytes: ImmutableArray[Byte]): UUID

    Permalink
  14. def apply(epochMilli: Long, counter: Int, nodeId: Int, random: Long): UUID

    Permalink
  15. def apply(instant: Instant): UUID

    Permalink
  16. def apply(date: ImmutableDate): UUID

    Permalink
  17. def apply(date: Date): UUID

    Permalink
  18. def apply(nodeId: Int): UUID

    Permalink

    Creates a new UUID based on the current time with the given node id

  19. def apply(): UUID

    Permalink

    Creates a new UUID based on the current time with a random node id

  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def forEpochMilli(epochMilli: Long): UUID

    Permalink
  26. def get(bytes: Array[Byte]): Option[UUID]

    Permalink
  27. def get(bytes: ImmutableArray[Byte]): Option[UUID]

    Permalink
  28. def get(uuid: String): Option[UUID]

    Permalink
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isValid(uuid: String): Boolean

    Permalink
  33. def main(args: Array[String]): Unit

    Permalink

    A non-scientific super simple performance tester

  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. implicit object ordering extends Ordering[UUID]

    Permalink
  38. object parse

    Permalink

    Can use this in an extractor: val Array(UUID.parse(first), UUID.parse(second)) = s.split(':')

  39. def random(): UUID

    Permalink

    Creates a completely random UUID

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped