Class GenerateUidScroll

java.lang.Object
org.nuxeo.ecm.core.scroll.GenerateUidScroll
All Implemented Interfaces:
AutoCloseable, Iterator<List<String>>, Scroll

public class GenerateUidScroll extends Object implements Scroll
A scroll implementation that generates random UUIDs. The query syntax is the number of UUID to generate.
Since:
2025.1
  • Field Details

    • size

      protected int size
    • total

      protected long total
    • count

      protected long count
  • Constructor Details

    • GenerateUidScroll

      public GenerateUidScroll()
  • Method Details