Package org.nuxeo.ecm.core.blob.scroll
Class InMemoryBlobScroll
java.lang.Object
org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll<InMemoryBlobProvider>
org.nuxeo.ecm.core.blob.scroll.InMemoryBlobScroll
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,Scroll
Scroll blobs of the In-Memory blob store of a #
InMemoryBlobProvider
, the scroll query is the provider id.- Since:
- 2023
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
isKeyPrefixed, keyStrategy, providerId, size, SIZE_DELIMITER, totalBlobCount, totalBlobSizeCount
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
addTo, close, getBlobKey, getBlobSize, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
it
-
store
-
-
Constructor Details
-
InMemoryBlobScroll
public InMemoryBlobScroll()
-
-
Method Details
-
init
- Specified by:
init
in classAbstractBlobScroll<InMemoryBlobProvider>
-
hasNext
public boolean hasNext() -
next
-