Class ResourceManagerId

    • Method Detail

      • toUUID

        public UUID toUUID()
        Creates a UUID with the bits from this ResourceManagerId.
      • generate

        public static ResourceManagerId generate()
        Generates a new random ResourceManagerId.
      • fromUuid

        public static ResourceManagerId fromUuid​(UUID uuid)
        Creates a ResourceManagerId that corresponds to the given UUID.
      • fromUuidOrNull

        public static ResourceManagerId fromUuidOrNull​(@Nullable
                                                       UUID uuid)
        If the given uuid is null, this returns null, otherwise a ResourceManagerId that corresponds to the UUID, via ResourceManagerId(UUID).