Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents UUIDs used by Hazelcast client. A UUID represents a 128-bit value.

Hierarchy

  • UUID

Index

Constructors

  • new UUID(mostSig: Long, leastSig: Long): UUID

Properties

leastSignificant: Long

Stands for the least significant 64 bits of the UUID.

mostSignificant: Long

Stands for the most significant 64 bits of the UUID.

Methods

  • equals(other: UUID): boolean
  • toString(): string
  • isUUID(obj: any): boolean

Generated using TypeDoc