Package org.nuxeo.ecm.core.scroll
Class GenerateUidScroll
java.lang.Object
org.nuxeo.ecm.core.scroll.GenerateUidScroll
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,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
-
init
Description copied from interface:Scroll
Initialization of the iterator. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
-
hasNext
public boolean hasNext() -
next
-